Skip to content
Advertisement

Could not build wheels for pyarrow

This issue occurred when I install streamlit. I had also tried to install “pyarrow” separately. But the same error occurred. Both Window and Python are 64bit. Can anyone please help me with this Issue? Thank you in advance.

enter image description here enter image description here

Also tried to install pyproject.toml.

Advertisement

Answer

pyarrow wheels are not available for Python3.11 on PyPi yet. There is a minor pyarrow release 10.0.1 being voted at the moment that should be released soon. See this thread for the release approval:

https://lists.apache.org/thread/rlkrj9lnfmwgn7kq8hvmzf06l5z6w30k

And this thread for asking for the 10.0.1 release to add pyarrow wheels for Python 3.11:

https://lists.apache.org/thread/xrlztoz8no289rt6kr6qz52b8yjr3mob

Once the release is approved and published the pyarrow team will publish the new wheels to PyPi.

User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement