Pycharm Debugger Process finished with exit code -1073741819 (0xC0000005)
已回答
Hi pycharm community,
My PyCharm debugger never worked properly on my win10. It started with "pydev debugger: process **** is connecting"
and PyCharm showed waiting for connection for a few seconds, then it came with "Process finished with exit code -1073741819 (0xC0000005)"
I've tried update the PyCharm, and it didn't work.
here are a few snapshots on my PyCharm configuration
I upload my idea.log through web form named "Pycharm Debugger Process finished with exit code -1073741819 (0xC0000005)_idea.log (130 kb)"
any idea would be a huge help.
请先登录再写评论。
Hi! Which Python interpreter are you using?
Thanks for replying! I use Python 3.6
I am having exactly the same error. Have you solved it?
Getting same error. python 3.6 in windows.
solved the issue by:
1. updating pyqt
2. updating numpy
Hi, I am experiencing the same issue using Python 3.6 and Pycharm 2018.1.4 on a Windows 7 installation. Based on the limited testing I have done the issue seems to be related with importing certain modules. So far I have experienced this exit code when importing "pandas" or "plotly". By not importing either of the aforementioned packages prevents the forced exit on my rig.
Kristoffer Andersen Are you using Anaconda?
Yes.
I solved the issue by removing sid.pyd from Lib\site-packages