Data Analysis with Python Projects - Medical Data Visualizer

Hello, thank you very much for the first help. I have an other problem please, the medical data visualizer project. it keeps saying “import pandas as pd
ModuleNotFoundError: No module named ‘pandas’” please what can I do to overcome that ?

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/110.0.0.0 Safari/537.36 Edg/110.0.1587.41

Challenge: Data Analysis with Python Projects - Medical Data Visualizer

Link to the challenge:

It’s probably the dependency issue often discussed in the forums. Try updating your pyproject.toml and reinstalling your dependencies. If that doesn’t work, you’ll need to post a link to your repl.