X-Recipient: archive-cygwin AT delorie DOT com X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org E35A93858432 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:date:mime-version:user-agent:subject:content-language:to :references:from:in-reply-to:content-transfer-encoding; bh=IA7JUmBUqyjhIEuES/xiC5kmfMnongRdLJ3ulWUPJZA=; b=cSz+c7uhz0e1MHKzrSktTtwcg3aRSKBiVdkAIuza95XW3OLVG3eORZzPy8Q4H4dUHC sgmUJfIm6yjyQS/+YuMVLAfKdogvmXRXCJhTkEizT1NzTsU8PbS6RQQvQxdbvyq4q/F8 bPhRDwcfXT+y9uhfYPZlfyNdsmSMcpHSy0gICdw7uA9+SdUY50h13Vv3cYznfxM/f6Ai +cncyyVbyzXpMPZUh2qq5/UWrbH7l25/FmEaQpVJQyxK3+xvOnv5cTHCsX3sjwEFDvuY 81jouMwy7iHdKU5eceUmQf7JErZK3rmia79hMuSj/ZNtA09pe3hS0GWxU+Dpzh2yOnI/ 8BDA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:references:from:in-reply-to :content-transfer-encoding; bh=IA7JUmBUqyjhIEuES/xiC5kmfMnongRdLJ3ulWUPJZA=; b=5MqsAV2di5alfAALLDq3HtW0ecXLiaMu/ujqxhy7Q9iccFFHYuSQljYKWieOTD0n1E Vz3Q6bED8Mvpg6yeKXgPalN2ICg8oVENOqlOjIJnbE1V11+bTZEowKKjKDyt9J538yE9 vW4u4Ljzh5ITsO5GJccfkFa29utG+JeQeR5fFTlu/yOmYyAR5fPES7bxHIyGYTBZ1UEh Xr2Kix6Rj3Ldlf2Wh9mGJF9LlYVCHCmX47/TmjniKDYsOTg/1FzpXZ4Rf5aa1YqjgvUx WE2pRSq1gWLSK55BgWwKlIFjJdjETYkEqty2Ts2ByMsFVrbJ27mi3MR9NUYkZBGt4dNG zl6g== X-Gm-Message-State: AOAM530JTN9s0jTyVtEl9Ht8v2TQFrqdEAhC+ezOASLRcw3De9bn5t+e cnqkZ48U6UeX3bdLsLTffIZf4izGjiI= X-Google-Smtp-Source: ABdhPJzkg3arhcIPRyxbzDxcx2XCoU+/yObSnKpv8G69geNuK9F8oY8/dsaQ2RpUDvstTbK+ztqUOQ== X-Received: by 2002:a05:600c:2059:: with SMTP id p25mr2741848wmg.151.1640093172844; Tue, 21 Dec 2021 05:26:12 -0800 (PST) Message-ID: <67c4a4f1-3189-e85a-0719-c05a1096a0d6@gmail.com> Date: Tue, 21 Dec 2021 14:26:11 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.4.1 Subject: Re: python3.9 failing? Content-Language: it To: cygwin AT cygwin DOT com References: From: Marco Atzeri In-Reply-To: X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" On 21.12.2021 14:12, Henry S. Thompson wrote: > Sometime recently python3 stopped working, I suspect when it became > patched through to python3.9. > > Cygcheck output attached. > > Here's some evidence from the command line... > >: python3.9 > >: echo $? > 127 Can you try $ cygcheck /usr/bin/python3.9.exe D:\cygwin64\bin\python3.9.exe D:\cygwin64\bin\cygwin1.dll C:\WINDOWS\system32\KERNEL32.dll C:\WINDOWS\system32\ntdll.dll C:\WINDOWS\system32\KERNELBASE.dll D:\cygwin64\bin\libpython3.9.dll D:\cygwin64\bin\cygintl-8.dll D:\cygwin64\bin\cygiconv-2.dll Of course on my system the 3.9 is working fine as also alternatives $ python3.9 --version Python 3.9.9 Without Python 3.9 installed python3 should link by default to the next in the line (likely 3.8) $ alternatives --display python3 python3 - status is auto. link currently points to /usr/bin/python3.9 /usr/bin/python3.6 - priority 36 /usr/bin/python3.7 - priority 37 /usr/bin/python3.8 - priority 38 /usr/bin/python3.9 - priority 39 Current `best' version is /usr/bin/python3.9. Regards Marco -- 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