StackOverflow永远滴神!本文主要翻自该网站link
建议小白们搜索bug时可以多用Google以及StackOverflow,我用百度必应两三天都解决不了的问题,在这里检索都得到了很有效的帮助!!!!感谢大佬!!
-
法一
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
-
法二
Goto pycharm -> Preferences -> Build,Execution and deployment -> Python debugger
Check box Collect run-time types information for code insight.
This solved issues for me. -
法三
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.
最后我的见效的做法:
前三个✔,最后一个不选!