Whenever I try to import OpenCV in python 2.7 it gives me the error:
import cv2
ImportError: DLL load failed: %1 is not a valid Win32 application (When using
the x64 version), and when I use the x86 version I get
import cv2
ImportError: numpy.core.multiarray failed to import
also, when I try to import numpy.core.multiarray, it says:
the API was compiled against numpy version 9 but you have version 7
AttributeError: 'module' object has no attribute 'core'
I am using Windows 10 & OpenCV 2.4.11 (I tried opencv 3.0.0 but it gives the same error) & I used this guide to install opencv http://opencvpython.blogspot.co.uk/2012/05/install-opencv-in-windows-for-python.html
pip install numpy --upgradedoes nothing. Thanks for helping @deetsnumpy.__version__@deets