Python Opencv DLL load failed - Windows 10

flytex

This is an error that I've seen in several different places but none of the listed solutions have worked for me.

I'm trying to use opencv but when I import the module I get the following error:

>>> import cv2
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: DLL load failed: The specified module could not be found.

I have tried installing opencv from a pre-downloaded package, my computer has the current windows media pack and I jave run the module the depends without it listing any dependecy errors, I'm not sure what else to try at this point.

Edit: I have also tried installing opencv-contrib-python to no avail.

Let me know if you have any suggestions.

flytex

I updated from python 3.7.3 to python 3.7.6 and it fixed the problem. Worth a shot if you have the same issue.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Failed to Load DLL After Windows 10 Upgrade

From Dev

import _ssl error,DLL load failed ,Python 37 Anaconda Windows 10

From Dev

Tensorflow (1.13.1) Exception when import: DLL load failed (Windows 10)

From Dev

DLL load failed: the specified module could not be found Windows 10 shell

From Dev

DLL load failed python 3.7

From Dev

OpenCV-Python ImportError: DLL load failed: The specified module could not be found

From Dev

Compile NumPy with MKL on Windows - DLL load failed

From

"DLL load failed" when import cv2 (opencv)

From Dev

Opencv 3.1.0 with extra modules throws DLL load failed error

From Dev

How to resolve "ImportError: DLL load failed:" on Python?

From Dev

python tensorflow import dll load failed

From Dev

C++ extension in Python 'DLL load failed'

From Dev

Failed to load OpenCL runtime in OpenCV for Python

From Dev

Need help installing fiona and geopandas for python in Windows 10 - getting can't load requested DLL error

From Dev

NUnit failed to load DLL

From Dev

Tensorflow on windows - ImportError: DLL load failed: The specified module could not be found

From Dev

How to find which DLL failed in "ImportError: DLL load failed while importing" in python?

From Dev

Python: ImportError: DLL load failed: The specified module could not be found

From Dev

Python: DLL load failed: %1 is not a valid Win32 application

From Dev

DLL load failed: The specified module could not be found PYTHON

From Dev

How to load a DLL with regsvr32 in cmd in Windows 10?

From Dev

The Module DLL C:\WINDOWS\system32\inetsrv\rewrite.dll failed to load

From Dev

Error "Module XYZ.dll failed to load" when using Regsvr32 to register a DLL on Windows 7

From Dev

After a clean install of OpenCV via pip it throws an ImportError: DLL load failed

From Dev

PyInstallerImportError: Failed to load dynlib/dll?

From Dev

aspnetcore.dll failed to load

From Dev

Anaconda issue, DLL load failed

From Dev

SWIG doesn't work on Windows with MinGW-w64 when binding C++ and Python: DLL load failed while importing: The specified module could not be found

From Dev

Gradle sync failed: Can't load library windows-amd64\native-platform.dll

Related Related

  1. 1

    Failed to Load DLL After Windows 10 Upgrade

  2. 2

    import _ssl error,DLL load failed ,Python 37 Anaconda Windows 10

  3. 3

    Tensorflow (1.13.1) Exception when import: DLL load failed (Windows 10)

  4. 4

    DLL load failed: the specified module could not be found Windows 10 shell

  5. 5

    DLL load failed python 3.7

  6. 6

    OpenCV-Python ImportError: DLL load failed: The specified module could not be found

  7. 7

    Compile NumPy with MKL on Windows - DLL load failed

  8. 8

    "DLL load failed" when import cv2 (opencv)

  9. 9

    Opencv 3.1.0 with extra modules throws DLL load failed error

  10. 10

    How to resolve "ImportError: DLL load failed:" on Python?

  11. 11

    python tensorflow import dll load failed

  12. 12

    C++ extension in Python 'DLL load failed'

  13. 13

    Failed to load OpenCL runtime in OpenCV for Python

  14. 14

    Need help installing fiona and geopandas for python in Windows 10 - getting can't load requested DLL error

  15. 15

    NUnit failed to load DLL

  16. 16

    Tensorflow on windows - ImportError: DLL load failed: The specified module could not be found

  17. 17

    How to find which DLL failed in "ImportError: DLL load failed while importing" in python?

  18. 18

    Python: ImportError: DLL load failed: The specified module could not be found

  19. 19

    Python: DLL load failed: %1 is not a valid Win32 application

  20. 20

    DLL load failed: The specified module could not be found PYTHON

  21. 21

    How to load a DLL with regsvr32 in cmd in Windows 10?

  22. 22

    The Module DLL C:\WINDOWS\system32\inetsrv\rewrite.dll failed to load

  23. 23

    Error "Module XYZ.dll failed to load" when using Regsvr32 to register a DLL on Windows 7

  24. 24

    After a clean install of OpenCV via pip it throws an ImportError: DLL load failed

  25. 25

    PyInstallerImportError: Failed to load dynlib/dll?

  26. 26

    aspnetcore.dll failed to load

  27. 27

    Anaconda issue, DLL load failed

  28. 28

    SWIG doesn't work on Windows with MinGW-w64 when binding C++ and Python: DLL load failed while importing: The specified module could not be found

  29. 29

    Gradle sync failed: Can't load library windows-amd64\native-platform.dll

HotTag

Archive