hteeyeoh opened a new issue, #39846: URL: https://github.com/apache/arrow/issues/39846
### Describe the bug, including details regarding any error messages, version, and platform. Bumped into error when the build stage reach pyarrow building: -- Found Python3Alt: /usr/local/bin/python #0 678.5 CMake Error at CMakeLists.txt:268 (find_package): #0 678.5 By not providing "FindArrow.cmake" in CMAKE_MODULE_PATH this project has #0 678.5 asked CMake to find a package configuration file provided by "Arrow", but #0 678.5 CMake did not find one. #0 678.5 #0 678.5 Could not find a package configuration file provided by "Arrow" with any of #0 678.5 the following names: #0 678.5 #0 678.5 ArrowConfig.cmake #0 678.5 arrow-config.cmake #0 678.5 #0 678.5 Add the installation prefix of "Arrow" to CMAKE_PREFIX_PATH or set #0 678.5 "Arrow_DIR" to a directory containing one of the above files. If "Arrow" #0 678.5 provides a separate development package or SDK, be sure it has been #0 678.5 installed. #0 678.5 #0 678.5 #0 678.5 -- Configuring incomplete, errors occurred! #0 678.5 error: command '/usr/bin/cmake' failed with exit code 1 #0 678.5 [end of output] #0 678.5 #0 678.5 note: This error originates from a subprocess, and is likely not a problem with pip. #0 678.5 ERROR: Failed building wheel for pyarrow ### Component(s) Python -- 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]
