【问题标题】:Pycharm pydev debugger: process is connecting foreverPycharm pydev调试器:进程永远连接
【发布时间】:2018-08-19 11:49:25
【问题描述】:
/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

我尝试了所有关于该错误消息的发现:

有什么想法吗?

【问题讨论】:

  • 尝试无效并重启
  • 没有改变任何东西。
  • 你找到解决办法了吗?
  • 我在后台运行 sshuttle 以通过 SSH 隧道进入另一个网络。这个隧道吃掉调试连接,通常应该去python进程。

标签: python-3.x debugging pycharm pydev


【解决方案1】:

通过更新pyqt 解决了这个问题。如果您使用 anaconda,请尝试:

conda install -c anaconda pyqt 

【讨论】:

    猜你喜欢
    • 2015-11-28
    • 2014-02-02
    • 2014-07-14
    • 1970-01-01
    • 1970-01-01
    • 2013-04-12
    • 1970-01-01
    • 2014-12-06
    • 2013-04-03
    相关资源
    最近更新 更多