Open
Description
❯ overreact model.k
Traceback (most recent call last):
File "/home/schneider/.local/bin/overreact", line 5, in <module>
from overreact._cli import main
File "/home/schneider/.local/lib/python3.9/site-packages/overreact/_cli.py", line 15, in <module>
import matplotlib.pyplot as plt
ModuleNotFoundError: No module named 'matplotlib'
The offending line is the following:
Line 15 in ee548e4