I am trying to install opencv on windows 10 and i got that error
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?
1 | initial version |
I am trying to install opencv on windows 10 and i got that error
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?
I am trying to install opencv on windows 10 and i got that error
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?
3 | retagged |
I am trying to install opencv on windows 10 and i got that error
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?
I am trying to install opencv on windows 10 and i got that 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?