Running the project gives
ModuleNotFoundError: No module named ‘matplotlib’
Running poetry install gives the following:
This is with the pre-configured pyproject.toml and poetry.lock files in boilerplate-page-view-time-series-visualizer.
Running the project gives
ModuleNotFoundError: No module named ‘matplotlib’
Running poetry install gives the following:
This is with the pre-configured pyproject.toml and poetry.lock files in boilerplate-page-view-time-series-visualizer.
You’ll need to post a link to a repl for a definitive answer but this appears to be the same error as all the scipy/pandas missing errors in the data analysis projects that have been posted of late in the forums.
I would uninstall all packages with the repl.it package tool and delete the poetry.lock
file (in whichever order works), set python = ">=3.8,<3.12"
in pyproject.toml
, and reinstall seaborn, etc. as needed.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.