gpt4 book ai didi

python - PyTorch 安装失败找不到满足要求的版本

转载 作者:行者123 更新时间:2023-12-04 15:12:25 24 4
gpt4 key购买 nike

我正在尝试安装 PyTorch使用 PyCharm 社区版 2020.2.3 x64 和 Python 3.9.0 在 Windows 10 pro 64 位操作系统 PC 机器上
我试过了:

pip install torch==1.7.0+cpu torchvision==0.8.1+cpu torchaudio===0.7.0 -f https://download.pytorch.org/whl/torch_stable.html
和:
python -m pip install torch==1.7.0 -f https://download.pytorch.org/whl/torch_stable.html
我是否应该降级 Python 版本,让我们说到 Python 3.8.6 或 PyTorch 版本,以使其工作,或者除此之外我是否在做其他错误的事情,可能错过了要安装的东西,例如我没有选择 CUDA,但似乎是这样是不同的原因:

ERROR: Could not find a version that satisfies the requirementtorch==1.7.0+cpu (from versions: 0.1.2, 0.1.2.post1, 0.1.2.post2)ERROR: No matching distribution found for torch==1.7.0+cpu


pip3 install https://download.pytorch.org/whl/cpu//torch-1.7.0%2Bcpu-cp38-cp38-win_amd64.whl :

ERROR: torch-1.7.0+cpu-cp38-cp38-win_amd64.whl is not a supportedwheel on this platform.


pip install torch==1.4.0+cpu torchvision==0.5.0+cpu -f https://download.pytorch.org/whl/torch_stable.html -vvv

ERROR: Could not find a version that satisfies the requirementtorch==1.4.0+cpu (from versions: 0.1.2, 0.1.2.post1, 0.1.2.post2)ERROR: No matching distribution found for torch==1.4.0+cpu


任何建议、指南或示例都会有所帮助
解决方案:
使用 Python 3.8.6 成功安装

最佳答案

我尝试过 Python 3.8.0、Python 3.8.5、Python 3.8.6 和 Python 3.9.0。它似乎只适用于 3.8.6 版本。

关于python - PyTorch 安装失败找不到满足要求的版本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64975755/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com