Time Series Visualizer : Error running

Tell us what’s happening:
I can’t run the script. It says ‘description’ is required in poetry lock.
I do have description in poetry lock. So I don’t really understand what’s happening here ?
Can anyone please help?

Your code so far
https://repl.it/@tabby1513/fcc-time-series-visualizer#time_series_visualizer.py

Your browser information:

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

Challenge: Page View Time Series Visualizer

Link to the challenge:

Welcome, hower.

The error message is a bit cryptic, but I solved it by adding a description to the pyproject.toml file, under the [tool.poetry] section. Literally any string of your choice should do.

Hope this helps

1 Like

Thanks. Got it working. On to next assignment. :grinning: