-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[v2] cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_ #8927
Comments
Hi @papoteur-mga, Thanks for reaching out! I've opened #8930 to port the fixes from Botocore into the CLI v2 to ensure consistency. As you're likely aware though, the CLI v2 does not officially support urllib3 2.x at this time. For your current use case, if there are still ongoing issues after that's merged, we'd recommend installing the CLI v2 in a virtualenv to isolate it from system dependencies. That should avoid a number of common issues between your Linux Package Manager and |
#8930 has been merged and should be available in the next release. I'll provide an update once that's finished and we'll plan to close this out if we don't hear back with any other concerns. |
The change should be available starting in 2.17.54 which was recently released. That should resolve the immediate issue noted in this ticket. I'll plan to resolve this at the end of today if we don't hear back anything further. Thanks! |
This issue is now closed. Comments on closed issues are hard for our team to see. |
Describe the issue
With v2, botocore is bundled in a version 2.0.0 which can not use urllib3 v2.2.2.
This is a problem in Linux distribution which can not have easily more than one version of the same module.
Additional Information/Context
CLI version used
2.17.53
Environment details (OS name and version, etc.)
Mageia cauldron
The text was updated successfully, but these errors were encountered: