opencv-python icon indicating copy to clipboard operation
opencv-python copied to clipboard

How to install a lower version of opencv-python?

Open mrwangxinqwe opened this issue 1 year ago • 1 comments

I want to install opencv-python version 3.3.1.11 or lower, what should I do? I tried to download the zip package, but it did not go well, executing python. \setup.py install did not install successfully, what should I do?

mrwangxinqwe avatar Aug 30 '24 04:08 mrwangxinqwe

You need to downgrade your Python version to match lower OpenCV version.

wuyiulin avatar Sep 20 '24 09:09 wuyiulin

Most probably current OpenCV version cannot be build with Python 3.3 or lower. I was able to build it with default python 3.5.x in Ubuntu 16.04, but it requires some hacks.

asmorkalov avatar Jan 15 '25 13:01 asmorkalov