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

Wheel support for linux aarch64/x86 #89

Open
odidev opened this issue Sep 28, 2020 · 0 comments
Open

Wheel support for linux aarch64/x86 #89

odidev opened this issue Sep 28, 2020 · 0 comments

Comments

@odidev
Copy link

odidev commented Sep 28, 2020

Summary
Installing retrying on aarch64/x86 via pip using command "pip3 install retrying" tries to build wheel from source code

Problem description
retrying doesn't have wheel for aarch64/x86 on PyPI repository. So, while installing retrying via pip on aarch64/x86 machine, pip builds the source code resulting in it takes more time to install retrying. Making wheel available for aarch64/x86 will benefit aarch64/x86 users by minimizing retrying installation time. We can release the wheel using CI/CD tools such as travis-ci, circle-ci, azure-pipelne etc..

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

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

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

1 participant