CV2 error problems running under the local environment python3

As shown above, after the execution of the script, the error report can not find the specified module

Solution:

 

1 , Import CV2 prompt "failed The Dll the Load : The specified module could not be found ."

Solution: uninstall that OpenCV-contrib-Python , Replace PIP Uninstall-contrib-Python OpenCV , then pip install opencv-contrib-python == 3.2.0.7

The reason is that a relationship with the graphics, computer configuration

 

Guess you like

Origin www.cnblogs.com/becks/p/11364749.html