我尝试使用 Python 3.8 在 Windows 10 64 位系统上安装 PyTorch 1.9.0,但 pip 找不到正确的发行版。当我尝试使用命令安装它时:
pip3 install torch torchvision torchaudio
我收到以下错误:
ERROR: Could not find a version that satisfies the requirement torch (from versions: none)
ERROR: No matching distribution found for torch
为了解决这个问题,我尝试从页面https://download.pytorch.org/whl/torch/下载相应的.whl文件,并选择torch-1.9.0+cpu-cp38-cp38-win_amd64。 whl。但是,当我尝试使用以下命令安装它时:
pip install torch-1.9.0+cpu-cp38-cp38-win_amd64.whl
我收到以下错误:
ERROR: torch-1.9.0+cpu-cp38-cp38-win_amd64.whl is not a supported wheel on this platform.
其他详细信息:
pip install torch==1.9.0 torchvision==0.10.0 torchaudio==0.9.0 如果没有安装或者再次出错可以单独下载pytorchwheel。 让你的安装目录=下载的wheel的路径,然后 点安装