Conflict error while installing opencvs on Windows python v3.6 anacondas
I am using Windows 10 python v3.6 anacondas. I would like to install opencv3.
I run the following command;
conda install -c menpo opencv3
I received the following error;
UnsatisfiableError: The following specifications were found to be in conflict: - opencv3 -> python 2.7* - python 3.6*
just note, that opencv does not maintain any anaconda packages.
(and it seems, you downloaded the 2.7 version, not the 3.6 one)