当前位置:   article > 正文

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

error: wheel 'torch' located at

安装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

声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:【wpsshop博客】
推荐阅读
相关标签
  

闽ICP备14008679号