Thanks, I finally solved it. The solution was in this issue: https://github.com/streamlit/streamlit/issues/283.
conda install -c conda-forge watchdog
Then:
pip install streamlit
If you’re not using conda looks like @adi.kadrekar’s solution would work.