[GH-ISSUE #90] About ModuleNotFoundError in windows #30

Open
opened 2026-03-03 01:21:16 +03:00 by kerem · 2 comments
Owner

Originally created by @MoonTracer732 on GitHub (Sep 4, 2021).
Original GitHub issue: https://github.com/cs01/termpair/issues/90

When I'm using this project in windows ,I found that it cannot work because of there is no module "termios" supported in Windows and I have no idea on how to fix the problem. Is there anyone can make a fix on Windows? It's really helpful on changing it to useful on Windows.Thanks!!!

Originally created by @MoonTracer732 on GitHub (Sep 4, 2021). Original GitHub issue: https://github.com/cs01/termpair/issues/90 When I'm using this project in windows ,I found that it cannot work because of there is no module "termios" supported in Windows and I have no idea on how to fix the problem. Is there anyone can make a fix on Windows? It's really helpful on changing it to useful on Windows.Thanks!!!
Author
Owner

@cs01 commented on GitHub (Sep 5, 2021):

This is something the Python language itself needs to address. https://bugs.python.org/issue41663

If I had written the terminal client in node instead of python, it would work fine with the node-pty package. Unfortunately I chose Python.

<!-- gh-comment-id:913095490 --> @cs01 commented on GitHub (Sep 5, 2021): This is something the Python language itself needs to address. https://bugs.python.org/issue41663 If I had written the terminal client in node instead of python, it would work fine with the [`node-pty`](https://www.npmjs.com/package/node-pty?activeTab=readme) package. Unfortunately I chose Python.
Author
Owner

@cs01 commented on GitHub (Sep 5, 2021):

I just found https://pypi.org/project/pywinpty/, which might work. PRs welcome.

<!-- gh-comment-id:913095669 --> @cs01 commented on GitHub (Sep 5, 2021): I just found https://pypi.org/project/pywinpty/, which might work. PRs welcome.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/termpair#30
No description provided.