-
-
Notifications
You must be signed in to change notification settings - Fork 33
oldest-supported-numpy build fails on Apple Silicon #19
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
Comments
Thanks for the report @kbourgoin
Yes indeed, at least |
There is a universal2 wheel for NumPy 1.21.0rc1. |
I'm not very familiar with numpy builds, but |
No we don't, we can merge it now. But once 1.21.0 arrives in a few weeks, I'd like to bump the version number. So if you depend on the reproducibility of 1.20.0, you should probably use |
@rgommers any chance of this getting merged soon? |
Yes, let's get that fix in. The next step is releasing it - let's do that straight away too, otherwise it's still not useful. |
Okay, |
Thank you! |
This is the first NumPy version with universal2 wheels, and 1.21.0 was just released so we can do the version bump. This is a follow-up to scipygh-19 and scipygh-20
I'm trying to install a project which relies on
oldest-supported-numpy
and it won't build because it's trying to installnumpy==1.19.3
and it looks to me like numpy doesn't build onarm64
until1.20.0
using python 3.9.5.I'm not super familiar with the numpy build system, so I may be wrong about needing
>=1.20.0
. It's how it works on my system right now and the failures are a bunch of clang errors I can't debug.The text was updated successfully, but these errors were encountered: