報錯
pyinstaller upx is not available
參見 https://www.tutorialexample.com/fix-pyinstaller-upx-is-not-available-error-pyinstaller-tutorial/
下載對應(yīng)版本upx, https://github.com/upx/upx/releases/
解壓到本地某個位置,在Pyinstaller的時候帶上這個地址
比如
pyinstaller main.py -F -w --upx-dir f:\upx-3.96-win64\