-
Notifications
You must be signed in to change notification settings - Fork 409
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[arm64] #63
Comments
Manylinux2014 ensures that the wheel is built against the AArch64 v8.0 specification. All AArch64 platforms in the v8 series maintain backward compatibility with v8.0. So a binary built for v8.0 can run on any v8 platform. Enabling aarch64 wheel support will benefit arm v8 series users by reducing installation time. @wiseman, can you please let me know if you have any interest in releasing aarch64 wheels? |
@wiseman, can you please let me know your interest here? Thanks in advance. |
@wiseman, could you please let me know your interest in releasing aarch64 wheel as this will help aarch64 users to avoid setting up development environment to build the wheels from source code? |
@wiseman, can you please let me know your interest here? |
@wiseman, could you please let me know your interest in releasing aarch64 wheel as this will help aarch64 users to avoid setting up development environment to build the wheels from source code? |
Summary
Installing py-webrtcvad on aarch64 via pip using command "pip3 install py-webrtcvad" tries to build wheel from source code
Problem description
py-webrtcvad doesn't have wheel for aarch64 on PyPI repository. So, while installing py-webrtcvad via pip on aarch64, pip builds wheel for same resulting in it takes more time to install py-webrtcvad. Making wheel available for aarch64 will benefit aarch64 users by minimizing py-webrtcvad installation time.
Expected Output
Pip should be able to download py-webrtcvad wheel from PyPI repository rather than building it from source code.
@py-webrtcvad-team, please let me know if I can help you building wheel/uploading to PyPI repository. I am curious to make py-webrtcvad wheel available for aarch64. It will be a great opportunity for me to work with you.
The text was updated successfully, but these errors were encountered: