安装pywin32
pip install pywin32
打包
python pyinstaller -F xxx.py
参考文章:https://zhuanlan.zhihu.com/p/163391805
pyinstall打包exe换电脑后无法运行
原文:https://www.cnblogs.com/iStu/p/14891777.html