Skip to content

Wheel support for linux aarch64 #367

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

Closed
odidev opened this issue Nov 2, 2020 · 1 comment
Closed

Wheel support for linux aarch64 #367

odidev opened this issue Nov 2, 2020 · 1 comment

Comments

@odidev
Copy link

odidev commented Nov 2, 2020

Summary
Installing uvloop on aarch64 via pip using command "pip3 install uvloop" tries to build wheel from source code.

Problem description
uvloop doesn't have wheel for aarch64 on PyPI repository. So, while installing uvloop via pip on aarch64, pip builds wheel for same resulting in it takes more time to install uvloop. Making wheel available for aarch64 will benefit aarch64 users by minimizing uvloop installation time.

Expected Output
Pip should be able to download uvloop wheel from PyPI repository rather than building it from source code.

@uvloop-team, please let me know if I can help you building wheel/uploading to PyPI repository. I am curious to make uvloop wheel available for aarch64. It will be a great opportunity for me to work with you.

@elprans
Copy link
Member

elprans commented Feb 13, 2021

Added in #376. Please note that manylinux on aarch64 is not stable yet, so consider aarch64 wheels to be beta.

@elprans elprans closed this as completed Feb 13, 2021
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