Python: How to pip install opencv2 with specific version 2.4.9?

前端 未结 13 1599
长发绾君心
长发绾君心 2020-12-13 01:33

I know that I could pip install opencv-python which installs opencv3, but is there a separate command or name for opencv specific version such as 2.4.9?

<
13条回答
  •  春和景丽
    2020-12-13 02:03

    If you are using windows os, you can download your desired opencv unofficial windows binary from here, and type something like pip install opencv_python-2.4.13.2-cp27-cp27m-win_amd64.whl in the directory of binary file.

提交回复
热议问题