[pytorch]在Anacoda环境中新建pytorch环境时,配置镜像问题解决方案

1、打开Anconda prompt 进入普通的base环境

conda create -n pytorch python=3.8.3

2、打开创建的这个环境

conda activate pytorch

3、在新的环境内(即pytorch中),先配置一下清华镜像源,在环境中中运行以下代码
注意事项:一定要将每条代码依次复制粘贴到环境中,能避免很多错误

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
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 --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/menpo/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/


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


因为我的电脑是AMD集成显卡,所以在官网下载时,需要选择CPU
在这里插入图片描述
4.将在官网复制的代码粘贴到Anaconda Prompt,运行,中途的Proceed(Y/N)输入y。

conda install pytorch torchvision torchaudio cpuonly

注意:一定要去掉-c pytorch,这个是默认使用官方镜像,会导致下载速度慢
5、验证是否下载成功
打开Anaconda Prompt,左边是(base),输入

conda activate pytorch

看到左边的字样时(pytorch)时,再输入python;
输入import python,
如果没有报错,就表示成功安装啦!

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值