Skip to content
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

Upload arm wheels to pypi #328

Closed
benfred opened this issue Dec 9, 2020 · 2 comments
Closed

Upload arm wheels to pypi #328

benfred opened this issue Dec 9, 2020 · 2 comments

Comments

@benfred
Copy link
Owner

benfred commented Dec 9, 2020

Pypi now supports ARM wheels with the manylinux2014 tag: https://www.python.org/dev/peps/pep-0599/

We should create binary ARM wheels using manylinux2014 and upload them to pypi.

@night-fury-web
Copy link

When will it be available on pypi?

I am using ray 1.1.0 and it has py-spy dependency which I cannot install on AWS c6g ubuntu 18.04 instance.

@benfred
Copy link
Owner Author

benfred commented Jan 16, 2021

I've added github actions to cross compile aarch64/armv7 and generate wheels in #347 - and have uploaded the new armv7/aarch64 wheels to pypi. You should be able to install from pypi now.

These wheels require manylinux2014 support - and you'll need to be running at least pip v19.3 for this to work. If you're running an older version of pip you can upgrade to the latest version of pip with pip install pip --upgrade .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants