/usr/lib/python2.7/site-packages/requests/__init__.py:91: RequestsDependency

原因:python库中urllib3 (1.22) or chardet (2.2.1) 的版本不兼容 解决如下: [

[root@aaaaaaaaaaaaaaaaaaaa~]# pip uninstall urllib3

y

[root@aaaaaaaaaaaaaaaaaaaa~]# pip uninstall chardet

y

[root@aaaaaaaaaaaaaaaaaaaa~]# pip install requests

y

原文地址:https://www.cnblogs.com/kofsony/p/11608319.html