miniconda无法安装anaconda(安装无包的anaconda自定义) [英] miniconda fails to install anaconda (installs anaconda custom with no packages)

查看:538
本文介绍了miniconda无法安装anaconda(安装无包的anaconda自定义)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用以下脚本以静默方式在计算机上安装(重新安装)最新的anaconda.长期运行良好,成功安装了anaconda.但是,它最近破裂了,现在它没有安装所有的anaconda软件包,而只是安装了"anaconda:custom-py36hbbc8b67_0".该脚本在下面,其输出在此之后

I'm using the following script to install (reinstall) the latest anaconda on a machine in a silent mode. It has been working fine for a long time, successfully installing anaconda. However, it broke recently, and now instead of installing all the anaconda packages, it just ends up installing " anaconda: custom-py36hbbc8b67_0 ". The script is below, and its output is after that

cd ~
rm -r ~/miniconda3 ~/miniconda ~/anaconda ~/anaconda3
set -e
wget http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O ~/miniconda.sh
bash ~/miniconda.sh -b -f
echo 'PATH=~/miniconda3/bin:$PATH' >> ~/.bashrc
export PATH=~/miniconda3/bin:$PATH
conda install anaconda -y

"conda install anaconda -y"的输出:

Output of "conda install anaconda -y":

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

Package plan for installation in environment /home/imakaev/miniconda3:

The following NEW packages will be INSTALLED:

    anaconda: custom-py36hbbc8b67_0

The following packages will be UPDATED:

    conda:    4.3.31-py36_0         --> 4.4.3-py36_0

anaconda-custo 100% |###################################################################| Time: 0:00:00  15.63 MB/s
conda-4.4.3-py 100% |###################################################################| Time: 0:00:00  48.26 MB/s

推荐答案

运行:

conda update anaconda

获取版本化的Anaconda.

to get a versioned Anaconda.

请参阅版本名称为'custom'的conda软件包更多细节.

这篇关于miniconda无法安装anaconda(安装无包的anaconda自定义)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆