I am not able to execute streamlit locally operating within Anaconda (on linux Pop OS. I had no problems running on Windows).
I tried executing !streamlit hello as well as !streamlit run 00_๐ _Home.py (a simple file in the working directory) within both the qt-console and Spyder command window. In all cases, it asks me to enter my email or leave it blank. I cannot press enter or type any text. The only thing it responds to is โctrl+cโ to break it.
Instead of running from the qt-console or Spyder command window, can you access your terminal where you can then run the mentioned commands streamlit hello or streamlit run 00_๐ _Home.py.
That worked. From the command line, I am able to bypass the email input. After doing this on my system once, I am then able to call everything from within Anaconda.
I was then able to run command !streamlit hello and !streamlit run 00_๐ _Home.py within anaconda terminals without being blocked at the email prompt.