解决安装requests的一系列问题
安装 pip
sudo easy_install pip 
安装
pip install requests 
如果没有安装成功,那么接下来:
升级 pip
python3 -m pip install -U pip
让requests安装在Python3上,而不是Python2
pip3 install requests
如还有问题,欢迎留言
    没有未来的未来不是我想要的未来
sudo easy_install pip 
pip install requests 
如果没有安装成功,那么接下来:
python3 -m pip install -U pip
pip3 install requests
