OpenCv 2.4.9 is not working with python 3.4.1 -
i followed instructions given here.
however there differences in installation steps given in page, differences are:
1) have python 3.4.1
2) have anaconda 2.0.0(64-bit). didn't install numpy separately. no errors in importing numpy.
3) copied cv2.pyd (tried both x86 , x64 versions of cv2.pyd ) place c:\anaconda3\lib\site-packages
i next errors:
when x86 of cv2.pyd used: importerror: dll load failed: %1 not valid win32 application when x64 of cv2.pyd used: importerror: specified module not found. python opencv
No comments:
Post a Comment