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

Watch manylinux2014 (PEP 599) to publish aarch64 wheels on pypi #469

Open
Hywan opened this issue Jan 21, 2021 · 2 comments
Open

Watch manylinux2014 (PEP 599) to publish aarch64 wheels on pypi #469

Hywan opened this issue Jan 21, 2021 · 2 comments
Labels
🎉 enhancement New feature or request

Comments

@Hywan
Copy link
Contributor

Hywan commented Jan 21, 2021

For the moment, we can't publish our aarch64 binary wheels onto pypi because it breaks the manylinux2010 policy. However, it seems that manylinux2014 could solve this. Discussion happens here, pypa/manylinux#84. Something we should track.

For the moment, wheels are attached to Github releases as assets. See the example of the 1.0.0 release: https://github.com/wasmerio/wasmer-python/releases/tag/1.0.0.

@bennuttall
Copy link

numpy is releasing manylinux2014_aarch64 wheels now which work on Raspberry Pi with an aarch64 OS: https://pypi.org/project/numpy/#files

@messense
Copy link

You can pass --manylinux 2014 to maturin build to make it create manylinux2014 wheel. It won't be necessary after PyO3/maturin#424 released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎉 enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants