python 2.7.12中的import request命令yeilding请求依赖性警告

时间:2017-10-22 04:01:26

标签: python python-2.7 python-requests

我是python的新手,我正在尝试学习webscraping。我使用Linux mint 18.2和python版本在主题行中给出。我已经运行pip install requests和后续pip install request --upgrade(所有都成功运行)。但是,我在尝试导入请求库时收到以下错误:

import requests

  

警告(来自警告模块):文件   " /usr/local/lib/python2.7/dist-packages/requests/ init .py",第80行       RequestsDependencyWarning)RequestsDependencyWarning:urllib3(1.13.1)或chardet(2.3.0)与支持的版本不匹配!

     

回溯(最近一次呼叫最后一次):文件"",第1行,in          导入请求File" /usr/local/lib/python2.7/dist-packages/requests/ init .py",line   90,在       来自urllib3.exceptions import DependencyWarning ImportError:无法导入名称DependencyWarning

0 个答案:

没有答案