Data Analysis Project: Medical Data Visualizer

Not able to run the code because of the following error. I think poetry.lock file needs to be updated.

Repl.it: Updating package configuration

--> python3 -m poetry lock

[RuntimeError]
The Poetry configuration is invalid:
  - 'description' is a required property

exit status 1


Repl.it: Package operation failed.
4 Likes

Adding to pyproject.toml in [tool.poetry] section line with description = "" will make the error go away.

7 Likes

That worked. Thanks!

Thanks it really works :heart: :heart: :heart: :heart: :heart: :pray: :pray: :pray: :pray: :pray: :pray: :+1: :+1: :+1:

How? I’ve change it to : description = [“tool.poetry”] with the same error. Am i doing something wrong?

open pyproject.toml then type description = " " to appear as this way