记录一下初次使用linux服务器的问题解决

Collecting package metadata (current_repodata.json): done Solving environment: done UnavailableInvalidChannel: HTTP 404 NOT FOUND for channel simple <https://pypi.doubanio.com/simple\> The channel is not accessible or is invalid. 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 config --set channel_priority strict#恢复默认的源

添加新的源

复制代码
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/msys2/
conda config --set show_channel_urls yes
相关推荐
jiayong2326 分钟前
DevOps体系详解02-技术架构与工具链
运维·架构·devops
pride.li1 小时前
开发板和Linux--nfs服务挂载
linux·运维·服务器
looking_for__1 小时前
【Linux】应用层协议
linux·服务器·网络
BB_CC_DD1 小时前
Linux截图工具(ubuntu18.04+flameshot(火焰截图))
linux
云泽8082 小时前
不止是命令:Linux 高频指令实战 + 芯片架构底层逻辑
linux·运维·服务器
j_xxx404_2 小时前
Linux:基础IO
linux·运维·服务器
wdfk_prog3 小时前
[Linux]学习笔记系列 -- [drivers][i2c]i2c-dev
linux·笔记·学习
angushine4 小时前
银河麒麟V10创建用户
运维
Trouvaille ~4 小时前
【Linux】网络编程基础(二):数据封装与网络传输流程
linux·运维·服务器·网络·c++·tcp/ip·通信
久绊A5 小时前
春节前云平台运维深度巡检-实操经验
运维·安全·容器·kubernetes·云平台