???? 版权: 本文由【墨理学AI】原创、各位大佬、敬请查阅
???? 声明: 作为全网 AI 领域 干货最多的博主之一,❤️ 不负光阴不负卿 ❤️
???? 淑能生巧
请问下载过程非常卡怎么办,特别特别慢
请问为什么我搭建一个深度学习环境半个多小时都没成,而你10分钟就随手搭建一个环境
讲道理,这就像搬砖,搬的久了,还不能允许我一天多拉几车吗
额,其实这都是有技巧的,《淑能生巧》,我去哪里找那个叫《淑》的女孩
???? 添加源的目的 : 加速下载
查看配置文件
conda config --show
❤️ 具体操作
???? windows下
1 添加清华源
命令行中直接使用以下命令
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
2 添加中科大源
conda config --add channels https://mirrors.ustc.edu.cn/anaconda/pkgs/main/
conda config --add channels https://mirrors.ustc.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.ustc.edu.cn/anaconda/cloud/conda-forge/
conda config --add channels https://mirrors.ustc.edu.cn/anaconda/cloud/msys2/
conda config --add channels https://mirrors.ustc.edu.cn/anaconda/cloud/bioconda/
conda config --add channels https://mirrors.ustc.edu.cn/anaconda/cloud/menpo/
conda config --set show_channel_urls yes
???? Linux下
- 将以上配置文件写在
~/.condarc
中vim ~/.condarc
channels:
- https://mirrors.ustc.edu.cn/anaconda/pkgs/main/
- https://mirrors.ustc.edu.cn/anaconda/cloud/conda-forge/
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
- defaults
show_channel_urls: true
- 换回默认源:
conda config --remove-key channels
在执行 conda config 命令的时候
会在当前用户目录下创建 .condarc 文件,可以查看更换源前后该文件内容的变化
- ❤️ 其实 pip 和 conda 都是很好的库安装方式,日常两种方式都在使用
- ???? Conda 安装库时,就像大哥,通常需要问你一下,安装这些、替换原来版本库,可不可以;你输入 Yes,它才敢动;感谢大哥良苦用心;
- ???? Conda 的优点也很明显,往往能够顺便解决相关库的依赖问题;
- ???? Conda 和 pip 可以在同一个环境下安装库,甚至可以交叉安装,一起安装同一个库;
- ???? 然而偶尔会发生库版本混乱的情况;这时,你可能就需要卸载特定版本库,往往也需要谁安装谁负责,你睡< install >的,让我负责,专找兄弟坑 ?
- ???? Conda 是大哥,pip 是小弟,但是呢,有时候大哥累了,找不到合适的途径,首先呢,我们可以考虑换个源,实际呢,很多时候,小弟掌握的资源也不少呢,pip 也能顶上,还很顺手
linux和window设置 pip 镜像源 、最实用的环境下载加速设置 ——【一文读懂】
???? 人生苦短,欢迎和墨理一起学AI
???? 作为全网 AI 领域 干货最多的博主之一,❤️ 不负光阴不负卿 ❤️
❤️ 如果文章对你有帮助、点赞、评论鼓励博主的每一分认真创作