/usr/lib/python2.7/dist-packages/requests/_init_.py:80:RequestsDependencyWarning: urllib3 or chardet

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/zbj18314469395/article/details/86248059

/usr/lib/python2.7/dist-packages/requests/__init__.py:80: RequestsDependencyWarning: urllib3 (1.24.1) or chardet (3.0.4) doesn't match a supported version!

原因:python库中urllib3 (1.24.1) or chardet (3.0.4) 的版本不兼容

~$pip uninstall urllib3
~$pip uninstall chardet

然后继续之前的操作继续搞
发现成功了。

猜你喜欢

转载自blog.csdn.net/zbj18314469395/article/details/86248059