How do I install opencv using pip?

后端 未结 18 765
情歌与酒
情歌与酒 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:54

    1. Open anaconda command prompt and type in below command.

      conda install -c conda-forge opencv

    2. Once the 'Solving environment' is done. It will ask to download dependencies. Type 'y'.

    3. It will install all the dependencies and then you are ready to code.

提交回复
热议问题