first installed with pip.
then did pip install --upgrade --force-reinstall git+https://github.com/KillianLucas/open-interpreter.git
Type "help", "copyright", "credits" or "license" for more information.
>>> from interpreter import interpreter
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/pinguin/projects/myenv/lib/python3.11/site-packages/interpreter/__init__.py", line 2, in <module>
from .core.core import OpenInterpreter
File "/home/pinguin/projects/myenv/lib/python3.11/site-packages/interpreter/core/core.py", line 15, in <module>
from .computer.computer import Computer
File "/home/pinguin/projects/myenv/lib/python3.11/site-packages/interpreter/core/computer/computer.py", line 8, in <module>
from .display.display import Display
File "/home/pinguin/projects/myenv/lib/python3.11/site-packages/interpreter/core/computer/display/display.py", line 15, in <module>
import cv2
ModuleNotFoundError: No module named 'cv2'```