pitrou commented on pull request #9761: URL: https://github.com/apache/arrow/pull/9761#issuecomment-804081300
Thanks @MartinNowak . You can use [Archery](https://arrow.apache.org/docs/developers/archery.html) (or run docker-compose directly) if you don't want setup a build environment yourself. For example, to see the list of possible Python build images: ```bash $ archery docker images | grep python - conda-python - conda-python-dask - conda-python-hdfs - conda-python-jpype - conda-python-kartothek - conda-python-pandas - conda-python-spark - conda-python-turbodbc - debian-python - fedora-python - python-sdist - python-wheel-manylinux-2010 - python-wheel-manylinux-2014 - python-wheel-manylinux-test-imports - python-wheel-manylinux-test-unittests - python-wheel-windows-test - python-wheel-windows-vs2017 - ubuntu-cuda-python - ubuntu-python - ubuntu-python-sdist-test ``` and then run one of those images using `docker run <image-name>`. However, since this PR is simple, I can probably fix issues directly if you have trouble building locally. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
