raulcd commented on issue #38311: URL: https://github.com/apache/arrow/issues/38311#issuecomment-1766570763
We are in the process of releasing Arrow 14.0.0 and pyarrow. Currently there are no wheels built for Arrow for Python 3.12 available on PyPI. They will be available once we release. At the moment your system is trying to build from source and is currently failing to build due to missing cmake. You can try to build from source but you will require to have Arrow CPP installed (or build it yourself). The Python development guide can help you on that: https://arrow.apache.org/docs/developers/python.html#python-development Due to our Release process and the Apache voting mechanism the wheels will take some days to be available, and depending on the number of Release Candidates required might take slightly longer. You can also use temporary the wheels available on our nightly packages: https://arrow.apache.org/docs/developers/python.html#installing-nightly-packages Those are not official releases so use them at your own risk. -- 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]
