python中解决urllib3模块和chardet模块版本不一致问题
日常在写python爬虫程序的时候,可能会遇到错误提示:
RequestsDependencyWarning: urllib3 (*.**.**) or chardet (*.*.*) doesn’t match a supported version!
这是urllib3模块和chardet模块版本不一致。
……个人互联网收藏夹
日常在写python爬虫程序的时候,可能会遇到错误提示:
RequestsDependencyWarning: urllib3 (*.**.**) or chardet (*.*.*) doesn’t match a supported version!
这是urllib3模块和chardet模块版本不一致。
……