kou commented on issue #36963: URL: https://github.com/apache/arrow/issues/36963#issuecomment-1659700642
How did you install Apache Arrow C++? You need to specify install prefix you specified when you run `cmake ... -DCMAKE_INSTALL_PREFIX=XXX ...` for Apache Arrow C++: ```bash CMAKE_PREFIX_PATH=/path/to/prefix pip install pyarrow ``` See also: https://arrow.apache.org/docs/dev/developers/python.html -- 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]
