vmalisz commented on issue #33814: URL: https://github.com/apache/arrow/issues/33814#issuecomment-1399432070
just ran ``` cmake --preset=ninja-release-python-minimal . cmake --build . sudo cmake --build . --target install ``` without errors. Then tried to install pyarrow again and it worked! I have no idea what I did honestly... it looks like pip can't work for a Pi installation. it requires the latest cmake from apt and for arrow to be compiled from the source. I have a limited understanding of that part, and still not sure why I still had to do a pip install on top of the build. ``` $ echo $CMAKE_PREFIX_PATH /home/pi/dist:/home/pi/dist: ``` I don't know if I can run again `make install` now it works? (really afraid to break something...) -- 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]
