-
Notifications
You must be signed in to change notification settings - Fork 5
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
piwheels does not currently support aarch64 #119
Comments
This comment has been minimized.
This comment has been minimized.
Not sure if it is worth noting, but I'm using cibuildwheels + qemu to create aarch64 wheels in my project's release CI workflow. The resulting aarch64-manylinux wheels work well with Ubuntu's 64-bit image on RPi4. And as long as I keep ensuring the sdist works (which is uploaded with the aarch64 wheels to pypi), this issue is a low priority for me. I haven't tested this with RPi OS 64-bit, but I have no reason to doubt it will work just as well. I wouldn't have been able to produce armv7l wheels in a CI workflow without using self-hosted runner(s) (which still might require 64-bit hosts). So, I'm deeply grateful this project can solve that conundrum for the RPi. Thank goodness for piwheels! |
We just added the same for |
The linked blog post is over three years old, is there any sign of this happening? Is there anything I can do to help? |
I heard from 1st hand that it is indeed planned. But I personally do not see such a large benefit, since |
Please note that piwheels does not yet build wheels for Raspberry Pi OS 64-bit.
https://blog.piwheels.org/raspberry-pi-os-64-bit-aarch64/
The text was updated successfully, but these errors were encountered: