samueljamesbader opened a new issue, #47557:
URL: https://github.com/apache/arrow/issues/47557

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   As of version 21.0.0, I'm seeing failure in pip install during the cmake 
process.
   
   ✓ If I run `pip install pyarrow==20.0`, pip completes the installation 
without issue.
   ✗ But if I run `pip install pyarrow==21.0`, I see the following before 
wheel build fails:
   
           CMake Error at CMakeLists.txt:289 (find_package):
             By not providing "FindArrow.cmake" in CMAKE_MODULE_PATH this 
project has
             asked CMake to find a package configuration file provided by 
"Arrow", but
             CMake did not find one.
         
             Could not find a package configuration file provided by "Arrow" 
with any of
             the following names:
         
               ArrowConfig.cmake
               arrow-config.cmake
         
             Add the installation prefix of "Arrow" to CMAKE_PREFIX_PATH or set
             "Arrow_DIR" to a directory containing one of the above files.  If 
"Arrow"
             provides a separate development package or SDK, be sure it has been
             installed.
   
   While I'm not familiar with this area, the similar language suggests this is 
related to Issue https://github.com/apache/arrow/issues/46386 which was 
addressed in 21.0.0 by https://github.com/apache/arrow/pull/46387.
   
   Background information:
   - pip version 25.2
   - python version 3.13.7
   - system: SUSE Linux Enterprise Server 12 SP5
   
   ### Component(s)
   
   Packaging, C++


-- 
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]

Reply via email to