jorisvandenbossche commented on issue #39846: URL: https://github.com/apache/arrow/issues/39846#issuecomment-1916269760
PyArrow doesn't provide binary wheel packages that are compatible with Alpine Linux. That means that when doing `pip install`, it will try to build PyArrow from source. However, that doesn't work out of the box just using `pip`, as PyArrow has some non-Python build dependencies that you will need to ensure are installed (as a starter, you need to install the Arrow C++ libraries). See https://arrow.apache.org/docs/developers/python.html#building-on-linux-and-macos -- 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]
