raulcd commented on issue #46331: URL: https://github.com/apache/arrow/issues/46331#issuecomment-3546096017
> my understanding is we should be able to pip install pyarrow without independtly installing arrow c++ library Yes if there's a wheel available for the Python version/platform but it does seem from your log above that it is trying to install `pyarrow-10.0.1.tar.gz` instead of `19.0.0` as suggested on the comment above. PyArrow 10.0.1, released November 2022, didn't have wheels for Python 3.12, released October 2023. That's why is trying to build. I suppose one of your dependencies might be pinning a pretty old version of 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]
