ModuleNotFoundError: No module named 'streamlit_option_menu

Hello.
This is what my requirements.txt looks like
openai
streamlit
uuid
time
streamlit-extras
streamlit-option-menu

Remove uuid and time because these are in the python standard library.

1 Like

Thanks, think that worked.
Also I always get the message that an outdated version of pip is installed, but the latest version is definitely installed locally.
Requirement already satisfied: pip in ./venv/lib/python3.9/site-packages (23.3.1)

Forget about this warning, it doesn’t matter and just confuses new users…

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.