报错
pyinstaller upx is not available
参见 https://www.tutorialexample.com/fix-pyinstaller-upx-is-not-available-error-pyinstaller-tutorial/
下载对应版本upx, https://github.com/upx/upx/releases/
解压到本地某个位置,在Pyinstaller的时候带上这个地址
比如
pyinstaller main.py -F -w --upx-dir f:\upx-3.96-win64\