赞
踩
python已经安装好包需要升级的指定版本,命令如下:pip install --upgrade 包名称==版本号
以psycopg2包由2.5.1升级到2.7.5版本为例子:pip install --upgrade psycopg2==2.7.5