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

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

Wheel support for linux aarch64 #7999

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

Comments

@odidev
Copy link

odidev commented Nov 2, 2020

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

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

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

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

@TeBoring
Copy link
Contributor

TeBoring commented Jun 3, 2021

Fixed by #8280

@TeBoring TeBoring closed this as completed Jun 3, 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

3 participants