How to install Opencv on Anaconda

Опубликовано: 15 Март 2025
на канале: Krishna Ojha
135,418
689

This helps you to install Opencv on Anaconda(python 3.7.1) on windows 10 os .

command:
conda install -c conda-forge opencv

If you get some failed problem with the above command in Anaconda 4.7 or later then convert it to the 4.6.11 using the following commands:
conda config --set allow_conda_downgrades true
conda install conda=4.6.11

and then try the same procedure as in the video.

Anaconda download link:
   • Install Anaconda (Python 3.7) , Jupyt...  

Install TensorFlow and Keras:
   • How to install tensorflow and Keras i...