kou commented on issue #39132:
URL: https://github.com/apache/arrow/issues/39132#issuecomment-1847804348

   Could you try the following patterns?
   
   1:
   
   ```console
   $ python setup.py clean
   $ CMAKE_PREFIX_PATH=$ARROW_HOME python setup.py build_ext --inplace
   ```
   
   2:
   
   ```console
   $ python setup.py clean
   $ CMAKE_PREFIX_PATH=/home/tom/Documents/dev/dist python setup.py build_ext 
--inplace
   ```
   
   3:
   
   ```console
   $ python setup.py clean
   $ PYARROW_CMAKE_OPTIONS="-DCMAKE_PREFIX_PATH=$ARROW_HOME" python setup.py 
build_ext --inplace
   ```
   
   4:
   
   ```console
   $ python setup.py clean
   $ PYARROW_CMAKE_OPTIONS="-DCMAKE_PREFIX_PATH=/home/tom/Documents/dev/dist" 
python setup.py build_ext --inplace
   ```
   


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