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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: