Python错误——failed to execute pyi_rth_pkgres
软件环境
- Windows10
- PyCharm 2020.3
- Python 3.7
产生问题
- 使用pyinstaller将python程序打包成可执行程序exe后,打开exe,报错failed to execute pyi_rth_pkgres
解决方法
- 卸载pyinstaller
- pip uninstall pyinstaller
- 从git上安装
- pip install https://github.com/pyinstaller/pyinstaller/archive/develop.zip