Qt v6.2.0beta3 Wheels

Phil Thompson phil at riverbankcomputing.com
Thu Aug 26 15:19:36 BST 2021


On 26/08/2021 15:14, Florian Bruhin wrote:
> Hi,
> 
> On Fri, Aug 20, 2021 at 02:43:22PM +0100, Phil Thompson wrote:
>> 
>> On 20/08/2021 12:49, Florian Bruhin wrote:
>> > Hi,
>> >
>> > On Fri, Aug 20, 2021 at 09:18:08AM +0100, Phil Thompson wrote:
>> > > The current snapshots and Qt wheels have been updated for Qt
>> > > v6.2.0beta3.
>> >
>> > It looks like macOS support for QtWebEngine seems to have arrived with
>> > Beta 3? I can successfully build and run simplebrowser from the Qt
>> > online installer on macOS FWIW.
>> 
>> I overlooked this because of a bug in the installer. If you are 
>> selecting
>> individual additional libraries then WebEngine (on macOS) is only 
>> installed
>> if it is deselected.
>> 
>> > Do you have a rough timeline for a PyQt6WebEngine based on that? :)
>> 
>> Certainly by the end of next week.
> 
> I noticed a pyqt6-webengine popped up here:
> https://riverbankcomputing.com/pypi/simple/pyqt6-webengine/
> 
> However I can't install it, due to a very similar issue like discussed
> back in April in the "Missing PyQt6-Qt6 6.1" thread:
> https://www.riverbankcomputing.com/pipermail/pyqt/2021-April/043769.html
> 
>     $ pip install --index-url
> https://riverbankcomputing.com/pypi/simple/ --pre --upgrade
> pyqt6-webengine
>     [...]
>       Downloading
> https://riverbankcomputing.com/pypi/packages/PyQt6-WebEngine/PyQt6_WebEngine-6.2.0.dev2108251208-cp36.cp37.cp38.cp39.cp310-abi3-manylinux_2_28_x86_64.whl
> (245 kB)
>     [...]
>     ERROR: Could not find a version that satisfies the requirement
> PyQt6>=6.2.0 (from pyqt6-webengine) (from versions:
> 6.2.0.dev2108221414)
>     ERROR: No matching distribution found for PyQt6>=6.2.0
> 
> Apologies if you're already aware, and that's why you didn't announce 
> it
> yet. I just noticed it was there and got curious :)

When installing from the local server don't rely on the dependencies 
being resolved automatically. Instead install them explicitly, including 
pyqt6-webengine-qt6.

Phil


More information about the PyQt mailing list