ModuleNotFoundError: No module named 'streamlit_option_menu'

Hi @AliceKoh! Thanks for posting.

I am confused as I have import option_menu. In my conda also shows I have option_menu.

It looks like you’re using a Streamlit component called streamlit_option_menu. The error you’re seeing likely indicates that you need to add “streamlit_option_menu” to your requirements file (requirements.txt or environment.yml)

1 Like