-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connecting to an IPython kernel through ssh hangs if you have never connected to hostname before #1970
Comments
From sylvain....@gmail.com on 2014-09-17T12:26:40Z It is a known bug in IPython. ipython/ipython#5139 |
From sylvain....@gmail.com on 2014-09-17T12:36:50Z We could implement a workaround (like giving up after some timeout), any clue? |
From sylvain....@gmail.com on 2014-09-17T12:54:51Z Moved the issue to pyzmq actually zeromq/pyzmq#589 |
From ccordoba12 on 2014-09-20T16:13:34Z Yes, please try to implement a workaround because the situation is terrible right now. |
From sylvain....@gmail.com on 2014-09-21T16:52:36Z Ok I will open a pr in pyzmq and also overload the responsible function in Spyder to support older versions of ipython/pyzmq. |
From ccordoba12 on 2014-10-31T15:07:53Z Labels: -MS-v2.3.2 MS-v2.3.3 |
From ccordoba12 on 2014-11-09T15:35:54Z Labels: -Priority-High -MS-v2.3.3 Priority-Critical MS-v2.3.2 |
From pauldur...@gmail.com on 2014-11-20T11:05:31Z Is this the last of the issues before the 2.3.2 release? |
From sylvain....@gmail.com on 2014-11-20T11:08:10Z Yes there is a pr open with a fix. |
From pauldur...@gmail.com on 2014-11-20T11:11:49Z Great, looking forward to seeing 2.3.2! |
From ccordoba12 on 2014-11-21T13:50:05Z This issue was closed by revision 1c9f0c81b5bf . Status: Fixed |
From caleb.ha...@gmail.com on 2014-11-24T16:52:46Z Rev 1c9f0c81b5bf (lines 39-43) adds a dependency to the pexpect module, which is unix-only. I can't run |
From sylvain....@gmail.com on 2014-11-24T17:05:49Z @-caleb thanks for reporting. We have another pr open fixing that issue. S. |
From caleb.ha...@gmail.com on 2014-11-24T17:19:52Z Ok no worries. I found this by searching for the commit hash :) |
From ccordoba12 on 2014-09-17T14:05:25Z
I think this happens because ssh asks if you trust hostname before establishing the connection.
The problem is this makes the whole Spyder interface to freeze.
Original issue: http://code.google.com/p/spyderlib/issues/detail?id=1970
The text was updated successfully, but these errors were encountered: