Python错误——failed to execute pyi_rth_pkgres
时间:2021-03-08 19:59:42
收藏:0
阅读:37
软件环境
- 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
原文:https://www.cnblogs.com/zuiyue_jing/p/14501283.html
评论(0)