安装retrying模块出现 (Retry(total=4, connect=None, read=None, redirect=None, status=None))

Posted lbjhrzgj

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了安装retrying模块出现 (Retry(total=4, connect=None, read=None, redirect=None, status=None))相关的知识,希望对你有一定的参考价值。

最近在学习python爬虫,发现需要好多第三方的包。今天说下下载retrying包

网上有的说直接在cmd里输入输入下面这个命令:

pip install retrying

我输入下面这个命令,提示我这个错误:(Retry(total=4, connect=None, read=None, redirect=None, status=None))

正确的命令:

pip install keras -i http://pypi.douban.com/simple --trusted-host pypi.douban.com

下面就是我安装成功的样子:

当然还要向pycharm引入:File--->Setting--->Project:pachong--->Project Interpreter(获得如下图)

点击+,导入retrying,点击Install Package完成

这样就可以使用了

以上是关于安装retrying模块出现 (Retry(total=4, connect=None, read=None, redirect=None, status=None))的主要内容,如果未能解决你的问题,请参考以下文章

python中安装包出现Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None))…

retrying模块的使用

在python中安装包出现Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None))

在python中安装包出现Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None))

Pip 安装超时问题

(数据科学学习手札54)Python中retry的简单用法