X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 230CD3858422 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1676965970; bh=bINptAksiSTs1r8HPa1W1IMwUoXZyhS9EVEtZeuvvC8=; h=References:In-Reply-To:Date:Subject:To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From:Reply-To:From; b=ykdquxzmE/9opWDKaiAVc8Npo6554ybSWRL5FdEe+0kURY9YmeKOHDIFaWBPQVf+I PgC0LBeWqFmcr9jmzUzv1u86U5FAzIUO0cgJIK7pNvBo3EUcnOPlim613MAmQFYrwY YJ1PUFE+y3Q9Fj3fT1RgQsREVT+74oBd+7EKYAzo= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 50DCC3858D1E X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=g4baleEEhUJfDxah6RKGm4YOGxlqBoY/65UmxL51X4w=; b=7720wQjA+qPBNgaPRNChz0z4aSkzaGIdCWSh6KAQUBzN/+gIVmYtl+7h0IwCj69H3a Wz4h5miz5d0a1YvSky6Ump1tuWWjrAewIUe+XR+GqWbrQs4J1PTvkgnCQkdhjfv8J6vy 2Nc2J+4PYTrzLUQ2swgKsd7bzYNBNwH7jK50UO/j0Kml2RJ5yZ3ijdXC7IudUjBGOz3G 6Q/nc90dTQEkgKQpU0qiiMsyU/CZNAMhwjmEo89xhYr5hUNooJ7tPqMWcAktN+leq9wO Pvflgwc2JLzAr5yBkhWujbmFVd4Una7zW/NPymd4IJgQsqn7BTHsy0zTF2uS/0x0KTUL Audw== X-Gm-Message-State: AO0yUKVwB2dz+5Pa6FKAlupJyBlYTGVndCanqGG6iuKhntLjgXOsw23S s0cg35ozQU8FV3E/UTIkMEmgBEYp0NwqDd833Qk= X-Google-Smtp-Source: AK7set/liEouHaJs52XODQ2WJ2EgSLgifF5Hpr5VcXM+tn1aeWwi8syBzc8H+Z+YQJofjoKmL5O7NChMDFRx04STVPM= X-Received: by 2002:a1f:9cc6:0:b0:3e8:551c:46f with SMTP id f189-20020a1f9cc6000000b003e8551c046fmr731318vke.19.1676965953695; Mon, 20 Feb 2023 23:52:33 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Date: Tue, 21 Feb 2023 08:52:20 +0100 Message-ID: Subject: Re: OSError: Unsupported platform 'CYGWIN_NT-10.0-19044' To: Jose Isaias Cabrera Cc: "cygwin AT cygwin DOT com" , Marco Atzeri X-Spam-Status: No, score=-0.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , From: Csaba Raduly via Cygwin Reply-To: Csaba Raduly Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Cygwin" 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) -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple