pip安装torch1.7报错,ERROR: torch has an invalid wheel, .dist-info directory not found

pip安装torch1.7报错,ERROR: torch has an invalid wheel, .dist-info directory not found,第1张

pip安装torch1.7报错,ERROR: torch has an invalid wheel, .dist-info directory not found

安装cpu版本,使用如下命令
pip install torch1.7.0+cpu torchvision0.8.1+cpu torchaudio===0.7.0 -f https://download.pytorch.org/whl/torch_stable.html

安装Gpu版本,使用如下命令:
pip install torch=1.7.0 torchvision=0.8.1 torchaudio===0.7.0 -f https://download.pytorch.org/whl/torch_stable.html

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5071533.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-11-16
下一篇 2022-11-16

发表评论

登录后才能评论

评论列表(0条)

保存