Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installing opencv on Windows 10 with python 3.6 and anaconda 3.6

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 error:

UnsatisfiableError: The following specifications were found to be in conflict:   - opencv3 -> python 2.7*   - python 3.6* Use "conda info <package>" to see the dependencies for each package. 

I am using Windows 10 64-bit, with python 3.6, and anaconda 3.6 installed.

Is it even available for python3.6 at the moment or should i rollback my python version to 3.5.*?

like image 322
Željko Krnjić Avatar asked Mar 24 '17 08:03

Željko Krnjić


People also ask

Does OpenCV come with anaconda?

There's nothing with anaconda that prevents you from using it with opencv. It's just not included in the conda install except for linux. You can get install binaries files from here for windows.


1 Answers

search anaconda prompt
open and run the command.

> pip install opencv-python 

this single command help's you to install opencv easily.
you can take help from the video link below. video link

like image 153
Arslan Ahmad khan Avatar answered Oct 03 '22 05:10

Arslan Ahmad khan