pitrou opened a new pull request #12069: URL: https://github.com/apache/arrow/pull/12069
On Debian/Ubuntu, the system-provided setuptools is patched to install into the system-specific `dist-packages` directory. However, the newer setuptools from upstream would install PyArrow in the wrong location (`site-packages`). Therefore, use "pip install" instead of "python setup.py build" to get the right behaviour. -- 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]
