install specific opencv version in Windows
How can i install an older version of opencv specifically opencv 3.4.0 in windows using python.. i already uninstalled opencv 4.0? (i have python 3.7)
pip install opencv-contrib-python==3.4.2.16
read https://pypi.org/project/opencv-contr...
3.4.2.16 seems first 3.4 version for python 3.7. If you need 3.4.0 ( and bug with 3.4.0) you have to build python binding yourself
Asked: 2019-02-12 10:04:13 -0600
Seen: 3,210 times
Last updated: Feb 12 '19