Pycharm debug出现Qt 错误 Process finished with exit code -1073741819 (0xC0000005)
使用pycharm debug的時候出現
This application failed to start because it could not find or load the Qt platform plugin "windows"
錯誤代碼
Process finished with exit code -1073741819 (0xC0000005)
?
解決:以下為原blog內容
轉自:https://blog.csdn.net/wangguan9527/article/details/82845409
這個錯誤困擾了我一天,網上找的答案也是千奇百怪,部分可以參考該篇博客
博客地址:https://blog.csdn.net/qiao1025566574/article/details/81037908
以上嘗試未果,最后在外網找到了解答,具體有三種,每個都試一次或許就能解決(最有可能是第三種方法)
一、更新pyqt,更新numpy
二、打開pycharm的菜單中的Run – Edit Configurations – Defaults,按下圖操作,添加environment variables ,Name為 =C:Value 為 c:\'' 保存
?
三、取消PyQt的兼容,打開pycharm的菜單中的File – Settings – Build, Execution, Deployment – Python Debugger,按下圖操作,保存
我是執行到了第三步才解決這個問題的
親測有效
總結
以上是生活随笔為你收集整理的Pycharm debug出现Qt 错误 Process finished with exit code -1073741819 (0xC0000005)的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Batch Norm、Layer Nor
- 下一篇: pytorch安装实录(win10+cu