赞
踩
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<pip._vendor.urllib3.connection.HTTPSConnection object at 0x00000250471D75B0>, 'Connection to files.pythonhosted.o
用
pip install torch==1.11.0+cu113 torchvision==0.12.0+cu113 torchaudio==0.11.0 --extra-index-url https://download.pytorch.org/whl/cu113
安装时以为就安装三个库就完了,结果自动要去安装好多的包,有时候因为网速慢会卡在中间导致你要安装的三个包都安不上,直接把卡住的那个包的名字复制下来然后去清华镜像源下载之后离线安装,之后再运行一遍
pip install torch==1.11.0+cu113 torchvision==0.12.0+cu113 torchaudio==0.11.0 --extra-index-url https://download.pytorch.org/whl/cu113
直到把所有卡住的包安装完就可以了
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。