kszucs commented on pull request #10104: URL: https://github.com/apache/arrow/pull/10104#issuecomment-823410482
You need to run ```python python setup.py develop ``` to have the pyarrow libs compiled in-place. See the pyarrow developer documentation here https://arrow.apache.org/docs/developers/python.html You can also use the [archery tool](https://arrow.apache.org/docs/developers/archery.html) to execute the tests in a docker container: ```bash pip install -e dev/archery[docker] archery docker run conda-python ``` -- 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]
