Je veux installer la commande conda pas anaconda mais j'ai toujours cette erreur:
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>
Vous pouvez installer conda 4.2.7 à l'aide de pip, puis le mettre à jour vers la dernière version.
auxlib est requis dans python 3.6.1. Installez-le en utilisant pip3 install auxlib
Installez maintenant conda 4.2.7 en utilisant pip3 install conda==4.2.7
, puis mettez-le à jour à l'aide de conda update conda
.