public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* OSError: Unsupported platform 'CYGWIN_NT-10.0-19044'
@ 2023-02-20 18:04 Jose Isaias Cabrera
  2023-02-20 18:57 ` Henry S. Thompson
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Jose Isaias Cabrera @ 2023-02-20 18:04 UTC (permalink / raw)
  To: Jim Garrison via Cygwin


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é

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2023-02-22 18:06 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-20 18:04 OSError: Unsupported platform 'CYGWIN_NT-10.0-19044' Jose Isaias Cabrera
2023-02-20 18:57 ` Henry S. Thompson
2023-02-20 20:17   ` Jose Isaias Cabrera
2023-02-20 20:48     ` Henry S. Thompson
2023-02-20 21:41       ` Jose Isaias Cabrera
2023-02-20 23:13         ` Eliot Moss
2023-02-20 18:58 ` Marco Atzeri
2023-02-20 19:31   ` Jose Isaias Cabrera
2023-02-21  7:52     ` Csaba Raduly
2023-02-21 20:03       ` Jose Isaias Cabrera
2023-02-21 20:52         ` Eliot Moss
2023-02-22 15:56           ` Brian Inglis
2023-02-22 16:54 ` Brian Inglis
2023-02-22 18:06   ` Jose Isaias Cabrera

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).