2
Today I tried to reinstall the opencv library on my computer, I did it by script pip
, which downloaded the file .whl
by the website: http://www.lfd.uci.edu/~gohlke/pythonlibs/
.
After the library was successfully installed, as soon as I entered IDLE, it appeared:
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import cv2
ImportError: DLL load failed: Não foi possível encontrar o módulo especificado.
Could someone help me?
can install, I needed to download the files . dll: msvcp71.dll and msvcr71.dll as per video: https://www.youtube.com/watch?vxmvRF7koJ5E
– D.Cavalcante