kou commented on issue #33814: URL: https://github.com/apache/arrow/issues/33814#issuecomment-1399385714
Ah, we need to install build dependencies manually with `pip install --no-build-isolation`: ```bash wget https://raw.githubusercontent.com/apache/arrow/master/python/requirements-build.txt pip install -r requirements-build.txt pip install --no-build-isolation pyarrow ``` I think that you can remove `/home/pi/.local/bin/cmake` by `/usr/bin/python3 -m pip uninstall cmake`. -- 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]
