Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

yes, opencv (cv2) expects you to have numpy 9 or later, while you have numpy 7

if you have pip, use:

pip install numpy

(this will hopefully update to latest 10.x)