解决Pycharm debug下出现错误Process finished with exit code -1073741819 (0xC0000005)的问题

这个错误困扰了我一天,网上找的答案也是千奇百怪,部分可以参考该篇博客

博客地址:https://blog.csdn.net/qiao1025566574/article/details/81037908

以上尝试未果,最后在外网找到了解答,具体有三种,每个都试一次或许就能解决(最有可能是第三种方法)

一、更新pyqt,更新numpy

二、打开pycharm的菜单中的Run – Edit Configurations – Defaults,按下图操作,添加environment variables ,Name为 =C:Value 为 c:\'' 保存

解决Pycharm debug下出现错误Process finished with exit code -1073741819 (0xC0000005)的问题

解决Pycharm debug下出现错误Process finished with exit code -1073741819 (0xC0000005)的问题

三、取消PyQt的兼容,打开pycharm的菜单中的File – Settings – Build, Execution, Deployment – Python Debugger,按下图操作,保存

解决Pycharm debug下出现错误Process finished with exit code -1073741819 (0xC0000005)的问题

我是执行到了第三步才解决这个问题的

相关文章:

  • 2022-12-23
  • 2021-07-24
  • 2021-05-12
  • 2021-09-05
  • 2021-11-13
猜你喜欢
  • 2021-05-23
  • 2021-11-05
  • 2021-11-15
  • 2021-03-31
  • 2021-05-22
  • 2021-05-21
相关资源
相似解决方案