标签:style show rgb cond tps pre nbsp channel 注意
第一步:换清华源(.condarc),需要注意是http不是https
channels: - http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/ - http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ - http://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/ - http://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/ show_channel_urls: true
第二步:如果命令中带有 -c pytorch 删掉
错误:conda install pytorch torchvision cudatoolkit=9.0 -c pytorch 正确:conda install pytorch torchvision cudatoolkit=9.0
标签:style show rgb cond tps pre nbsp channel 注意
原文地址:https://www.cnblogs.com/cc-xiao5/p/13856634.html