OSError: Unsupported platform 'CYGWIN_NT-10.0-19044'
Jose Isaias Cabrera
jicman@outlook.com
Mon Feb 20 18:04:36 GMT 2023
Greetings.
Python 3 apparently does not support the python keyboard library in Cygwin:
$ python3
Python 3.9.10 (main, Jan 20 2022, 21:37:52)
[GCC 11.2.0] on cygwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import keyboard
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.9/site-packages/keyboard/__init__.py", line 128, in <module>
raise OSError("Unsupported platform '{}'".format(_platform.system()))
OSError: Unsupported platform 'CYGWIN_NT-10.0-19044'
>>>
Any ideas on how I can make this work? Thanks.
josé
More information about the Cygwin
mailing list