一直就安装不了
ERROR: Could not find a version that satisfies the requirement torch (from versions: none)
ERROR: No matching distribution found for torch
用python3.6试试
pip install pytorch
pip3 install torch==1.10.2+cu102 torchvision==0.11.3+cu102 torchaudio===0.10.2+cu102 -f https://download.pytorch.org/whl/cu102/torch_stable.html
或者其他版本的torch
https://pytorch.org/get-started/previous-versions/
pip install torchvision
如果网速 不快,建议先在https://pypi.org/search/?q=&o= 把文件先下载下来,再本地安装
easy_install torch