-
Notifications
You must be signed in to change notification settings - Fork 565
Building on Raspberry Pi #227
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
Care to make a PR to add it to our CI targets? :) |
A much better option is to coordinate with https://github.com/bennuttall/piwheels The piwheels project is awesome, it automatically builds wheels for all packages on pypi, and makes them directly installable in the default raspbian distro. uvloop up to and including 0.12.0 are available, not sure what's up with 0.12.1: |
According to https://www.piwheels.org, no Python 2.7, 3.6 and 3.7 at the moment (personally, I am using 3.7). |
Still my point remains that putting the effort on the piwheels side seems more relevant. Even if uvloop's CI produced wheels for Raspberry Pi, there would be no "right" place to upload them. PyPI would almost certainly not be the right place, see: |
Yeah, it seems that PyPI isn't the right place for hosting wheels for Pi/other ARM archs. This comment by Nathaniel is the key:
Please ping piwheels.org. Unfortunately I'm out of capacity to handle that. |
Fair enough. Just would like to point out that for Raspberry Pi, you would need to build for |
I am using uvloop on Raspberry Pi Zero (many of them ;)). To upgrade to new version, due to memory limitations, one has to go through the following procedure
uvloop
.As
uvloop
provides wheel files for several platforms, IMHO, it would be a great addition to have a wheel file for Raspberry Pi to avoid the above hassle. The target platform would bearmv6
.The text was updated successfully, but these errors were encountered: