You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried this on windows 7 and it says no module named 'termios'.
Getting the same error while importing in seperate py file. Also cant install via pip when further researched it is found : no distribution available for windows
so for the time it is safe to say that this package is only linux supportive?
The text was updated successfully, but these errors were encountered:
Windows does not support the pty (pseudo-terminal manipulation tools) of Pyxtermjs, termios and fcntl.
Note :
It is possible to run Pyxtermjs on Windows, however this requires modifying the libraries and the python code of Pyxtermjs. At the moment there is no version of Pyxtermjs for Windows. However, I'm working on it on my PyxtermJS fork named Termsteel. I can't guarantee that the Pyxtermjs project will be around for a long time. I recommend you to use my fork, you will find a more recent version with a nice web interface.
To solve:
Install PyxtermJS on a Linux machine to fix your problem.
If you have no other choice but to use Windows, you can use WSL (requires Windows 10 Version 1903 or later, with Build 18362 or later with a machine supporting virtualization) or install Docker and install a Linux distribution on it
Tried this on windows 7 and it says no module named 'termios'.
Getting the same error while importing in seperate py file. Also cant install via pip when further researched it is found : no distribution available for windows
so for the time it is safe to say that this package is only linux supportive?
The text was updated successfully, but these errors were encountered: