Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Issue installing opencv in windows

I have followed all the steps given in this link.

In Installing OpenCV from prebuilt binaries, after step 8: Copy cv2.pyd to C:/Python27/lib/site-packeges and step 9:Open Python IDLE and type following codes in Python terminal I got below error... Error: RuntimeError: module compiled against API version 0xa but this version of numpy is 0x7

Traceback (most recent call last): File "<pyshell#0>", line 1, in <module> import cv2 ImportError: numpy.core.multiarray failed to import

click to hide/show revision 2
retagged

updated 2018-04-12 01:14:26 -0600

berak gravatar image

Issue installing opencv in windows

I have followed all the steps given in this link.

In Installing OpenCV from prebuilt binaries, after step 8: Copy cv2.pyd to C:/Python27/lib/site-packeges and step 9:Open Python IDLE and type following codes in Python terminal I got below error... Error: RuntimeError: module compiled against API version 0xa but this version of numpy is 0x7

Traceback (most recent call last): File "<pyshell#0>", line 1, in <module> import cv2 ImportError: numpy.core.multiarray failed to import

click to hide/show revision 3
None

updated 2018-04-12 01:14:59 -0600

berak gravatar image

Issue installing opencv in windows

I have followed all the steps given in this link.

In Installing OpenCV from prebuilt binaries, after step 8: Copy cv2.pyd to C:/Python27/lib/site-packeges and step 9:Open Python IDLE and type following codes in Python terminal I got below error... Error: RuntimeError: module compiled against API version 0xa but this version of numpy is 0x7

Traceback (most recent call last): File "<pyshell#0>", line 1, in <module> import cv2 ImportError: numpy.core.multiarray failed to import