给 python2 安装 requests 库,发现最新的 requests 不支持 python2。于是需要用到指定版本号的安装方式:
pip install requests==2.27.0
当最新版 requests 库不再支持 Python 2 时,可通过 pip install requests==2.27.0 指定版本号进行安装,本文记录这一简单实用的方法。
给 python2 安装 requests 库,发现最新的 requests 不支持 python2。于是需要用到指定版本号的安装方式:
pip install requests==2.27.0
输入关键词搜索本站全部文章