conda 安装太慢

有时候conda好慢,怎么办呢?

老办法,切换源

1、conda config --show

将会显示conda的配置信息,找到channel, 对应的就是我们的镜像配置

channels: 
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/ 
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ 
- defaults

2、添加清华大学的镜像

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

3、配置Conda第三方源

//Conda Forge 
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/ 

//msys2 
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/msys2/ 

//bioconda 
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/ 

//menpo 
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/menpo/ 

//pytorch 
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/

4、删除镜像

conda config --remove channels 

5、安装PyTorch

1> https://pytorch.org/

2>linux查看cuda版本

cat /usr/local/cuda/version.txt

根据Python和CUDA选择对应的版本,然后官方给出提示可通过运行:

conda install pytorch torchvision cudatoolkit=10.1 -c pytorch

你会看到

这里一定要注意,去掉-c pytorch,安装的时候才会默认从清华源下载相应的包

conda install pytorch torchvision cudatoolkit=10.1 

你会发现,现在就是清华的源了

要是还是不稳定或者太慢,可以用pip的安装方式,替换阿里的镜像.我感觉清华的不好用,哈哈

跳转:pip install下载速度太慢

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值