Summary
I’m running script:
import streamlit as slt
slt.header(‘Hi’)
Terminal:
streamlit run st.py
This is the error I see:
Traceback (most recent call last):
File "C:\Users\Admin\anaconda3\envs\pythonProject7\Scripts\streamlit-script.py
", line 6, in
from streamlit.cli import main
ModuleNotFoundError: No module named ‘streamlit.cli’
:
If applicable, please provide the steps we should take to reproduce the error or specified behavior.
Explain the undesired behavior or error you see when you run the code above.
If you’re seeing an error message, share the full contents of the error message here.
Debug info
- Python version: (get it with
$ python --3.8
) - Using Conda
- OS version: Windows