pytorch安装时报错:torch has an invalid wheel.

在win10上使用pip install torch的时候出现了这个问题:

torch has an invalid wheel.

运行以下命令安装成功了:

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

参考资料:
ERROR: torch has an invalid wheel, .dist-info directory not found

你可能感兴趣的:(pytorch,pytorch,深度学习,python)