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
Release 3.10.0 of the library enabled support for numpy 2.0. Sadly, AWS Glue does not currently support numpy 2+. Two options are available to you in your Glue job configuration:
Install a lower version of awswrangler (3.9.1 or lower)
Describe the bug
Our Glue jobs suddenly started to fail with ImportError: numpy.core.multiarray failed to import
How to Reproduce
Just use pandas
Expected behavior
Numpy should be imported properly
Your project
No response
Screenshots
OS
Linux
Python version
3.10
AWS SDK for pandas version
3.10.0
Additional context
No response
The text was updated successfully, but these errors were encountered: