Today I tried to reinstall the opencv library on my computer, I did this for script pip
, which I downloaded the file .whl
through the site: 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 anyone help me?