kou commented on issue #14920: URL: https://github.com/apache/arrow/issues/14920#issuecomment-1360479081
OK. We need to specify some options to enable Apache Arrow C++ components that are used by pyarrow. Could you try the following? ```bash cmake --preset=ninja-release-python-minimal . cmake --build . sudo cmake --build . --target install ``` See also: https://arrow.apache.org/docs/dev/developers/python.html#build-and-test -- 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]
