kszucs commented on issue #10929: URL: https://github.com/apache/arrow/issues/10929#issuecomment-898329696
We build the arm64 wheels on graviton2 travis instances [in docker](https://github.com/apache/arrow/blob/master/dev/tasks/python-wheels/travis.linux.arm64.yml#L59), so we do not cross-compile. @xhochy do you have a reference to the issue? Sadly I don't have an arm64 machine at hand, so I'm unable to reproduce the issue. A wheel can be produced using the following command: ```console pip install -e arrow/dev/archery[docker] ARCH=arm64v8 PYTHON=3.8 archery docker run python-wheel-manylinux-2014 # wheel is going to be available under arrow/python/repaired_wheels/ ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
