xhochy commented on issue #10929: URL: https://github.com/apache/arrow/issues/10929#issuecomment-898331375
> 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? > I came across thus while building the conda packages for osx-arm64. No real documentation except what is in the recipe. > > 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/ > > ``` I would expect the error to also happen when run using Qemu. It could also be that the kernel of the graviton instances has a larger than normal page size and thus only breaks on smaller machines. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org