Skip to content
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

Closed
spyder-bot opened this issue Feb 17, 2015 · 14 comments

Comments

@spyder-bot
Copy link
Collaborator

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

@spyder-bot
Copy link
Collaborator Author

From sylvain....@gmail.com on 2014-09-17T12:26:40Z

It is a known bug in IPython. ipython/ipython#5139

@spyder-bot
Copy link
Collaborator Author

From sylvain....@gmail.com on 2014-09-17T12:36:50Z

We could implement a workaround (like giving up after some timeout), any clue?

@spyder-bot
Copy link
Collaborator Author

From sylvain....@gmail.com on 2014-09-17T12:54:51Z

Moved the issue to pyzmq actually zeromq/pyzmq#589

@spyder-bot
Copy link
Collaborator Author

From ccordoba12 on 2014-09-20T16:13:34Z

Yes, please try to implement a workaround because the situation is terrible right now.

@spyder-bot
Copy link
Collaborator Author

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.

@spyder-bot
Copy link
Collaborator Author

From ccordoba12 on 2014-10-31T15:07:53Z

Labels: -MS-v2.3.2 MS-v2.3.3

@spyder-bot
Copy link
Collaborator Author

From ccordoba12 on 2014-11-09T15:35:54Z

Labels: -Priority-High -MS-v2.3.3 Priority-Critical MS-v2.3.2

@spyder-bot
Copy link
Collaborator Author

From pauldur...@gmail.com on 2014-11-20T11:05:31Z

Is this the last of the issues before the 2.3.2 release?

@spyder-bot
Copy link
Collaborator Author

From sylvain....@gmail.com on 2014-11-20T11:08:10Z

Yes there is a pr open with a fix.

@spyder-bot
Copy link
Collaborator Author

From pauldur...@gmail.com on 2014-11-20T11:11:49Z

Great, looking forward to seeing 2.3.2!

@spyder-bot
Copy link
Collaborator Author

From ccordoba12 on 2014-11-21T13:50:05Z

This issue was closed by revision 1c9f0c81b5bf .

Status: Fixed

@spyder-bot
Copy link
Collaborator Author

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 python bootstrap.py on a Windows 7 machine due to ImportError on pexpect.

@spyder-bot
Copy link
Collaborator Author

From sylvain....@gmail.com on 2014-11-24T17:05:49Z

@-caleb thanks for reporting. We have another pr open fixing that issue. S.

@spyder-bot
Copy link
Collaborator Author

From caleb.ha...@gmail.com on 2014-11-24T17:19:52Z

Ok no worries. I found this by searching for the commit hash :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant