可能是中文网站最全回答——解决pycharm报错:Process finished with exit code 139

StackOverflow永远滴神!本文主要翻自该网站link

建议小白们搜索bug时可以多用Google以及StackOverflow,我用百度必应两三天都解决不了的问题,在这里检索都得到了很有效的帮助!!!!感谢大佬!!

  1. 法一

    I’ve fixed it by disabling PyQt compatible option in PyCharms’s debugger settings (Build, Execution, Deployment > Python Debugger). I don’t use PyQt, so I have not met any troubles

  2. 法二
    Goto pycharm -> Preferences -> Build,Execution and deployment -> Python debugger
    Check box Collect run-time types information for code insight.
    This solved issues for me.

  3. 法三

    I had the same issue with 2018.3 after updating and installing Cython for fast debugging.

    The issue was with gevent library.

    Solved enabling Gevent compatible option and disabling PyQt compatible.

最后我的见效的做法:

前三个✔,最后一个不选!
可能是中文网站最全回答——解决pycharm报错:Process finished with exit code 139_第1张图片

你可能感兴趣的:(pycharm,ide,python)