赞
踩
如何查看python第三方库的版本 目前有两种方法: 1.利用pip list,可以查看所有该环境下安装的库及版本号
pip list
2.利用pip show pandas (库名),可以查看响应库的名字
pip show pandas (库名)