I am a newbie to python and opencv although I have been programming in various languages (but mostly 'c') for some time.
I am trying to follow the tutorial to install opencv-python on Windows 7/sp1 x64 on the web page:
"http://docs.opencv.org/3.0-beta/doc/py_tutorials/py_setup/py_table_of_contents_setup/py_table_of_contents_setup.html#py-table-of-content-setup"
I got down to the point where the instructions say:
"import cv2" .
when I enter this I get
"RuntimeError: module compiled against API version 9 but this version of numpy is 7
Traceback (most recent call last):
File "", line 1, in
ImportError: numpy.core.multiarray failed to import"
I have tried downloading 3.1.0, 3.0.0, and 2.4.13 of the opencv with the same error.
any suggestions what I can do to get past this problem.
↧