我在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
感谢您的任何建议!