Installing opencv on Windows 10 with python 3.6 and anaconda 3.6

后端 未结 13 2293
庸人自扰
庸人自扰 2020-11-29 03:11

How to install opencv with python 3.6 and anaconda 3.6?

I tried conda install -c https://conda.binstar.org/menpo opencv3

but i get the following

13条回答
  •  误落风尘
    2020-11-29 03:32

    I managed to get it working by doing the following:

    1. Download and install python3.6 from official python site https://www.python.org/downloads/release/python-360/

    2. Download and install Anaconda 4.4.0 from the official anaconda site https://www.continuum.io/downloads

    3. Open command line and run: pip install opencv-python

    4. Open command line and run: pip install opencv-contrib-python

      I am using Windows 10 and it worked for me.

提交回复
热议问题