赞
踩
在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
安装成功。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。