TLS issue with PyQt6-Qt6 6.5.0 wheels on Debian Bullseye

Phil Thompson phil at riverbankcomputing.com
Wed Apr 19 21:52:58 BST 2023


On 17/04/2023 09:31, Detlev Offenbach wrote:
> Hi Phil,
> 
> I am using PyQt6 on Debian Bullseye installed via PyPI in a virtual
> environment. With PyQt 6.5.0 and its associated wheel PyQt6-Qt6 I am
> not able to use TLS. I think the issue is that starting with Qt 6.5 it
> is compiled against libssl 3.x while in the past it was compiled
> against libssl 1.x. Can this be made independent of the system wide
> installation by compiling the ...-Qt6 wheel against the Qt internal
> SSL library?

I don't compile Qt - the Qt6 wheels are just a repackaging of a subset 
of the installation created by the online installer.

Phil


More information about the PyQt mailing list