Python教程

pycharm 报错Connection to Python debugger failed socket closed

本文主要是介绍pycharm 报错Connection to Python debugger failed socket closed,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

Connection to Python debugger failed socket closed修复方法

Lysander686 2019-05-23 14:36:48 2982 收藏 3
版权
装了pyqt之后就会有这个错误哦

 

解决办法:

Disable "PyQt compatible" checkbox in the Settings under Build, Execution, Deployment --> Python Debugger

 

在 Build, Execution, Deployment --> Python Debugger 里的 Settings 内, 关闭 "PyQt compatible".

这篇关于pycharm 报错Connection to Python debugger failed socket closed的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!