安装torch时报错:ERROR: THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE. If you have upd
网络问题,取消代理或者换个 pip 源。换成百度源后就好了。
·
完整报错信息:
ERROR: THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE. If you have updated the package versions, please update the hashes. Otherwise, examine the package contents carefully; someone may have tampered with them.
原因:
网络问题,取消代理或者换个 pip 源
我是使用
pip3 install --upgrade torch --trusted-host pip.baidu.com -i http://pip.baidu.com/root/baidu/+simple/
换成百度源后就好了。
更多推荐

所有评论(0)