美文网首页
pip3 install -i sklearn 安装报错

pip3 install -i sklearn 安装报错

作者: 盖码范 | 来源:发表于2020-04-26 21:19 被阅读0次

报错信息

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安装报错.png

解决方法:
网络问题,重试几次就好了,加超时时间,修改源

pip install --default-timeout=1000 -i https://pypi.tuna.tsinghua.edu.cn/simple sklearn

sklearn 修改成你需要安装的插件

相关文章

网友评论

      本文标题:pip3 install -i sklearn 安装报错

      本文链接:https://www.haomeiwen.com/subject/jbcswhtx.html