ImportError: cannot import name 'DEFAULT_CHECKSUM_ALGORITHM' from 'botocore.httpchecksum' #4399
Labels
bug
This issue is a confirmed bug.
p2
This is a standard priority issue
response-requested
Waiting on additional information or feedback.
s3
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: