Luka asked this 2 years ago

Python CV2 DLL load failed error

I installed opencv Python package in Anaconda and tried to import it from Sypder with the statement

import cv2 

which raises the following error.

ImportError: DLL load failed: The specified procedure could not be found.

Do I need to install anything else to get opencv working on Windows platform?


No answers yet..