catalpa-cl/inceptalytics

Requirements file seems to be missing matplotlib

Closed this issue · 0 comments

When I try to run streamlit, I get the message in the browser:

ModuleNotFoundError: No module named 'matplotlib'

Installing it manually into the venv seems to work:

$ source ./env/bin/activate
$ pip install matplotlib