awslabs / aws-shell

An integrated shell for working with the AWS CLI.
Apache License 2.0
7.15k stars 770 forks source link

No Windows console found #169

Closed ruicovelo closed 6 years ago

ruicovelo commented 7 years ago

I am trying to run aws-shell on a Windows 10 box. I'm getting "No Windows console found. Are you running cmd.exe?". And yes, I am running cmd.exe. stack.txt

donnemartin commented 7 years ago

Hi @ruicovelo, thanks for the report. I'm not able to reproduce, but I'll add some info here that might help us with investigating.

This issue might be related: https://github.com/jonathanslenders/python-prompt-toolkit/issues/406

A recent commit in the prompt-toolkit project seems to fix the NoConsoleScreenBufferError issue: https://github.com/jonathanslenders/python-prompt-toolkit/commit/d5d9e296cdd3e2b1e8126f6307a7c09d0bdcdd3a

joguSD commented 6 years ago

I don't have a Windows 10 box to test this out. Could you try an updated version of prompt-toolkit and see if you're still having an issue?

joguSD commented 6 years ago

@ruicovelo I tried using a 64bit version of Python 3.4 on a fresh install of Windows 10 and wasn't able to reproduce this error. I'm going to close this issue for now, but feel free to reopen it if you're still having issues.