python 打包出现“failed to execute pyi_rth_pkgres”问题

亲测有效!
先现在原来的pyinstaller
再从GitHub重新安装pyinstaller

pip uninstall pyinstaller
pip install https://github.com/pyinstaller/pyinstaller/archive/develop.zip

你可能感兴趣的:(github,python)