2017-04-13 134 views
4

一個版本我想安裝暢達命令不是蟒蛇,但我有這個ERREUR所有時間:找不到滿足暢達爲Python 3

C:\Windows\system32>pip install conda 
Collecting conda 
    Using cached conda-4.3.13.tar.gz 
Collecting pycosat>=0.6.1 (from conda) 
    Using cached pycosat-0.6.1.tar.gz 
Collecting requests>=2.12.4 (from conda) 
    Using cached requests-2.13.0-py2.py3-none-any.whl 
Collecting ruamel.yaml>=0.11.14 (from conda) 
    Using cached ruamel.yaml-0.14.5.tar.gz 
Collecting menuinst (from conda) 
    Could not find a version that satisfies the requirement menuinst (from conda) 
(from versions:) 
No matching distribution found for menuinst (from conda) 

C:\Windows\system32> 
+2

請不要使用pip來安裝和設置conda。請從https://www.continuum.io/downloads#windows –

+1

下載官方的conda安裝程序。如果您更喜歡使用Miniconda,請訪問:https://conda.io/miniconda.html –

+0

感謝您的幫助但詢問關於conda命令不是anaconda或miniconda再次感謝 –

回答

2

可以使用畫中畫安裝暢達4.2.7,然後更新到最新版本。

在python 3.6.1中需要auxlib。使用pip3 install auxlib

現在使用pip3 install conda==4.2.7安裝conda 4.2.7,然後使用conda update conda進行更新。