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?pip install --upgrade pip setuptools wheeland then retrypip install streamlit.