Pycharm pydev调试器:进程永远连接

时间:2018-03-11 09:41:17

标签: python-3.x debugging pycharm pydev

/usr/local/Cellar/python3/3.6.1/Frameworks/Python.framework/Versions/3.6/bin/python3.6 "/Applications/PyCharm CE.app/Contents/helpers/pydev/pydevd.py" --multiproc --qt-support=auto --client 127.0.0.1 --port 55819 --file "/Applications/PyCharm CE.app/Contents/helpers/pycharm/_jb_unittest_runner.py" --target test_output.TestMispOutputBot.test_event
Testing started at 10:31 ...
pydev debugger: process 3170 is connecting

在我放弃并终止该过程之前10分钟没有输出。

Traceback (most recent call last):
  File "/Applications/PyCharm CE.app/Contents/helpers/pydev/pydevd.py", line 1599, in <module>
    globals = debugger.run(setup['file'], None, None, is_module)
  File "/Applications/PyCharm CE.app/Contents/helpers/pydev/pydevd.py", line 994, in run
    time.sleep(0.1)  # busy wait until we receive run command
KeyboardInterrupt

我尝试了有关该错误消息的所有内容:

有什么想法吗?

1 个答案:

答案 0 :(得分:2)

通过更新pyqt解决了该问题。如果您使用水蟒,请尝试:

conda install -c anaconda pyqt