amoeba commented on issue #45642:
URL: https://github.com/apache/arrow/issues/45642#issuecomment-2730510397

   I tried this out locally and get this error while trying to build PyArrow,
   
   ```
    cmake  .. \
             -GNinja \
             -DCMAKE_BUILD_TYPE=Release \
             -DCMAKE_INSTALL_PREFIX=$ARROW_HOME \
             -DARROW_BUILD_STATIC=ON \
             -DARROW_BUILD_SHARED=OFF \
             -DARROW_DEPENDENCY_SOURCE=BUNDLED \
             -DARROW_DEPENDENCY_USE_SHARED=OFF \
             -DARROW_CUDA=OFF \
             -DARROW_FLIGHT=ON \
             -DARROW_PARQUET=ON \
             -DARROW_CSV=ON \
             -DARROW_JSON=ON \
             -DARROW_FILESYSTEM=ON \
             -DARROW_MIMALLOC=OFF \
             -DPARQUET_REQUIRE_ENCRYPTION=OFF \
         -DARROW_COMPUTE=ON
   
   -- >8 -- 
   
   $ python setup.py build_ext --inplace
   -- Building PyArrow with Flight
   CMake Error at CMakeLists.txt:530 (message):
     You must build Arrow C++ with ARROW_BUILD_SHARED=ON
   
   
   -- Configuring incomplete, errors occurred!
   ```
   
   This might be a limitation. @assignUser @kou 


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