Skip to content
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

Modules missing in dependencies. #178

Open
taitep opened this issue Sep 5, 2023 · 4 comments
Open

Modules missing in dependencies. #178

taitep opened this issue Sep 5, 2023 · 4 comments

Comments

@taitep
Copy link

taitep commented Sep 5, 2023

When i try to run the demo from the readme, it tells me that the library tries to perform from termios import *, but termios does not exist. I am on windows 10 and python 3.11. Issue does not occur in WSL.

@hurusawakei
Copy link

I also have the same problem

@taitep
Copy link
Author

taitep commented Feb 1, 2024

termios does not work on windows...

@taitep
Copy link
Author

taitep commented Feb 1, 2024

probably in linux/mac python standard library like curses. WSL is linux so it works in there.

@merriam
Copy link

merriam commented May 22, 2024

Windows is its on beast, particularly for input. It uses msvcrt which has its own subtle issues.

Curtsies does not support Windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants