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

在windows10,anaconda创建虚拟环境后,安装pytorch。运行pip install -r requirement.txt安装torch时报错

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

安装时候使用的清华源,更换其他国内镜像源仍然不行,,然后尝试命令

pip install torch==1.6.0 -f https://download.pytorch.org/whl/torch_stable.html

安装成功。

你可能感兴趣的:(配置错误解决,pytorch,bug)