-
Notifications
You must be signed in to change notification settings - Fork 109
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
ImportError: numpy.core.multiarray failed to import with NumPy 2.0.0 #453
Comments
@khaeru in case you didn't know: bottleneck 1.4.0rc5 is compatible, so you may be able to hotfix your CI by requiring the pre-release somehow. |
Yes, thank you; I did see it at https://pypi.org/project/Bottleneck/#history and should have come back to mention for others in the same boat. In our case:
…so the simpler expedient is to temporarily limit to |
It would indeed be great to expedite a release, even if it might still have some issues. E.g. if users do a fresh install with |
Hello, I'm working on the release.
Unfortunately, I have no access to RTD. I tried to ask, but nobody gave me access. The |
Thanks for getting the release on PyPI! |
Ditto, thanks!
That's unfortunate indeed…my impression had been that Pydata were better organized than that 🙁 Perhaps until they resolve that access, the README could be updated to say “(up to v1.3.7 only)” right next to the RTD link. |
Describe the bug
Bottleneck 1.3.8 cannot be imported with NumPy 2.0.0:
To Reproduce
pip
version: pip 23.2.4. Output of `pip list` or `conda list` (expand)
Expected behavior
bottleneck
is importable and usable.Additional context
Encountered via daily CI for the
genno
package, here.The text was updated successfully, but these errors were encountered: