Apr-28-2025, 10:59 PM
where should DEFAULT_CIPHERS be found, or
what do i need to upgrade (this used to work 2 or 3 years ago) ?
i've re-installed botocore. does this need Python > 3.8 (what Ubuntu 20.4 has) ?
what do i need to upgrade (this used to work 2 or 3 years ago) ?
i've re-installed botocore. does this need Python > 3.8 (what Ubuntu 20.4 has) ?
Output:lt1a/phil/7 /home/phil 11> sync-ipal
Traceback (most recent call last):
File "/home/phil/cmd/sync-ipal", line 8, in <module>
import awscli.clidriver
File "/usr/lib/python3/dist-packages/awscli/clidriver.py", line 17, in <module>
import botocore.session
File "/usr/lib/python3/dist-packages/botocore/session.py", line 29, in <module>
import botocore.credentials
File "/usr/lib/python3/dist-packages/botocore/credentials.py", line 34, in <module>
from botocore.config import Config
File "/usr/lib/python3/dist-packages/botocore/config.py", line 16, in <module>
from botocore.endpoint import DEFAULT_TIMEOUT, MAX_POOL_CONNECTIONS
File "/usr/lib/python3/dist-packages/botocore/endpoint.py", line 22, in <module>
from botocore.awsrequest import create_request_object
File "/usr/lib/python3/dist-packages/botocore/awsrequest.py", line 25, in <module>
import botocore.utils
File "/usr/lib/python3/dist-packages/botocore/utils.py", line 31, in <module>
import botocore.httpsession
File "/usr/lib/python3/dist-packages/botocore/httpsession.py", line 8, in <module>
from urllib3.util.ssl_ import (
ImportError: cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_' (/usr/local/lib/python3.8/dist-packages/urllib3/util/ssl_.py)
lt1a/phil/7 /home/phil 12> cat -n /usr/lib/python3/dist-packages/botocore/httpsession.py|head -n11|tail -n5
7 from urllib3.util.retry import Retry
8 from urllib3.util.ssl_ import (
9 ssl, OP_NO_SSLv2, OP_NO_SSLv3, OP_NO_COMPRESSION, DEFAULT_CIPHERS,
10 )
11 from urllib3.exceptions import SSLError as URLLib3SSLError
lt1a/phil/7 /home/phil 13>
Tradition is peer pressure from dead people
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.