본문 바로가기

오류 해결 방법/파이썬(Python)

ModuleNotFoundError: No module named 'streamlit'

If the error as below occurs,

 

ModuleNotFoundError: No module named 'streamlit'

 

 

You should install the streamlit.

 

pip install streamlit