Error
Angshuman1997 opened this issue · 1 comments
I am getting this problem
runfile('C:/Users/Angshuman Bardhan/.spyder-py3/temp.py', wdir='C:/Users/Angshuman Bardhan/.spyder-py3')
Traceback (most recent call last):
File "", line 1, in
runfile('C:/Users/Angshuman Bardhan/.spyder-py3/temp.py', wdir='C:/Users/Angshuman Bardhan/.spyder-py3')
File "C:\Users\Angshuman Bardhan\Anaconda3\lib\site-packages\spyder\utils\site\sitecustomize.py", line 866, in runfile
execfile(filename, namespace)
File "C:\Users\Angshuman Bardhan\Anaconda3\lib\site-packages\spyder\utils\site\sitecustomize.py", line 102, in execfile
exec(compile(f.read(), filename, 'exec'), namespace)
File "C:/Users/Angshuman Bardhan/.spyder-py3/temp.py", line 1, in
import cv2
File "C:\Users\Angshuman Bardhan\Anaconda3\lib\site-packages\cv2_init_.py", line 89, in
bootstrap()
File "C:\Users\Angshuman Bardhan\Anaconda3\lib\site-packages\cv2_init_.py", line 79, in bootstrap
import cv2
ImportError: DLL load failed: The specified module could not be found.
You need to install openCV. To do so, hit the following in your CMD:
pip install cv2