Conflict error while installing opencvs on Windows python v3.6 anacondas

asked 2017-03-05 01:31:03 -0600

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*

edit retag flag offensive close merge delete

Comments

just note, that opencv does not maintain any anaconda packages.

(and it seems, you downloaded the 2.7 version, not the 3.6 one)

berak gravatar imageberak ( 2017-03-05 02:20:43 -0600 )edit