ContinuumIO / anaconda-issues

Anaconda issue tracking
646 stars 220 forks source link

install opencv3 on python3.6 error #1674

Open kalefranz opened 7 years ago

kalefranz commented 7 years ago

From @alexxucui on February 3, 2017 2:15

I try to use conda install to install opencv3 on anaconda python 3.6

And here is the error,

C:\Users\Alex Cui>conda install -c menpo opencv3=3.1.0 Fetching package metadata ............... Solving package specifications: .

UnsatisfiableError: The following specifications were found to be in conflict:

Copied from original issue: conda/conda#4511

kalefranz commented 7 years ago

FYI the issue has 10 :+1: votes on the conda issue tracker that don't show up in the transfer.

ccordoba12 commented 7 years ago

I think @mingwandroid is taking care of this one.

lovettchris commented 7 years ago

By the way, it's not just opencv3, I get a similar problem with opencv.

UnsatisfiableError: The following specifications were found to be in conflict:

mike-bowles commented 7 years ago

The issues appears to be closed, with no resolution?

AlexAlexVasilyev commented 6 years ago

Got the same issue This helped me: conda install -c conda-forge opencv

mingwandroid commented 6 years ago

@mike-bowles, this issue has never been closed AFAICT. @AlexAlexVasilyev, glad to hear you were able to get something that works for now.