Getting python 3.10 to recognize streamlit from an import statement

Summary

I have un\installed several times along with streamlit Python does not see streamlit displaying ModuleNotFoundError: No module named ‘streamlit’ but I can launch it at the command level. I have VENV installed. All packages were installed using PIP. How can I solve this

Hey @KJCrane,

Can you share the list that’s generated when you type pip list in the command line?

Hi Caroline
Thank you for your interest in helping me out.
I ended up uninstalling everything and reinstalling and now streamlit is recognised. I must have wasted days trying to get this to work.
Thanks again
Ken

Sorry to hear it took you so long to figure out, but glad you found the solution! Setting up dependencies can be super frustrating so I hear you :sob:

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