win的conda出现UnavailableInvalidChannel: The channel is not accessible or is invalid

本文详细记录了解决在安装TensorFlow GPU版本时遇到的UnavailableInvalidChannel错误的过程。通过调整conda的频道设置,成功解决了404错误,为后续GPU版本的安装提供了可行方案。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

 

元学习论文总结||小样本学习论文总结

2017-2019年计算机视觉顶会文章收录 AAAI2017-2019 CVPR2017-2019 ECCV2018 ICCV2017-2019 ICLR2017-2019 NIPS2017-2019

 


参考(点击链接)

window conda命令窗口出现UnavailableInvalidChannel: The channel is not accessible or is invalid。。。404。。。错误提示的解决方法
我是19年4月先安装的tensorflow cpu,然后今天想着把GPU版本的也装上,结果conda install tensorflow-gpu后,出错提示UnavailableInvalidChannel: The channel is not accessible or is invalid。。。404。。。

从https://blog.youkuaiyun.com/aaa958099161/article/details/90271642的博客中得知原因,该博客的评论区的一位大哥给了优秀找到解决方法,参考他的博客https://blog.youkuaiyun.com/qq_42859864/article/details/90340164#comments。

解决方法:在conda里一行行键入以下命令即可:

conda config --remove channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels https://repo.continuum.io/pkgs/free/ 
conda config --add channels https://repo.continuum.io/pkgs/main/ 
conda config --set show_channel_urls yes

 

参考:https://blog.youkuaiyun.com/Msjiangmei/article/details/90610153

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值