Error in importing cv2 - Dll load failed :the specified procedure could not be found
I'm using python 3.4 and I have successfully installed numpy and open cv, and I can import numpy with no error. But while importing cv2 it's says - Dll load failed :the specified procedure could not be found. Please help me to solve this
what did you do, exactly ? os ? opencv version ?
I'm using Windows and python, and I installed numpy and open cv via whl file, but I'm getting error on importing cv2
I have also successfully installed both, but couldn't import cv2
I have tried with open cv 3.2 and 4.1, but getting error in both while importing
there is an xp tag, it might be a 32bit problem
and you did not answer the question: (EXACT) os, opencv version ? and using which cmdline, EXACTLY ?
So what I need to solve this?
Windows, opencv - python 3.2.0.8, I installed with wheel files using pip install Opecv...., and installation was successful, but I'm getting error in importing cv2 library
After sudo cmake. Did you do
sudo make install
andsudo ldconfig
?