相关疑难解决方法(0)

RequestsDependencyWarning:urllib3(1.25.2)或chardet(3.0.4)与支持的版本不匹配!固定

每当我运行带有请求的代码或执行pip安装时,都会收到此消息

/usr/lib/python2.7/site-packages/requests/__init__.py:91: RequestsDependencyWarning: urllib3 (1.25.2) or chardet (3.0.4) doesn't match a supported version!
  RequestsDependencyWarning)
Run Code Online (Sandbox Code Playgroud)

我曾尝试升级chardet,urllib3和请求,但没有任何效果,有人知道我该如何解决?

编辑:RequestsDependencyWarning:urllib3(1.9.1)或chardet(2.3.0)与支持的版本不匹配 <-这不能解决我的问题。

python pip importerror archlinux

2
推荐指数
4
解决办法
2270
查看次数

标签 统计

archlinux ×1

importerror ×1

pip ×1

python ×1