Data Analysis with Python Medical Data Visualizer

Tell us what’s happening:
I keep getting a runtime error that says “The Poetry configuration is invalid: -‘description’ is required.” when trying to run the code. I have checked the descriptions in the poetry file (this is preloaded), and they are all there. Anyone else experience this, and know a solution?

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0.

Challenge: Medical Data Visualizer

Link to the challenge:

See Repl for fcc-medical-data-visualizer not running, shows Repl.it: Package operation failed.

You need a description field in pyproject.toml. I had the same problem a few days ago.

add *description = “” in pyproject.toml file