Installing opencv on Windows 10 with python 3.6 and anaconda 3.6

后端 未结 13 2239
庸人自扰
庸人自扰 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:38

    Using Anaconda3's package manager directly will be more reliable and cross-platform:

    conda install opencv
    

提交回复
热议问题