-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
ImportError: cannot import name 'DEFAULT_CHECKSUM_ALGORITHM' from 'botocore.httpchecksum' #4399
Comments
Hey @Christhof25, thanks for reaching out. The issue you're seeing is a result of using versions of botocore incompatible with your version of awscli. The I also want to point out that using boto (the boto3 predecessor) is discouraged given the packaged is no longer maintained and last released in 2018. See the following deprecation notice for more info:
|
Thanks @jonathan343 for your analyse. |
Both boto3 and botocore are on |
Thanks @RyanFitzSimmonsAK It's good with the version v1.36.2
|
Describe the bug
Into a script, when I want execute this command :
aws sts get-caller-identity
I have this Error
ImportError: cannot import name 'DEFAULT_CHECKSUM_ALGORITHM' from 'botocore.httpchecksum' (/home/ubuntu/.local/lib/python3.10/site-packages/botocore/httpchecksum.py)
Regression Issue
Expected Behavior
Current Behavior
Reproduction Steps
Possible Solution
I install the same version of botocore and boto3
Additional Information/Context
Extract of my log
SDK version used
unknow
Environment details (OS name and version, etc.)
CLOUD_AWS_Ubuntu-22.04_azb (ami-0a71a0754b86976e4) Operating system: Linux, version 6.8.0-1015-aws
The text was updated successfully, but these errors were encountered: