OpenCV 3.0 with Python 3.2.5 on Windows

asked 2015-11-10 09:17:37 -0600

Zoé gravatar image

I am having a problem with the installation of the Python bindings using Python 3.2.5. If I select BUILD_opencv_python3 in CMake, then Python 3.2.5 is rejected (version too old). I can generate and build when I select BUILD_opencv_python2 in CMake, but then the resulting cv2.pyd cannot be used in Python 3.2.5 (ImportError: DLL load failed: The specified module could not be found.). Is Python 3.2.5 supported, and if so, how can I install cv2 under this version?

edit retag flag offensive close merge delete