X-Recipient: archive-cygwin@delorie.com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8F27A385840E
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
	s=default; t=1674560097;
	bh=Nh/gW5d73IiPh/1VWUfUurZ3wnCNrCEwYHRNnOK7zIE=;
	h=Date:Subject:To:References:In-Reply-To:List-Id:List-Unsubscribe:
	 List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:
	 From;
	b=NLflr3f8Q4AqMTg2yIKC2zi+SQpjlYrpZOFlen9j3NU9Wwnh+C6/Ga90QZn8vhgoT
	 PfdH8XKqsCRwn51aiP+s6Rnl/9K33B5VVFdW4zWAoc1/hvr0cwNA3Dq9mHhJoiMXVC
	 /MY5CzCfo6pYzvb4Cnsi+luIn7Mjo/RusUjzYnYI=
X-Original-To: cygwin@cygwin.com
Delivered-To: cygwin@cygwin.com
DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 655C23858D1E
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:content-language
 :references:to:subject:user-agent:mime-version:date:message-id
 :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
 bh=L8ggZ9oXGs0OuM3BUvaSnxn6yuvAo7ApuiRrg4uloic=;
 b=Cw7jYqZtp6WvoCg/moFosJH8kXcqBFykdk3TP3GXoMmYRKWxNOZEuqny5vwmsKs0mb
 p+pSvr9ghzjT+NizkISgGtBoUnypiOGUwn5PwuivoFqf8gxxN1Dl4zQC9ScewXGDN+1v
 kvuGoBRGLl2WG4XnQ+sZAG6Nz9kfVe9sNsM5Ec/b8dNxUk5bY2qtY4svTji03SnCEf3m
 0U8h8mDUsHNdmOYGKWUS7cqZUrpWAbm+wPiMR5ckGk74HTf9ufuVL5IwwhuxPFvdrn8B
 GpHjV7hTaIcVOstPjGpbhWCo8n0lI8HoEvdIYtnUIeGKd5wxgsf5vpFZiupmj3CFsZEW
 /2PQ==
X-Gm-Message-State: AFqh2kr/CGmCUrr4P9id5Hx1OC+39L+iwxXMVRuwIA10fxkuMeakjz1r
 b1eID+6FtdBdmUitETqEcIaxQmkXNZqZBw==
X-Google-Smtp-Source: AMrXdXvdhaZbyLKLbsS+dW05h+oLr7SPuD0xyk6kvMiKLAbVPNND2O2gR04N8KSOKBZHS0YZtygZmw==
X-Received: by 2002:a05:6000:a0a:b0:2be:5d57:ca19 with SMTP id
 co10-20020a0560000a0a00b002be5d57ca19mr13933667wrb.58.1674560079163; 
 Tue, 24 Jan 2023 03:34:39 -0800 (PST)
Message-ID: <a5be377b-cef3-93a9-a581-744492b5a5c3@gmail.com>
Date: Tue, 24 Jan 2023 12:34:38 +0100
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
 Thunderbird/102.6.1
Subject: Re: Qt5 for python3.9?
To: cygwin@cygwin.com
References: <f5bfsc1m3vr.fsf@ecclerig.inf.ed.ac.uk>
Content-Language: it
In-Reply-To: <f5bfsc1m3vr.fsf@ecclerig.inf.ed.ac.uk>
X-Spam-Status: No, score=-2.0 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.6
X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on
 server2.sourceware.org
X-BeenThere: cygwin@cygwin.com
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <https://cygwin.com/mailman/options/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-request@cygwin.com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=subscribe>
From: Marco Atzeri via Cygwin <cygwin@cygwin.com>
Reply-To: Marco Atzeri <marco.atzeri@gmail.com>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Errors-To: cygwin-bounces+archive-cygwin=delorie.com@cygwin.com
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie.com@cygwin.com>

On 23.01.2023 20:45, Henry S. Thompson via Cygwin wrote:
> The existing python3-pyqt5 package installs into the python3.6 tree,
> and doesn't work with python3.9.
> 
> Trying to install PyQt5 with pip3 also fails.
> 
> Has anyone got a working version of Qt+Python3.9 ?
> 
> Alternatively, has anyone got a working graphical backend for
> matplotlib + python3.9?
> 
> My Cygwin, python3.9 and pip are all up-to-date as of today.
> 
> Thanks,
> 
> ht

check

python39-pyqt5                             5.15.6-1
python39-pyqt5-devel                       5.15.6-1

-- 
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
