Visual Studio Code – No module named 'streamlit.cli'
I am using MAC and downloaded the streamlit package using conda-forge. I am getting an error message as below. from streamlit.cli import main ModuleNotFoundError: No module named 'streamlit.cli' I have checked a stackoverflow post with the same issue, and it…