anaconda安装pytorch超时
时间: 2023-11-11 18:03:00 浏览: 111
解决安装pytorch网络超时的一种办法
5星 · 资源好评率100%
可以尝试以下几种方法解决anaconda安装pytorch超时的问题:
1. 使用清华大学镜像源进行安装,命令如下:
conda install pytorch torchvision torchaudio -c pytorch -i https://mirrors.tuna.tsinghua.edu.***命令如下:
conda config --set remote_read_timeout_secs 600
3. 使用pip安装pytorch,命令如下:
pip install torch torchvision torchaudio -i https://pypi.tuna.tsinghua.edu.cn/simple
阅读全文