First of all, huge thanks to everyone reading this and may god bless you if you can help me. First things first, I am a python noobie who has recently intalled anaconda and pycharm in my Mac. I have developed a few ETL, web scrapping and machine learning projects but I am having a very hard time using Streamlit on Pycharm.
- I open Pycharm and create a new project
- I create a new environment using Conda and python version 3.8
- After creating I went to the terminal dashboard and
pip install streamlit
and everything goes green very nicely - Type
import pandas as pd
and run! - Returns
->
ModuleNotFoundError: No module named 'streamlit'
- I have tried after this:
a) Closing and openning again
b) Install again Streamlit from a sole terminal page
c) Tried creating other projects
d) Tried going to:Preferences/Project:name/Python:Interpreter/
and clicking on the add button but I cannot find streamlit using thesearch:
section
e) Cried a little bit during this process and went here to see if any soul can help me
Huge thanks to anyone who helps and cheers to anyone striving with the same issue.