Uninstalling opencv previous version

asked 2016-11-19 13:31:53 -0600

smtabatabaie gravatar image

updated 2016-11-19 19:19:40 -0600

berak gravatar image

I have install opencv 2.4 before and now I'm trying to install opencv3, it seems the installation process goes without problem but when I try to get opencv version with cv2.__version__ it still gives me 2.4.12 . I found out that by using uninstall I can uninstall it but the problem is I don't know where it is installed.
I'll appreciate if someone can help me with this

edit retag flag offensive close merge delete

Comments

how did you install it ?

berak gravatar imageberak ( 2016-11-19 19:20:40 -0600 )edit

you could just try to drop the 3.1.0 py2.so (and opencv_ffmpeg310.so) into python/Lib/site-packages

berak gravatar imageberak ( 2016-11-19 19:43:38 -0600 )edit