I need to install the OpenCV library for Pyhton in a Windows 8.1 machine and when I run the line import cv2
(cv2 is a file from the OpenCV library which requires Numpy to be already installed) in Idle I get the error:
**RuntimeError: module compiled against API version 0xa but this version of numpy is 0x7**
I've already istalled the version 9 and the error returned, but I'm not findind an .exe file for the latest version of Numpy which seems to be 1.14
Any help?