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

   When I want to build the arrow using the command 
   ```
   plasma:
        mkdir -p dist
        mkdir -p cpp/build
        cd cpp/build && \
        cmake -DCMAKE_INSTALL_PREFIX=$(ARROW_HOME) \
                -DCMAKE_INSTALL_LIBDIR=lib \
                -DARROW_BUILD_TESTS=ON \
                -DARROW_CXXFLAGS="-ldl" \
                -DCMAKE_BUILD_TYPE=Debug \
                -DARROW_PLASMA=ON \
                -DARROW_PYTHON=ON \
                .. \
        && make -j 8\
        && make install
   ```
   
   Before this command executing , I have installed the requirements-build.txt 
in python directory. 
   
   But I met this error  from cmake 
   
   ```
   -- Creating bundled static library target arrow_bundled_dependencies at 
/root/bigquant/arrow/cpp/build/debug/libarrow_bundled_dependencies.a
   CMake Error at 
/usr/local/share/cmake-3.24/Modules/FindPackageHandleStandardArgs.cmake:230 
(message):
     Could NOT find Python3 (missing: Python3_NumPy_INCLUDE_DIRS Interpreter
     NumPy) (found suitable version "3.8.3", minimum required is "3.7")
   
         Reason given by package:
             Interpreter: Cannot run the interpreter "/usr/local/bin/python3"
   
   Call Stack (most recent call first):
     
/usr/local/share/cmake-3.24/Modules/FindPackageHandleStandardArgs.cmake:594 
(_FPHSA_FAILURE_MESSAGE)
     /usr/local/share/cmake-3.24/Modules/FindPython/Support.cmake:3245 
(find_package_handle_standard_args)
     /usr/local/share/cmake-3.24/Modules/FindPython3.cmake:490 (include)
     cmake_modules/FindPython3Alt.cmake:53 (find_package)
     src/arrow/python/CMakeLists.txt:22 (find_package)
   
   ```
   
   How to fix it ? 
   
   thx for ur reply :)


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