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
ImportError: cannot import name 'DEFAULT_CHECKSUM_ALGORITHM' from 'botocore.httpchecksum'
(/opt/conda/lib/python3.11/site-packages/botocore/httpchecksum.py)
Seems to be incompatibility between awscli version and boto3 version based on => boto/boto3#4399
The text was updated successfully, but these errors were encountered:
In notebook 03-sagemaker-pipeline
Cell 1 (
%pip install 'sagemaker[feature-processor]' --force-reinstall
) and Cell 2 (%pip install -q s3fs
) reports dependency errors.Then, on "Training Step" , cell that creates the estimator
Failed with
ImportError: cannot import name 'DEFAULT_CHECKSUM_ALGORITHM' from 'botocore.httpchecksum'
(/opt/conda/lib/python3.11/site-packages/botocore/httpchecksum.py)
Seems to be incompatibility between awscli version and boto3 version based on => boto/boto3#4399
The text was updated successfully, but these errors were encountered: