Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing matplotlib dependency #21

Open
michellewang opened this issue Jul 25, 2024 · 0 comments
Open

Missing matplotlib dependency #21

michellewang opened this issue Jul 25, 2024 · 0 comments

Comments

@michellewang
Copy link

(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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant