python版本3.8.2 pyinstaller 版本6.9.0 因为之前打包没有问题,所以断定是库的版本不兼容问题 发现setuptools版本太高,进行降级使用setuptools==50.2.3 问题解决