You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Saw this yesterday together but I thought I would create an issue so that we don't forget)
When running src/model_openai.py, I get an error because matplotlib isn't installed:
Traceback (most recent call last):
File "/data/origami/michelle/projects/LoxLM/src/model_openai.py", line 1, in <module>
from utils.multi_example_selector import MultiExampleSelector, Example
File "/data/origami/michelle/projects/LoxLM/src/utils/multi_example_selector.py", line 13, in <module>
import matplotlib.pyplot as plt
ModuleNotFoundError: No module named 'matplotlib'
The text was updated successfully, but these errors were encountered:
(Saw this yesterday together but I thought I would create an issue so that we don't forget)
When running
src/model_openai.py
, I get an error becausematplotlib
isn't installed:The text was updated successfully, but these errors were encountered: