查看python依赖包及其对应版本号信息

所有的

pip list
#或者
pip freeze

单独的包

python
import xxx
xxx.__version__

你可能感兴趣的:(python)