Error in installing Opencv on Windows 10
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?
what exactly are you trying to install ? (and from where ?)
I want to install opencv on windows
which version ? from where ?
And in which point of the guide that you've linked you got this error?
when i try import cv2
can you try to answer my question(s) ?
opencv version3
it can be from anywhere I want to install it on windor
no, different sources will have different issues. be as concise as possible, else noone knows, what you're talking about
really ? it sounds like a current opencv4 issue
what will be the solution?
solution for what, exactly ? (we're going in circles here !)