发表评论取消回复
相关阅读
相关 在conda中添加清华镜像
清华镜像 - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/Paddle/ - https://mi
相关 anaconda conda 切换为清华源
打开anaconda shell conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/a
相关 anaconda 添加清华镜像 pip的时候出现Retrying
第一步: 打开anaconda Prompt ![在这里插入图片描述][20200301225724270.png] 输入 conda config -
相关 conda添加清华源
首先将.condarc的权限更改一下 清华源现在已经不能用了,更改成中科大的源[https://zhuanlan.zhihu.com/p/95100538][ht
相关 anaconda conda 切换为清华源
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
相关 pip和conda 换清华源
python模块安装,使用国内源可以提高下载速度。 pip源更改: pip源有好几个,我一直用的清华的pip源,它5分钟同步一次。 临时使用: pip 后加参数
相关 conda恢复默认镜像
[https://blog.csdn.net/Lsavage/article/details/86515068][https_blog.csdn.net_Lsavage_art
相关 conda 更新python包速度太慢切换至国内清华镜像
长时间不用python,导致python很多包版本过低,在执行时报错。 可用以下语句一键更新 conda upgrade --all 但是因为anaconda从
相关 使用清华镜像下载
如安装tensorflow: pip install tensorflow-gpu==1.14 -i https://pypi.tuna.tsinghua.edu.c
相关 如何在jupyter中添加conda虚拟环境
参考:[https://blog.csdn.net/qq\_41689620/article/details/95874096][https_blog.csdn.net_qq_
还没有评论,来说两句吧...