Data Analysis with Python Projects - Medical Data Visualizer

Project unable to load

I have been unable to load the main.py file of this project successfully,
It kept telling me ‘ModuleNotFound Error’ no matter what I do
I dont know what the problem is

Your browser information:

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

Challenge: Data Analysis with Python Projects - Medical Data Visualizer

Link to the challenge:

You’ll have to post a link to your repl.it code to get this debugged. There’s been multiple posts about this recently, with resolutions, so check those to see if you can solve it with those solutions.

Okay thanks for your reply
Here is the link to the project files:

The problem seems identical to the other ones I mentioned but those solutions did not work. The repl (which I forked) seems to either have been corrupted or is having problems with newly updated packages (seaborn and pandas appear to have recent updates).

I suggest forking the repl again, pasting your code, updating the python version in pyproject.toml to >=3.8, and installing (with the repl.it package tool) seaborn and pandas, which should pull in the other dependencies.

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