From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x434.google.com (mail-wr1-x434.google.com [IPv6:2a00:1450:4864:20::434]) by sourceware.org (Postfix) with ESMTPS id 816B7384FB53 for ; Mon, 20 Feb 2023 18:58:25 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 816B7384FB53 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-wr1-x434.google.com with SMTP id v3so2131141wrp.2 for ; Mon, 20 Feb 2023 10:58:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=LheB+mlVD2JL+QP0RfQuqSKhHy6bxbEMl9TCB4D4S5s=; b=Fm+v9Ws5w+CTMoij/Hz+5RaSjsqKRx8eTkHeiJyvfo8z+O99+lrYBuTRzsdFcuEnvB WXbSef629TAoFjvOXMlJyE8VbadnXriaRo7WtkqWG6ti73c+p/VuhDX/me5BNHYRnns+ tAraDUo9XkYhz3C8F1k/BWaxTsHr8eK1xnpNiu9ZjYHdt5Hvk6OrYrBFdVO/C/TrE2uU bAkmmyLo0eAC/jZtnv/t8Ojth3PbxVlZEpuaJsTwJvtzA61cSFXLo1MEP5/AC7CNcKV7 I4dsoY6vUssOhbqglQ2v9UlkLJZfQFW8mZ6r5sxy/pZdK+sna1hxr2FOs5qv0n/dpmG1 UWSw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=LheB+mlVD2JL+QP0RfQuqSKhHy6bxbEMl9TCB4D4S5s=; b=nKnYe6SO9zbvkUKi42cuCXU5xijlMb98hPvtyySVkbPrtA6RYzwiElUkLp16+Ch6M5 ItWxBePOiYGlt4P6SgS/GT7kcU5VCWNMquvW9dFQnlI6roEz945T/NOuv5uBZn0fCQb4 amPzZwkX4b1AUwqsjTN6aMwTADrI/fxTDMLxZFA6QrQYotZwODDkypZFrhp0EEV9m4tL jR0kft6CcCRycj54Or03M78S59DgukfXy7CHxhA7RGNxnBnyfIgQxVHU2pAatVTH4bqP 5tgLchzDAihttvj5J/QaVpeuav/auBoLUNUxjT5D0xWdc72aqtIdDsuCCMUE8ykOL2qr +H4Q== X-Gm-Message-State: AO0yUKVTf/n4Ad9rXyKbiYASUtYivSiDS8sy3f2gapozM5gQlAM50/2r 2im+Lpw8Gb6O82qghTa5YCXytWk6pAQ= X-Google-Smtp-Source: AK7set86Pu318pgA4C1DeMM5DqTxAiltlSF8HWL0fe9y2ZgQbuoarxdH0zl4nd2QUXTpgPIIr54+aA== X-Received: by 2002:adf:e505:0:b0:2c5:56ab:ee5b with SMTP id j5-20020adfe505000000b002c556abee5bmr2109029wrm.48.1676919504058; Mon, 20 Feb 2023 10:58:24 -0800 (PST) Received: from ?IPV6:2001:a61:12a9:1801:9079:9b74:da35:1421? ([2001:a61:12a9:1801:9079:9b74:da35:1421]) by smtp.gmail.com with ESMTPSA id n9-20020a5d4c49000000b002c54536c662sm2176681wrt.34.2023.02.20.10.58.23 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 20 Feb 2023 10:58:23 -0800 (PST) Message-ID: Date: Mon, 20 Feb 2023 19:58:23 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.7.2 Subject: Re: OSError: Unsupported platform 'CYGWIN_NT-10.0-19044' Content-Language: it To: cygwin@cygwin.com References: From: Marco Atzeri In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-1.4 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,KAM_SHORT,NICE_REPLY_A,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 List-Id: On 20.02.2023 19:04, Jose Isaias Cabrera via Cygwin wrote: > > 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 "", line 1, in >   File "/usr/local/lib/python3.9/site-packages/keyboard/__init__.py", line 128, in ^^^^ it is your own build >     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é > I assume you are installing https://pypi.org/project/keyboard/ 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 Regards Marco