anaconda
anaconda copied to clipboard
[community] Code fails when asking for user input
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?
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.
One could run a build in a Sublime text View and redirect all user-input to the process's stdin
.
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.
up -> input() not working with sublime text anaconda (build = python 3.5)
I just came hoping anaconda had a solution for accepting input in sublime..