-
Notifications
You must be signed in to change notification settings - Fork 41
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
Module does not support numpy 2.x #32
Comments
Can you give me your |
I did install Numpy 2.2.0 after ISLP. I also made sure that all dependencies were upgraded after upgrading Numpy by using Running Running absl-py==2.1.0 |
As the title suggests, there is no current support for Numpy 2.x as ISLP's modules were compiled in Numpy 1.x.
Here are two tracebacks I get when I try to import ISLP while having Numpy 2.2.0 installed:
AttributeError: _ARRAY_API not found
ImportError: numpy.core.multiarray failed to import
Downgrading to Numpy 1.26.4 fixes the issue.
The text was updated successfully, but these errors were encountered: