RealOrangeOne / zoloto

A fiducial marker system powered by OpenCV - Supports ArUco and April
https://zoloto.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
13 stars 7 forks source link

Module Not Found: cv2 #287

Closed tpoomlmly closed 2 years ago

tpoomlmly commented 2 years ago

When installing Zoloto from pip on Mac, opencv-python isn't installed, leading to a ModuleNotFoundError.

RealOrangeOne commented 2 years ago

This is expected behavior. Zoloto doesn't require OpenCV as a dependency at install time, allowing you to chose how to install it (or compile it yourself). To install a version of OpenCV automatically through pip, you can install zoloto[opencv]. See the readme for details: https://github.com/RealOrangeOne/zoloto#opencv