pip安装工具包时超时问题的简单解决

来源:互联网 发布:以前开过淘宝店怎样重新开通 编辑:程序博客网 时间:2024/06/05 15:57

pip install snownlp --timeout 6000

直接在原有的命令后面添加 --timeout 时间即可