Data Analysis with Python Projects can't import any modules

I have just branched the Medical Data Visualizer base in replit from github and I’ve inicially run it to check everthing was installed, but it can’t seem to install numpy, seaborn, matplotlib or pandas. Despite the medical_data_vizualizer.py file starting with “import numpy as np
import pandas as pd
import seaborn as sns
import matplotlib.pyplot as plt”

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 1, in
import numpy as np
ModuleNotFoundError: No module named ‘numpy’

I imagine there is something wrong in the venv or .config. Has this happened to anyone else? What should I change to fix it? I have done the first 2 with no issue downloading it in the same way.

Thanks
Link to my repo
https://replit.com/@AlisonRatcliffe/boilerplate-medical-data-visualizer#main.py

I am having the same issue with seaborn. Have you solved it?

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