Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Why is Python using opencv 2.4.9.1?

I had installed opencv 3.2 on ubuntu 16.04. And initially python was using opencv 3.2. However, for reasons unknown to me, python is now only importing opencv 2.4.9. If I type in opencv_version in ubuntu terminal I get 3.2 as answer. However, if I use cv2.__version__ in python terminal, I get 2.4.9.1. All the codes I had written are using opencv3.2 functions. Please help-- I tried searching other forums but could not find anything similar.