0

I'm trying to use the cv2 module on a Centos 6.8 system running python 2.6.6 The repository installed module gives me only "cv"

Does anyone know if the cv2 module is available on python 2.66? I'd rather not have to upgrade to python 2.7, since it risks all sorts of OS problems if I get it wrong!

3
  • OpenCV2.4 requires python 2.6 or higher, so it should be fine, however OpenCV3 requires python 2.7. Commented Apr 7, 2017 at 9:04
  • See my answer here. This works for python2.x also stackoverflow.com/questions/27943638/… Commented Apr 7, 2017 at 9:24
  • Thanks - the version of the module installed from repositories when I installed opencv-python was cv (not cv2) - but I installed python2.7 and pip2.7 alongside python2.66 using "altinstall" and then was able to install the cv2 module Commented Apr 8, 2017 at 10:23

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.