catalpa-cl / inceptalytics

An easy-to-use API for analyzing INCEpTION annotation projects.
16 stars 7 forks source link

Requirements file seems to be missing matplotlib #5

Closed reckart closed 2 years ago

reckart commented 2 years ago

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