When I try pip install streamlit
it fails with the error message:
ERROR: "Could not build wheels for pyarrow which use PEP 517 and cannot be installed directly"
I tried installing pip install pyarrow
directly but still gives the same error message
To Solve ERROR: Could not build wheels for scipy which use PEP 517 and cannot be installed directly Error Just update your pip and your error will be solve. pip3 install –upgrade pip. this error solved just after update pip with setuptools wheel just run below command. pip install –upgrade pip setuptools wheel.
In my case the problem was related to Python version. More specifically I noticed in error logs:
RuntimeError: Not supported on 32-bit Windows
So then I installed Python 3.8.6 (x64 version) instead of x32
and the problem was solved with
pip install pyarrow
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With