MacOS 解决“import requests No module named requests”

MacOS 解决“import requests No module named requests”

  1. 系统信息
    sw_vers
    ProductName:    Mac OS X
    ProductVersion: 10.12.2
    BuildVersion:   16C67
  2. 测试脚本
    #内容如下:
    cat test.py 
    #!/usr/bin/env python
    import requests
    baidu_request = requests.get(‘http://www.baidu.com‘)
    print baidu_request.text
  3. 报错信息
    #执行脚本
    python ./test.py
    #报错信息如下:
    “import requests No module named requests”
  4. 解决方法
    原因:mac osx上认没有安装requests库
    #安装pip
    sudo easyinstall pip
    如报错:Download error on https://pypi.python.org/simple/pip/: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:590) -- Some packages may not be found!
    Couldn‘t find index page for ‘pip‘ (maybe misspelled?)
    #处理pip安装报错
    curl ‘https://bootstrap.pypa.io/get-pip.py‘ > get-pip.py
    sudo python get-pip.py
    #安装requests库
    sudo pip install requests
    #ok现在可以正常执行test.py
    python test.py 
    <!DOCTYPE html>
    <!--STATUS OK--><html> <head><Meta http-equiv=content-type content=text/html;charset=utf-8><Meta http-equiv=X-UA-Compatible content=IE=Edge><Meta content=always name=referrer><link rel=stylesheet type=text/css href=http://s1.bdstatic.com/r/www/cache/bdorz/baidu.min.css><title>????o|?????????????°±??¥é??</title><。。。。。

相关文章

自1998年我国取消了福利分房的政策后,房地产市场迅速开展蓬...
文章目录获取数据查看数据结构获取数据下载数据可以直接通过...
网上商城系统MySql数据库设计
26个来源的气象数据获取代码
在进入21世纪以来,中国电信业告别了20世纪最后阶段的高速发...