python中升级库的方法:
1、在cmd中执行pip list --outdated命令查看可以更新的库
2、然后输入“pip install --upgrade <库名>”即可更新库
更多Python知识请关注栏目。