-
Notifications
You must be signed in to change notification settings - Fork 136
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
s3transfer 0.11.0 is causing issue in library installations. #324
Comments
Hey @vdantuluri-takeda, thanks for bringing this issue to our attention! The To address this issue I see us taking one of the following paths:
try:
from botocore.httpchecksum import DEFAULT_CHECKSUM_ALGORITHM
except ImportError:
DEFAULT_CHECKSUM_ALGORITHM = "CRC32" I expect we'll resolve this issue in time for tomorrows daily release. In the meantime, this issue can be mitigated by using a version of s3transfer < 0.11.0 or using a version of botocore >= 1.36.0. |
I've opened #326 to resolve this issue. I'll provide any updates in this ticket. |
#326 is now approved and merged. This fix will be included in tomorrow's release of |
dependency range on botocore was incorrect in upstream release ref boto/s3transfer#324 there will be an 0.11.1 release very soon with the corrected dependency range
Closing this issue since this was resolved in yesterday's release of Thanks again for your patience and bringing this to our attention! |
It is failing during the installation of dependent libraries with boto core
cannot import name 'DEFAULT_CHECKSUM_ALGORITHM' from 'botocore.httpchecksum' (/databricks/python/lib/python3.8/site-packages/botocore/httpchecksum.py)
Runtime python 3.8.
The text was updated successfully, but these errors were encountered: