-
Notifications
You must be signed in to change notification settings - Fork 896
ImportError: DLL load failed: The specified module could not be found #174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Check the missing dependency with https://github.com/lucasg/Dependencies |
I'm pretty sure there's some Windows package missing (hard to say if those dependencies are false positives or not).
Also have a look at this (probably does not help as you are not using Windows Server version): https://github.com/skvark/opencv-python/pull/170/files Check also this: #154 (comment) |
Closing for inactivity. |
I have 64-bit Python 3.7.2 from python.org installed on Windows 10 Professional 64-bit. PIP upgraded to the latest version, Both (32 and 64-bit) VS2015 C++ Redistributable exists. After PIP install opencv-contrib-python i've got folder and files for opencv 4.0.0.21 in my Python directory on disk. Seems everything is fine. But import cv2 command doesn't work. I have error: ImportError: DLL load failed: The specified module could not be found.
The text was updated successfully, but these errors were encountered: