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

前端 未结 13 1644
长发绾君心
长发绾君心 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:02

    Easy and simple

    • Prerequisites
      • pip install matplotlib
      • pip install numpy
    • Final step
      • pip install opencv-python

    Specific version * Final step * opencv-python==2.4.9

提交回复
热议问题