UnavailableInvalidChannel: The channel is not accessible or is invalid.

问题描述

今天用 conda create -n tensorflow python=3.6 安装 TensorFlow 失败,报错如下:

Collecting package metadata: failed

UnavailableInvalidChannel: The channel is not accessible or is invalid.
channel name: anaconda/pkgs/free
channel url: https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free
error code: 404

You will need to adjust your conda configuration to proceed.
Use ‘conda config --show channels’ to view your configuration’s current state,
and use ‘conda config --show-sources’ to view config file locations.

如图所示:
在这里插入图片描述

原因

我的清华源配置没有问题,前几天还用conda的清华源下载了python的第三方包,不知道为什么出现了这个问题。重新配置了下还是没有解决。网上查了查才知道清华大学在一个一个月前就停止了Anaconda镜像服务的通知,一个月后(2019.05.16)便彻底关闭了Anaconda镜像的文件下载,清华源官网通知如下:

本想着清华源用不了就用中科大的镜像,结果发现中科大的Anaconda镜像也关停了。

解决办法

1、换回conda默认的源,访问起来可能有些慢,但总比无法访问好。

conda config --remove-key channels

2、使用pip安装python的第三方包。

Logo

开放原子开发者工作坊旨在鼓励更多人参与开源活动,与志同道合的开发者们相互交流开发经验、分享开发心得、获取前沿技术趋势。工作坊有多种形式的开发者活动,如meetup、训练营等,主打技术交流,干货满满,真诚地邀请各位开发者共同参与!

更多推荐