OSError: Unsupported platform 'CYGWIN_NT-10.0-19044'

Csaba Raduly rcsaba@gmail.com
Tue Feb 21 07:52:20 GMT 2023


On Mon, 20 Feb 2023 at 20:32, Jose Isaias Cabrera via Cygwin wrote:
>
> It says it works with Windows, why am I on my own?  It should work.
>

Because you're not on Windows. You're on Cygwin, which acts as a POSIX
(Unix-like) system.

If you want Python *on Windows*, start here:
https://www.python.org/downloads/windows/

Csaba
-- 
You can get very substantial performance improvements
by not doing the right thing. - Scott Meyers, An Effective C++11/14 Sampler
So if you're looking for a completely portable, 100% standards-conformant way
to get the wrong information: this is what you want. - Scott Meyers (C++TDaWYK)


More information about the Cygwin mailing list