Medical Data Visualizer modules not functioning

I had a similar problem with the last Data Analysis project but I can’t figure this one out. I launch replit from freecodecamp, import from github, choose main.py as the starting point, click run, then it says no python module. Okay, so I pip stall python, click run, then I don’t have seaborn modelu. Pip install that and it gives me like 7 options to choose to install. I install one and click run, it says I still don’t have the seaborn module. Then I can’t install another. I’m at a loss. Help please!

Can you please link to your replit so we can see?

If you type “pip install seaborn” at the Shell prompt it shouldn’t give you any options, it should just install (or tell you it’s already installed).

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