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
·
在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
安装成功。
更多推荐



所有评论(0)