linux pip proxy出现下列问题: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. botocore<1.30.0,>=1.29.151 from https://www.piwheels.org/simple/botocore/botocore-1.29.151-py3-none-any.whl#sha256=7816083f0bde59de3f0d35d942bf8df04b64b0d1ca50a70871c9d99086c86941 (from boto3->tight): Expected sha256 7816083f0bde59de3f0d35d942bf8df04b64b0d1ca50a70871c9d99086c86941 Got 855779d77626070590a7294ac1876f659f7f51489fba1a11b9e389ee96cd0615
时间: 2024-03-28 11:39:15 浏览: 510
修复 there was an error checking the latest version of pip
这个问题看起来是由于包的哈希值不匹配导致的,可能是由于安装过程中出现了错误或者包被人篡改了。如果你使用了代理,可能会导致这个问题。你可以尝试清空 pip 的缓存并使用 `--no-cache-dir` 参数重新安装这个包,或者尝试更换代理。另外,你也可以查看一下这个包的源码是否有问题,或者联系包的维护者来获取帮助。
阅读全文