Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with conda install -c menpo opencv3=3.1.0 #24

Closed
mwhayford opened this issue Feb 17, 2017 · 9 comments
Closed

Issue with conda install -c menpo opencv3=3.1.0 #24

mwhayford opened this issue Feb 17, 2017 · 9 comments

Comments

@mwhayford
Copy link

With Windows 7 , after the condo install -c menpo opencv3=3.1.0 step,
I get UnsatisfiableError: The following specifications were found to be in conflict:

  • opencv3 3.1.0* -> python 2.7*
  • python 3.6*

conda info opencv3=3.1.0 returns

NoPackagesFoundError: Package missing in current win-64 channels:

  • opencv3 3.1.0*

Using anaconda search -t conda opencv3, the menpo/opencv3 version 3.2.0 should have a win-64 version available. but changing the top statement to use opencv3=3.2.0 but that doesnt seem to work either. Does anyone have some insight on how to solve this issue I'm having with the included instructions?

@marbeh25
Copy link

@asimay
Copy link

asimay commented Feb 26, 2017

the same error:
123

and I cannot access the above forum link....
I tried many mirror, is hard to setup opencv lib....

@asimay
Copy link

asimay commented Feb 26, 2017

wait for new miror to setup the opencv, i almost tried every mirror by "anaconda search -t conda opencv" , all is failed...

@ghost
Copy link

ghost commented May 21, 2017

@asimay , I had the same issues as you did. but I got successful installation using channel https://anaconda.org/conda-forge/opencv.
OR, use ' conda install -c conda-forge opencv=3.2.0 ' command;
my conda version is 4.2.13.

@SrikarVedantam
Copy link

Thanks for pointing out the right channel 'conda-forge'. I have been searching for this as the official Anaconda site points to a channel 'menpo' where the package is missing!

@psyclopz
Copy link

psyclopz commented Jul 2, 2017

Thank you. conda forge worked!

@acruis
Copy link

acruis commented Sep 27, 2017

Using conda-forge works for me too. Thanks!

@mvirgo
Copy link
Contributor

mvirgo commented Mar 15, 2018

Looks like this was solved with conda-forge above; closing.

@mvirgo mvirgo closed this as completed Mar 15, 2018
@analyticfocus
Copy link

Opencv3 from conda-forge works like charm. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants