How do I install opencv using pip?

后端 未结 18 751
情歌与酒
情歌与酒 2020-12-03 00:19

I need to install cv2 for a script that has been written for me. I tried pip install cv2 and pip install open_cv and got the same pro

18条回答
  •  情歌与酒
    2020-12-03 00:47

    As of 10/22/2019, I think the best answer is simply

    conda install opencv
    

    It appears opencv is now in the main Anaconda channel.

    To see which packages (including opencv) are in the main Anaconda channel go to Anaconda Package Lists and follow the link corresponding to your python version and os version.

提交回复
热议问题