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
Sagemaker-distribution will likely have multiple packages that (transitively) depend on aiobotocore.aiobotocore dependency on old version of botocore (1.31.17) causes dependency conflict with packages that depend on newer version of botocore. For example, because of this latest versions of s3fs and boto3 packages conflict (new versions of boto3 depend on botocore >=1.31.35,<1.32.0 and up).
Problem
Sagemaker-distribution will likely have multiple packages that (transitively) depend on
aiobotocore
.aiobotocore
dependency on old version ofbotocore
(1.31.17) causes dependency conflict with packages that depend on newer version ofbotocore
. For example, because of this latest versions ofs3fs
andboto3
packages conflict (new versions ofboto3
depend onbotocore >=1.31.35,<1.32.0
and up).Potential solution
Bump
botocore
to latest version inaiobotocore
repository: aio-libs/aiobotocore#1043.The text was updated successfully, but these errors were encountered: