-
Notifications
You must be signed in to change notification settings - Fork 232
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
Python Wheel for ARM (Raspberry Pi) processor #306
Comments
We don't have access to any ARM servers, so I don't think is going to be possible. |
Would you consider cross compiling that via Docker? Here's a simple Dockerfile that would work:
Put this file in the root directory of the project and run:
Thanks again! |
We couldn't supply ARM based packages even if we wanted to because PyPI only allows uploading of specific "known safe" wheel types. Linux ARM wheels are not among that list (in fact, for linux only |
Looking at the pypi page for the project, there are many precompiled python wheels for different systems, but none for ARM (Raspberry Pi).
I'm working on a project with many Raspberry Pis involved, and it seems like running
pip3 install pynacl
takes ~20 minutes (!!!).Interestingly enough, trying to compile it under emulation (qemu) it took even longer (~25 minutes).
It seems like Bug #302 helps a little bit, but not enough :(
Would it be possible to have a prebuilt Python Wheel for ARM as well?
Thanks.
The text was updated successfully, but these errors were encountered: