在windows11,安装pytorch。运行pip install torch时安装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
安装成功。
在windows11,安装pytorch。运行pip install torch时安装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
安装成功。