Installing opencv on Windows 10 with python 3.6 and anaconda 3.6

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

    If you have installed anaconda then you should uninstall it, then try

    pip install opencv_python‑3.2.0+contrib‑cp36‑cp36m‑win_amd64.whl
    

    It worked for me. Thank You.

提交回复
热议问题