You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AWS CLI v2 (2.13.33) package includes urllib3 version 2.0.7 which apparently is incompatible with the included botocore, see following error trace:
Traceback (most recent call last):
File "/nix/store/iblfnc4k15nkyzn1idgffwha8msf0mbr-awscli2-2.13.33/bin/.aws-wrapped", line 20, in
import awscli.clidriver
File "/nix/store/iblfnc4k15nkyzn1idgffwha8msf0mbr-awscli2-2.13.33/lib/python3.11/site-packages/awscli/clidriver.py", line 21, in
import botocore.session
File "/nix/store/iblfnc4k15nkyzn1idgffwha8msf0mbr-awscli2-2.13.33/lib/python3.11/site-packages/awscli/botocore/session.py", line 27, in
import botocore.client
File "/nix/store/iblfnc4k15nkyzn1idgffwha8msf0mbr-awscli2-2.13.33/lib/python3.11/site-packages/awscli/botocore/client.py", line 16, in
from botocore import UNSIGNED, waiter, xform_name
File "/nix/store/iblfnc4k15nkyzn1idgffwha8msf0mbr-awscli2-2.13.33/lib/python3.11/site-packages/awscli/botocore/waiter.py", line 17, in
from botocore.docs.docstring import WaiterDocstring
File "/nix/store/iblfnc4k15nkyzn1idgffwha8msf0mbr-awscli2-2.13.33/lib/python3.11/site-packages/awscli/botocore/docs/init.py", line 15, in
from botocore.docs.service import ServiceDocumenter
File "/nix/store/iblfnc4k15nkyzn1idgffwha8msf0mbr-awscli2-2.13.33/lib/python3.11/site-packages/awscli/botocore/docs/service.py", line 14, in
from botocore.docs.client import ClientDocumenter, ClientExceptionsDocumenter
File "/nix/store/iblfnc4k15nkyzn1idgffwha8msf0mbr-awscli2-2.13.33/lib/python3.11/site-packages/awscli/botocore/docs/client.py", line 16, in
from botocore.docs.example import ResponseExampleDocumenter
File "/nix/store/iblfnc4k15nkyzn1idgffwha8msf0mbr-awscli2-2.13.33/lib/python3.11/site-packages/awscli/botocore/docs/example.py", line 13, in
from botocore.docs.shape import ShapeDocumenter
File "/nix/store/iblfnc4k15nkyzn1idgffwha8msf0mbr-awscli2-2.13.33/lib/python3.11/site-packages/awscli/botocore/docs/shape.py", line 19, in
from botocore.utils import is_json_value_header
File "/nix/store/iblfnc4k15nkyzn1idgffwha8msf0mbr-awscli2-2.13.33/lib/python3.11/site-packages/awscli/botocore/utils.py", line 33, in
import botocore.httpsession
File "/nix/store/iblfnc4k15nkyzn1idgffwha8msf0mbr-awscli2-2.13.33/lib/python3.11/site-packages/awscli/botocore/httpsession.py", line 21, in
from urllib3.util.ssl_ import ( ImportError: cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_' (/nix/store/0hqxlnv2k8vay7acydvd3mdnp0hwf205-python3.11-urllib3-2.0.7/lib/python3.11/site-packages/urllib3/util/ssl_.py)
Describe the bug
AWS CLI v2 (2.13.33) package includes urllib3 version 2.0.7 which apparently is incompatible with the included botocore, see following error trace:
Steps To Reproduce
Steps to reproduce the behavior:
aws --version
Notify maintainers
@bhipple @davegallant @bryanasdev000 @devusb @anthonyroussel
The text was updated successfully, but these errors were encountered: