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
pip install pyarrow
? Can you also specify your operating system and version of python? – Circletpip install --upgrade pip setuptools wheel
and then retrypip install streamlit
. – Circlet