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
{{ message }}
This repository was archived by the owner on Dec 30, 2025. It is now read-only.
(venv) $ python -c 'import zoloto'
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/venv/lib/python3.9/site-packages/zoloto/__init__.py", line 1, in <module>
from zoloto.coords import Coordinates, Orientation, Spherical, ThreeDCoordinates
File "/tmp/venv/lib/python3.9/site-packages/zoloto/coords.py", line 4, in <module>
from cv2 import Rodrigues
ModuleNotFoundError: No module named 'cv2'
Installing
zolotointo a fresh virtualenv doesn't install any open cv packages, yet they're needed for it to be used at all.Steps:
(venv) $ pip install -U pip setuptools wheel(venv) $ pip install zoloto