anaconda icon indicating copy to clipboard operation
anaconda copied to clipboard

[community] Code fails when asking for user input

Open austinmcconnell opened this issue 10 years ago • 5 comments

When I try to build/run any python 3 code that asks for user input (using input() function), the code fails with the error "EOFError: EOF when reading a line".

Is it possible to get user input via Anaconda?

austinmcconnell avatar Aug 18 '14 01:08 austinmcconnell

It will be possible to totally supplant the native Sublime Text 3 build system and offer support for input but that is a huge task and a bit intrusive. Let's maintain this issue open to see what the community thinks about this.

DamnWidget avatar Aug 18 '14 08:08 DamnWidget

One could run a build in a Sublime text View and redirect all user-input to the process's stdin.

pradyunsg avatar Oct 17 '14 18:10 pradyunsg

I just ran into this error while coding a CLI program. Can't really continue using Anaconda to build in ST3 unless user input works.

jkw avatar May 16 '15 11:05 jkw

up -> input() not working with sublime text anaconda (build = python 3.5)

Teva avatar Apr 20 '16 08:04 Teva

I just came hoping anaconda had a solution for accepting input in sublime..

hdsheena avatar Sep 02 '19 20:09 hdsheena