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
We're using Python 3.12 and have cloudpathlib v0.18.1 installed. However, when we import CloudPath from cloudpathlib, we get the following warning message:
RuntimeWarning: As the c extension couldn't be imported, google-crc32c is using a pure python implementation that is significantly slower. If possible, please configure a c build environment and compile the extension
google_crc32c is a dependency of google-cloud-storage which is a dependency of cloudpathlib. I think the warning occurs as google_crc32c is not yet compatible with Python 3.12. Do you know if there's a fix in place so that this is rectified in a future release?
The text was updated successfully, but these errors were encountered:
We're using Python 3.12 and have cloudpathlib v0.18.1 installed. However, when we import CloudPath from cloudpathlib, we get the following warning message:
RuntimeWarning: As the c extension couldn't be imported,
google-crc32c
is using a pure python implementation that is significantly slower. If possible, please configure a c build environment and compile the extensiongoogle_crc32c is a dependency of google-cloud-storage which is a dependency of cloudpathlib. I think the warning occurs as google_crc32c is not yet compatible with Python 3.12. Do you know if there's a fix in place so that this is rectified in a future release?
The text was updated successfully, but these errors were encountered: