anaconda和pip慢
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了anaconda和pip慢相关的知识,希望对你有一定的参考价值。
参考技术A anaconda创建新环境时慢:镜像网址: https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/
命令
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
conda config --set show_channel_urls yes
参考 https://blog.csdn.net/qq_44099721/article/details/100744986?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromBaidu-2.control&depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromBaidu-2.control
pip安装慢
后面加
-i https://pypi.tuna.tsinghua.edu.cn/simple
或者设置全局镜像源:
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple/
超时怎么办?
加 --default-timeout=100
以上是关于anaconda和pip慢的主要内容,如果未能解决你的问题,请参考以下文章
pip install dlib 在 Anaconda 环境中不起作用
python pip anaconda conda 切换国内源(清华镜像)