Bugzilla – Bug 1211627
Latest python310-urllib3 causes installation problems for aws-cli among other packages
Last modified: 2023-05-23 07:40:51 UTC
The past 2-3 Tumbleweed releases resulted in the following: Problem: the installed python310-s3transfer-0.6.0-2.1.noarch requires 'python310-urllib3 < 2', but this requirement cannot be provided deleted providers: python310-urllib3-1.26.15-2.1.noarch not installable providers: python310-urllib3_1-1.26.15-1.1.noarch[repo-oss] Solution 1: Following actions will be done: deinstallation of python310-s3transfer-0.6.0-2.1.noarch deinstallation of python310-botocore-1.29.125-1.1.noarch deinstallation of python310-boto3-1.26.125-1.1.noarch deinstallation of aws-cli-1.27.115-1.1.noarch Solution 2: deinstallation of python310-urllib3-1.26.15-2.1.noarch Solution 3: keep obsolete python310-urllib3-1.26.15-2.1.noarch Solution 4: break python310-s3transfer-0.6.0-2.1.noarch by ignoring some of its dependencies
I can confirm, I have the same problem when trying to install aws-cli: But it Looks more like a problem with aws-cli and python310-botocore than with python310-urllib3. When installing "aws-cli": Problem: the to be installed aws-cli-1.27.115-1.1.noarch requires 'python3-botocore >= 1.29.115', but this requirement cannot be provided not installable providers: python310-botocore-1.29.125-1.1.noarch[repo-oss] Solution 1: deinstallation of python310-urllib3-2.0.2-1.1.noarch Solution 2: do not install aws-cli-1.27.115-1.1.noarch Solution 3: break aws-cli-1.27.115-1.1.noarch by ignoring some of its dependencies When installing "python310-botocore" Problem: the to be installed python310-botocore-1.29.125-1.1.noarch requires '(python310-urllib3 >= 1.25.4 with python310-urllib3 < 1.27)', but this requirement cannot be provided not installable providers: python310-urllib3_1-1.26.15-1.1.noarch[repo-oss] Solution 1: deinstallation of python310-urllib3-2.0.2-1.1.noarch Solution 2: do not install python310-botocore-1.29.125-1.1.noarch Solution 3: break python310-botocore-1.29.125-1.1.noarch by ignoring some of its dependencies The dependencies of python310-botocore and python310-s3transfer (and probably others required by aws-cli) need to be updated to the current version of python310-urllib3 (which is python310-urllib3-2.0.2-1.1.noarch)?