Data Analysis with Python Projects - Medical Data Visualizer

Tell us what’s happening:
Hi, im trying to run the project but i get the following error:

Traceback (most recent call last):
File “main.py”, line 2, in
import medical_data_visualizer
File “/home/runner/boilerplate-medical-data-visualizer/medical_data_visualizer.py”, line 2, in
import seaborn as sns
ModuleNotFoundError: No module named ‘seaborn’

i have tried to install it through shell with no success, also i have tried to install it via packages button on the botton left but i get the following error:

“Couldn’t uninstall package. See Console for details, or try again.”

when i click on the console for viewing more info nothing is shown only the > symbol and the cursor.

I had the same error with pandas but i did install it vía shell pip install, but i cant fix the seaborn error.

Colud you please help me?
Thanks a lot

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36

Challenge: Data Analysis with Python Projects - Medical Data Visualizer

Link to the challenge:

Hi, can you please link to the replit?

pip install seaborn should work. Did that install it or did it give you an error?

1 Like

Thank you for your answer, i think i did something wrong, i have tried to pip install seaborn again and now it worked.

Thanks a lot

1 Like