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 #128

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

Wheel support for linux aarch64 #128

odidev opened this issue Nov 2, 2020 · 1 comment

Comments

@odidev
Copy link

odidev commented Nov 2, 2020

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

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

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

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

@benhoyt
Copy link
Owner

benhoyt commented Sep 25, 2021

@odidev Sorry for not replying initially! Just doing some issue cleanup/replies. Can we do this with a GitHub Workflow hook or similar? I'm not sure best practices or tools at this point, as I've been out of the Python loop for a while.

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