首页 > 编程语言 > 详细

Python错误——failed to execute pyi_rth_pkgres

时间:2021-03-08 19:59:42      阅读:34      评论:0      收藏:0      [点我收藏+]

软件环境

  • 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

Python错误——failed to execute pyi_rth_pkgres

原文:https://www.cnblogs.com/zuiyue_jing/p/14501283.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!