2016-07-01 20 views
2

Die Informationen über die aktuellen conda Installation ist wie folgt:Anaconda: Conda Update alle Konflikt

  platform : osx-64 
    conda version : 4.1.5 
conda-env version : 2.5.1 
conda-build version : 0+unknown 
    python version : 2.7.12.final.0 
requests version : 2.9.1 
root environment : /Users/chintanshah/anaconda (writable) 
default environment : /Users/chintanshah/anaconda 
envs directories : /Users/chintanshah/anaconda/envs 
    package cache : /Users/chintanshah/anaconda/pkgs 
    channel URLs : https://repo.continuum.io/pkgs/free/osx-64/ 
        https://repo.continuum.io/pkgs/free/noarch/ 
        https://repo.continuum.io/pkgs/pro/osx-64/ 
        https://repo.continuum.io/pkgs/pro/noarch/ 
     config file : None 
    offline mode : False 
is foreign system : False 

Wenn ich versuche, conda update --all ich die folgende Meldung:

Fetching package metadata ....... 
Solving package specifications: .... 

The following specifications were found to be in conflict: 
- bottleneck -> numpy 1.10*|1.11*|1.9* 
- bottleneck -> python 3.4*|3.5* 
- sockjs-tornado 
Use "conda info <package>" to see the dependencies for each package. 

Es scheint, ich brauche Anaconda neu zu installieren aber ich will es nicht vermasseln. Außerdem verwende ich derzeit ZSH anstelle von bash.

Was wäre das Beste, um das zu lösen?

EDIT:

Gestern installierte ich folgendes:

pip install Plotly 
pip install keras 
conda install opencv 
pip install --upgrade --no-deps git+git://github.com/Theano/Theano.git 
+0

Haben Sie jemals eine Lösung für dieses Problem gefunden? – dangom

+0

Dies ist die nächste, die ich bekommen konnte https://github.com/conda/conda/issues/2948 –

Antwort

1

wenn Sie nicht sicher noch suchen, das es für mich fixiert.

conda install -c conda-forge opencv