Choose correct version for installation win7

asked 2016-03-08 10:38:26 -0600

I was trying to install OpenCV+Python in my windows7 34bit PC. Downloaded opencv-3.1.0 + python-3.5.1 + numpy-1.10.4not able to complete and work on it. Googled a lot searched and some idea said that use lower version then downloaded OpenCV-2.2.0-win + python-2.7.11 + numpy-1.9.1-win32-superpack-python2.7 Still not able to complete

edit retag flag offensive close merge delete

Comments

the prebuild opencv3 cv2.pyd is for python2.7 only.

if you need it for python3.x, you need to build the whole thing from (github) src using cmake.

(also, please don't try with opencv2.2, that's far too old, to be useful.)

berak gravatar imageberak ( 2016-03-08 10:47:09 -0600 )edit

Please suggest a perfect OpenCv and python version for me

Baiju EP gravatar imageBaiju EP ( 2016-03-09 09:10:35 -0600 )edit