其他分享
首页 > 其他分享> > 安装torch报错 ERROR: torch has an invalid wheel, .dist-info directory not found.

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

作者:互联网

ERROR: torch has an invalid wheel, .dist-info directory not found.

我的解决方法是:

pip install -f https://download.pytorch.org/whl/torch_stable.html torch==1.7.0+cpu torchvision==0.8.1+cpu torchaudio===0.7.0

参考了:

pip - 错误 : torch has an invalid wheel, 未找到 .dist-info 目录 - IT工具网

https://www.tutorialexample.com/fix-error-torch-has-an-invalid-wheel-dist-info-directory-not-found-pytorch-tutorial/

标签:wheel,info,dist,torch,invalid,报错,directory
来源: https://blog.csdn.net/zucheng10/article/details/120779220