Pycharm iPython控制台无法与远程主机一起使用

时间:2016-10-26 10:16:21

标签: python console ipython pycharm

我在Win10上设置了PyCharm 2016.2.3,以便与远程Ubuntu 16.04服务器配合使用。一切都很好 - 运行,调试,甚至X11转发(使用Putty)。

但是,我无法运行远程iPython控制台(如果在“设置”中禁用了iPython,常规控制台正常工作)。

我收到以下错误消息:

Error:Console process terminated with error:
...
File "/usr/local/lib/python3.5/dist-packages/prompt_toolkit/interface.py", line 81, in __init__
self.input = input or StdinInput(sys.stdin)
File "/usr/local/lib/python3.5/dist-packages/prompt_toolkit/input.py", line 67, in __init__
assert self.stdin.isatty()
AssertionError

在服务器上,我使用iPython(5.1.0)运行Python 3.5

感谢您的任何建议!

1 个答案:

答案 0 :(得分:0)

补丁已发布(https://youtrack.jetbrains.com/issue/PY-20732),将在最新的PyCharm版本中修复。