-
Notifications
You must be signed in to change notification settings - Fork 896
ImportError: DLL load failed: The specified module could not be found. #181
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
Expected behavior: I have WIN 10 updated yesterday.x64 Python 3.7.2 and Opencv latest version that is 4.0.0.21 |
Do you have Visual C++ redistributable 2015 installed? https://www.microsoft.com/en-us/download/details.aspx?id=48145 See this issue for more help: #174 These issues can be usually solved easily with dependency walker (because you have a missing dependency). |
I have installed 2015 version of Visuall but it still doesn't work. In a matter of dependencies have the program but I don't fully understand what file I need to check. I only checked Opencv dll file and it seemed just fine. |
You have to open the cv2.cp37-win_amd64.pyd file located at C:\Users\Dawid\AppData\Local\Programs\Python\Python37\lib\site-packages\ |
I'm gonna check it later today's evening when I come back |
Never download arbitrary dll's from anywhere because they are most likely malware. I believe that this media feature pack is missing from your computer: https://www.microsoft.com/en-us/software-download/mediafeaturepack |
Works, thanks for support! |
Expected behaviour
Write here how did you expect the library to function.
Actual behaviour
Write here what went wrong.
Steps to reproduce
The text was updated successfully, but these errors were encountered: