现在位置: 首页 / Python / python / 正文 pip 安装指定版本的模块 桩白墨 Python 2022-11-16 135热度 0评论 给 python2 安装 requests 库,发现最新的 requests 不支持 python2。于是需要用到指定版本号的安装方式: pip install requests==2.27.0