I tried to import the cv2
package in windows and I got the error:
>>> import numpy
>>> numpy.version.version
'1.6.1'
>>> import cv2
RuntimeError: module compiled against API version 0xa but this version of numpy is 0x6
Traceback (most recent call last): File "", line 1, in import cv2 ImportError: numpy.core.multiarray failed to import
I have also tried numpy verson 1.11.1 but it didn't work.