You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "raulcd (via GitHub)" <gi...@apache.org> on 2023/10/17 14:45:58 UTC

Re: [I] Can't install pyarrow on MacOS 14.0, Python 3.12 - ErrMsg: Could not build wheels for pyarrow, which is required to install pyproject.toml-based projects [arrow]

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org