Data Analysis with Python Projects - Medical Data Visualizer

Hello,
I keep getting an error saying that pandas is not installed. I have tried changing the version numbers in the poetry.lock file so that it installs the latest modules, but that doesn’t help either. The time it takes to compile and install is so slow even after using cycles to increase the speed. Now it gives me a new error which as follows:

Replit: Updating package configuration

→ python3 -m poetry lock --no-update
Resolving dependencies…
→ python3 -m poetry install
Installing dependencies from lock file

Package operations: 3 installs, 0 updates, 0 removals

• Installing matplotlib (3.1.2)
• Installing scipy (1.3.3)

EnvCommandError

Command [‘/home/runner/boilerplate-medical-data-visualizer/venv/bin/pip’, ‘install’, ‘–no-deps’, …

Please help!!

Thank you,
Virinchi

Your code so far
https://replit.com/@psvirinchi/boilerplate-medical-data-visualizer#main.py

Your browser information:

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

Challenge: Data Analysis with Python Projects - Medical Data Visualizer

Link to the challenge:

Forking your repl and following the steps outlined in the forums (update python requirement, uninstall/reinstall dependencies; you only need seaborn as it pulls in everything else) gets your repl running. You don’t need scipy for this repl.

replit is slow doing this. Try doing it in down time; it’s usually faster on the weekends. Mid-week is school during the day and homework in the evenings.