kou commented on issue #33814: URL: https://github.com/apache/arrow/issues/33814#issuecomment-1399201865
It seems that you didn't define `CMAKE_PREFIX_PATH`: https://arrow.apache.org/docs/dev/developers/python.html#using-system-and-bundled-dependencies ```bash export ARROW_HOME=$(pwd)/dist export LD_LIBRARY_PATH=$(pwd)/dist/lib:$LD_LIBRARY_PATH export CMAKE_PREFIX_PATH=$ARROW_HOME:$CMAKE_PREFIX_PATH ``` -- 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]
