Ask Your Question

Revision history [back]

Error in installing Opencv on Windows 10

I am trying to install opencv on windows 10 and i got that error image description

I am following that link link text

Numpy and Matlotlib also installed

I have both python 3 and python 2. Is there any problem due to it?

Error in installing Opencv on Windows 10

I am trying to install opencv on windows 10 and i got that error image description

I am following that link link text

Numpy and Matlotlib also installed

I have both python 3 and python 2. Is there any problem due to it?

click to hide/show revision 3
retagged

updated 2019-03-05 01:45:20 -0600

berak gravatar image

Error in installing Opencv on Windows 10

I am trying to install opencv on windows 10 and i got that error image description

I am following that link link text

Numpy and Matlotlib also installed

I have both python 3 and python 2. Is there any problem due to it?

Error in installing Opencv on Windows 10

I am trying to install opencv on windows 10 and i got that error image description

error

Python 2.7.5 (default, May 15 2013, 22:43:36) [MSC v.1500 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information.

import cv2 Traceback (most recent call last): File "<stdin>", line 1, in <module> File "C:\Python27\lib\site-packages\cv2__init__.py", line 89, in <module> bootstrap() File "C:\Python27\lib\site-packages\cv2__init__.py", line 62, in bootstrap ], True) File "C:\Python27\lib\site-packages\cv2__init__.py", line 56, in load_first_config raise ImportError('OpenCV loader: missing configuration file: {}. Check OpenCV installation.'.format(fnames)) ImportError: OpenCV loader: missing configuration file: ['config-2.7.py', 'config-2.py']. Check OpenCV installation. import cv2 ['', 'C:\WINDOWS\SYSTEM32\python27.zip', 'C:\Python27\DLLs', 'C:\Python27\lib', 'C:\Python27\lib\plat-win', 'C:\Python27\lib\lib-tk', 'C:\Python27', 'C:\Python27\lib\site-packages'] Traceback (most recent call last): File "<stdin>", line 1, in <module> File "C:\Python27\lib\site-packages\cv2__init__.py", line 89, in <module> bootstrap() File "C:\Python27\lib\site-packages\cv2__init__.py", line 23, in bootstrap raise ImportError('ERROR: recursion is detected during loading of "cv2" binary extensions. Check OpenCV installation.') ImportError: ERROR: recursion is detected during loading of "cv2" binary extensions. Check OpenCV installation.

I am following that link link text

Numpy and Matlotlib also installed

I have both python 3 and python 2. Is there any problem due to it?