-
Notifications
You must be signed in to change notification settings - Fork 12
Wheel support for linux aarch64 #11
Comments
It should be as simple as adding this stanza to the |
@odidev This is the repository we use to build the mac/linux wheels on travis which are then uploaded to pypi. A PR configuring travis to also run on arm64 is the next step that is needed. |
Hi @tacaswell & @mattip ,
Conclusion: With above changes, i'm able to run all the tests(except above mentioned tests, which are getting skipped) for each environment. please find the link for Travis-CI: |
We build aarch64 on Fedora, so I'm reasonably certain most should work even if some tests are skipped. At least |
I think #12 closed this |
Thanks! |
Summary
Installing matplotlib on aarch64 via pip using command "pip3 install matplotlib" tries to build wheel from source code
Problem description
matplotlib don't have wheel for aarch64 on PyPI repository. So, while installing matplotlib via pip on aarch64, pip builds wheel for same resulting in it takes more time to install matplotlib. Making wheel available for aarch64 will benefit aarch64 users by minimizing matplotlib installation time.
Expected Output
Pip should be able to download matplotlib wheel from PyPI repository rather than building it from source code.
@matplotlib-team, please let me know if I can help you building wheel/uploading to PyPI repository. I am curious to make matplotlib 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: