odidev created ARROW-10459:
------------------------------
Summary: Wheel support for linux aarch64
Key: ARROW-10459
URL: https://issues.apache.org/jira/browse/ARROW-10459
Project: Apache Arrow
Issue Type: Improvement
Reporter: odidev
*Summary*
Installing pyarrow on aarch64 via pip using command "pip3 install pyarrow"
tries to build wheel from source code
*Problem description*
pyarrow doesn't have wheel for aarch64 on PyPI repository. So, while installing
pyarrow via pip on aarch64, pip builds wheel for same resulting in it takes
more time to install pyarrow. Making wheel available for aarch64 will benefit
aarch64 users by minimizing pyarrow installation time.
*Expected Output*
Pip should be able to download pyarrow wheel from PyPI repository rather than
building it from source code.
@pyarrow-team, please let me know if I can help you building wheel/uploading to
PyPI repository. I am curious to make pyarrow wheel available for aarch64. It
will be a great opportunity for me to work with you.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)