-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please indicate that Windows is not supported #376
base: main
Are you sure you want to change the base?
Conversation
https://en.wikipedia.org/wiki/Windows_Terminal claims that Windows Terminal (the new one, not the old "Command Prompt" thing) supports ANSI sequences now, so that might actually work. Could you try? |
I think it also works under WSL. |
Upgraded to Windows 10 1909 and installed Windows_Terminal. Same error:
I notice now that For kicks I tried it with Python 3.4:
|
Thanks for trying and relaying the results. Could you try the curses display? (Edit The 3.x version specifics are outdated nonsense. I routinely use pudb with 3.7 and 3.8. 411614c gets rid of them. |
I would also note here that the issue is with the |
No go with the
|
Does
|
As far as I know, I'm using the preview terminal: No go on the
|
According to https://docs.python.org/3/howto/curses.html, the Windows build of Python doesn't include curses. It suggests you could use https://pypi.org/project/UniCurses/ instead. |
UniCurses fails to install through Reviews match my experience.
|
According to #257, Windows is not supported. I had mistakenly assumed it was since I saw Azure and DOS references. It doesn't seem like system requirements are indicated anywhere on the README.
I put a mention under "Features" for lack of a better place.
Respectfully,
Matt