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

后端 未结 5 1094
隐瞒了意图╮
隐瞒了意图╮ 2020-12-06 11:40

Recently, I have installed a current version of Python(x,y) package (2.7.6.0) and now when I run my python code, it shows an error:

Traceback (most recent c         


        
5条回答
  •  忘掉有多难
    2020-12-06 12:06

    Try this: Install opencv for windows. download it at here :

    http://sourceforge.net/projects/opencvlibrary/files/opencv-win/2.4.1/OpenCV-2.4.1.exe/download
    

    Then

     Copy cv2.pyd from C:\opencv\build\python\x86\2.7\ and paste it in the folder python site-packages folder . restart your IDE. 
    

    Make sure numpy is installed. If not , get it from here ..

    http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy
    

提交回复
热议问题