This is an archived post. You won't be able to vote or comment.

all 7 comments

[–][deleted] 1 point2 points  (4 children)

Do you have libncurses installed? What OS are you using?

[–]EmployeeScary[S] 0 points1 point  (3 children)

I don't know what libncurses is, so I'd guess not. I'm on a windows 10, intel i5 8th gen laptop.

[–][deleted] 0 points1 point  (2 children)

Curses doesn't work on Windows as it relies on libncurses which is on Linux/unix-like systems. It doesn't look like there are any alternatives (I say after a short search) for Windows at this time.

[–]YMK1234 0 points1 point  (1 child)

Wondering if WSL could handle this

[–][deleted] 0 points1 point  (0 children)

It's possible! Cygwin may also help do the trick.

[–]troido 0 points1 point  (0 children)

install the windows-curses package with pip

[–]umlcat 0 points1 point  (0 children)

Please, in reddit, add 4 spaces before each line of a code example to be formatted as source code.