-
Notifications
You must be signed in to change notification settings - Fork 55
Add support to release aarch64 wheels #347
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
Comments
dupe #341 |
also I think you'll recall our discussion here: hynek/argon2-cffi#74 |
Hello, I just wasted a stupid amount of time figuring out why pip wouldn't install libsass from wheels in a container and chose to install from source instead:
Eventually I tracked it down to this issue. Of course, the workaround is "just" I can understand your argument about publishing potentially non-compliant wheels. The counter-argument would be:
That's why I estimate that the pros of publishing aarch64 wheels outweigh the cons at this point in time. In case it helps, cibuildwheel + GitHub actions makes it easy to create aarch64 wheels (among many others). I understand that you aren't currently using that toolchain, perhaps for good reasons. I'm not an expert here, just a maintainer of a few Python packages and user of libsass :-) |
Problem
On aarch64, pip install libsass builds the wheels from source code and then install it. It requires user to have development environment installed on his system. also, it take some time to build the wheels than downloading and extracting the wheels from pypi.
Resolution
On aarch64, pip install libsass should be able to download the wheels from pypi
@asottile, Please let me know your interest on releasing aarch64 wheels. I can help in this.
The text was updated successfully, but these errors were encountered: