嗨,我在尝试安装pytorch时出错:
PS C:\windows\system32> pip install torch===1.7.0+cu110 torchvision===0.8.1+cu110 torchaudio===0.7.0 -f https://download.pytorch.org/whl/torch_stable.html
Looking in links: https://download.pytorch.org/whl/torch_stable.html
ERROR: Could not find a version that satisfies the requirement torch===1.7.0+cu110 (from versions: 0.1.2, 0.1.2.post1, 0.1.2.post2)
ERROR: No matching distribution found for torch===1.7.0+cu110
我已经看到了这个问题,我正在使用python 3.8。6.
PS C:\windows\system32> py --version
Python 3.8.6
火炬的最新版本是1.7.0,所以
pip install torch
应该足够了。