I am using Anaconda 4.3.0 (64-bit) Python 3.6.0 on windows 7. I am getting the error "ImportError: DLL load failed: The specified module could not be found." for importing the package import cv2.
I have downloaded the OpenCV package and copy paste cv2.pyd into the Anaconda site package and updated my system path to point to OpenCV bin path to get the DLL. Still I am not able resolve this issue.
I did another way to install using pip install opencv-python. Still not working.
Please need suggestions. Thank you
conda install -c menpo opencv3=3.2.0
– Jeru Luke