pip安装报错,do not match the hashes

"These Packages Do Not Match The Hashes From The Requirements File."
当出现如上的错误提示时,说明是由于网络问题导致的下载失败。如果你反复使用pip install安装,则会报错。

此时的解决方法如下:

pip install --upgrade packageName
posted on 2019-10-28 19:37  Mrnx  阅读(12909)  评论(0编辑  收藏  举报