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

   You need to use `ninja-release-python` or `ninja-release-python-maximum` 
preset to use `pyarrow.dataset`:
   
   ```bash
   cmake --preset=ninja-release-python .
   cmake --build .
   sudo cmake --build . --target install
   pip install pyarrow
   ```


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