I'm new to the world of opencv and few days ago I tried to install it. I installed everything and moved the cv2 file from opencv to python 2.7. I tired oving both files but with both I'm having an error now I'm trying with file cv2 from folder x86. Whenever I import cv2
I'm having this error :
RuntimeError: module compiled against API version 0xa but this version of numpy is 0x9
Traceback (most recent call last):
File "<pyshell#1>", line 1, in <module>
import cv2
ImportError: numpy.core.multiarray failed to import
I tried everything, installing numpy 1.8 reinstalling it, reinstalling other versions of python, adding files to the environmental variables and I'm stuck here for almost week. Also, I have downloaded cygwin64 but after I deleted python 3 (or perhaps it is a coincidence) now it doesn't find any commands like pip install and so on. If someone could help me I would really appreciate it.