错误:找不到满足火炬要求的版本(来自版本:无)错误:找不到火炬的匹配发行版

Ahm*_*neh 6 python python-3.x torch pytorch

我尝试使用下载火炬pip install torch

我遇到了这个问题:

C:\Users\Ahmad Sadek>pip install torch
ERROR: Could not find a version that satisfies the requirement torch (from versions: none)
ERROR: No matching distribution found for torch
Run Code Online (Sandbox Code Playgroud)

小智 6

3.10 尚未正式支持它。使用夜间构建:

pip3 install --pre torch -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
Run Code Online (Sandbox Code Playgroud)