-
Notifications
You must be signed in to change notification settings - Fork 32
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
manylinux_aarch64: Takes too long to build #247
Comments
Edit: sorry, misread or didn't see the title. I now see you only mean linux arm64 (aarch64). I can see the macosx arm64 whl files in the latest artifacts. We would not be using this any time soon -- the only thing I can think of is that it would enable us to run applications on arm CPU's in the cloud (e.g. graviton) which can be slightly less costly. Not urgent. |
Yes, OSX ARM should have a wheel when the new release is out. |
I did run into a potential use case of this that might be relevant. I have a project that executes tests in a container. I'm on an M Series Mac, which by default built the container as an arm64 linux container. The build failed because spherical-geometry doesn't have a wheel for that combo. I can force it to build as x86, so it's not a big issue. But still a +1 for fixing this eventually. I can maybe try to put some time into this sometime. |
@PatrickRWells , I am confused. This issue is about Are you using a very old Python? You need Python 3.9 or later. |
@pllim They are running in linux (docker) so this does apply. |
In that case, don't use a |
Might want to revisit this again when numpy 2.x stuff is settled. Please ping us again if we forget. Thanks! |
Couldn't pull it off in #243 . Took way longer than other archs and I didn't have the patience or interest to find out why.
No one uses this package in that architecture and somehow need the wheel from PyPI, right?
The text was updated successfully, but these errors were encountered: