Installing opencv on Windows 10 with python 3.6 and anaconda 3.6

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

    As of March 2018, OpenCV 3.4 can be installed directly from conda-forge or anaconda in Windows/OSX/Linux for Python 3.6

    conda install -c conda-forge opencv
    

    or

    conda install -c anaconda opencv
    

提交回复
热议问题