Quantcast
Channel: OpenCV Q&A Forum - RSS feed
Viewing all articles
Browse latest Browse all 2088

CV2 installed, but Import cv2 on spyder gives an error

$
0
0
Hi, yesterday I tried different approaches to install OpenCV. when I go to the following directory: "C:\Users\Salvo\Anaconda3\Lib\site-packages\cv2" I can find the package is installed. I have windows 10, python 3.7 installed. when I open Spyder (or also Jupyter notebook) i receive the same error. > import cv2 as cv Traceback (most> recent call last):>> File> "", line> 1, in > import cv2 as cv>> File> "C:\Users\Salvo\Anaconda3\lib\site-packages\cv2\__init__.py",> line 3, in > from .cv2 import *>> ImportError: DLL load failed: he> specified module could not be found. which is weird because all the packages are there and inside the cv2 folder I found __init__.py file. Thank you for your help

Viewing all articles
Browse latest Browse all 2088

Trending Articles