小编you*_*agh的帖子

找不到 torch==1.5.0 的匹配发行版

发生这个错误

ERROR: Could not find a version that satisfies the requirement torch==1.5.0 (from versions: 1.7.0, 1.7.1, 1.8.0, 1.8.1, 1.9.0, 1.9.1, 1.10.0, 1.10.1, 1.10.2)
ERROR: No matching distribution found for torch==1.5.0 
Run Code Online (Sandbox Code Playgroud)

然后我尝试通过命令解决它

pip install torch==1.7.0 -f https://download.pytorch.org/whl/torch_stable.html
Run Code Online (Sandbox Code Playgroud)

然后我尝试再次执行该命令..

pip install -r C:\Bachelor\urban-sound-tagging-master\requirements.txt
Run Code Online (Sandbox Code Playgroud)

发生同样的错误

ERROR: Could not find a version that satisfies the requirement torch==1.5.0 (from versions: 1.7.0, 1.7.1, 1.8.0, 1.8.1, 1.9.0, 1.9.1, 1.10.0, 1.10.1, 1.10.2)
ERROR: No matching distribution found for torch==1.5.0 
Run Code Online (Sandbox Code Playgroud)

我能做些什么 ?

python pip pytorch

5
推荐指数
1
解决办法
5682
查看次数

标签 统计

pip ×1

python ×1

pytorch ×1