OSError: Unsupported platform 'CYGWIN_NT-10.0-19044'
Jose Isaias Cabrera
jicman@outlook.com
Mon Feb 20 19:31:58 GMT 2023
On Monday, February 20, 2023 01:58 PM, Marco expressed:
> > 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>
> ^^^^
> it is your own build
Well, this is not part of Cygwin Setup python3's library. So, I installed it using pip3:
$ ls *.whl
keyboard-0.13.5-py3-none-any.whl*
$ pip3 install keyboard-0.13.5-py3-none-any.whl
>
> I assume you are installing
> https://pypi.org/project/keyboard/
Yes.
> and it seems requires dedicated HDW interfaces
> "Works with Windows and Linux (requires sudo), with experimental OS X
> support"
>
> So you are on your own
It says it works with Windows, why am I on my own? It should work.
More information about the Cygwin
mailing list