Error in importing cv2 - Dll load failed :the specified procedure could not be found

asked 2019-10-29 10:01:57 -0600

Mayank1548 gravatar image

updated 2019-10-29 10:33:32 -0600

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

edit retag flag offensive close merge delete

Comments

I have successfully installed numpy and open cv

what did you do, exactly ? os ? opencv version ?

berak gravatar imageberak ( 2019-10-29 10:14:22 -0600 )edit

I'm using Windows and python, and I installed numpy and open cv via whl file, but I'm getting error on importing cv2

Mayank1548 gravatar imageMayank1548 ( 2019-10-29 10:18:17 -0600 )edit

I have also successfully installed both, but couldn't import cv2

Mayank1548 gravatar imageMayank1548 ( 2019-10-29 10:19:42 -0600 )edit

I have tried with open cv 3.2 and 4.1, but getting error in both while importing

Mayank1548 gravatar imageMayank1548 ( 2019-10-29 10:20:49 -0600 )edit

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 ?

berak gravatar imageberak ( 2019-10-29 10:21:27 -0600 )edit

So what I need to solve this?

Mayank1548 gravatar imageMayank1548 ( 2019-10-29 10:22:19 -0600 )edit

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

Mayank1548 gravatar imageMayank1548 ( 2019-10-29 10:25:58 -0600 )edit

After sudo cmake. Did you do sudo make install and sudo ldconfig?

supra56 gravatar imagesupra56 ( 2019-10-29 11:24:20 -0600 )edit