我无法使用Pytorch官方网站上给出的PIP & Conda语句安装Pytorch 1.7.1
我需要一个项目的pytorch1.7.1和torchaudio0.7.2,我累了安装它使用的命令在pytorch的官方网站
我的环境:Ubuntu 22.10
minioconda
Python:3.10.10
pip:pip install torch==1.7.1+cpu torchvision==0.8.2+cpu torchaudio==0.7.2 -f https://download.pytorch.org/whl/torch_stable.html
我收到一个错误,说明torch==1.7.1没有匹配的发行版,尝试使用pip 3安装得到了相同的错误enter image description here
conda:conda install pytorch==1.7.1 torchvision==0.8.2 torchaudio==0.7.2 cpuonly -c pytorch
我得到了一个错误,说明包在通道中不可用,使用conda-forge也enter image description here后得到sam错误
1条答案
按热度按时间enxuqcxy1#
结果pytorch不支持python版本〉3.9,在降级到python3.8后可以正常工作