import dll error occurs after successfully installing cv2 in python3.7
I get the above error message when I try to import cv2 in python3.7
I get the above error message when I try to import cv2 in python3.7
Asked: 2018-10-09 01:01:16 -0600
Seen: 865 times
Last updated: Oct 09 '18
importing ComputerVision 2.3.1 [closed]
Fail to import smbus in OpenCV?? [closed]
Failure to import cv2 in python : DLL load failed.
can't import opencv in eclipse
how do I fix OpenCV importing errors?
Compiling/Installing from source -- python import cv2 module could not be found
Import Error: cannot import name 'cv2'
Permission denied when importing neopixel through opencv 3.1.0 [closed]
cv2.imread getting none, cannot import cv2 on spyder(anaconda), but can import on terminal
os, opencv version ?
what did you install, from where, and how ?
what is the exact errror msg ?
I installed Python 3.7 in Windows 7 32bit version and installed opencv using command prompt py -m pip install opencv_contrib_python command. It says opencv successfully installed. When I tried import cv2 in python Idle editor i get an error message import dll error : unable to locate...... I get an error message something like this
try from a plain cmdline, NOT idle first
also: unable to locate what ?
please be as concise as possible, else we can't help !
("something like this" is a waste of anyone's time !)
Even when I try to import cv2 in cmdline , I get error message like this: File "<stdin>", line 1,in <module> File "C:\Users\INTEL\AppData\Local\Programs\Python\Python37-32\lib\site-packages\cv2__init__.py",line 3, in <module> from .cv2 import * ImportError: DLL load faile: The specified module could not be found.
please look at the pypi page , the error is mentioned there.
(not an opencv problem, but one with your distribution.)