Missing PyQt6-Qt6>=6.2.3 on Ubuntu

Phil Thompson phil at riverbankcomputing.com
Tue Mar 15 10:18:01 GMT 2022


On 15/03/2022 09:32, Joshua Willman wrote:
> Hello,
> 
> I recently wanted to install PyQt6 on Ubuntu 20.04, but was unable to 
> do
> so. I received the following error:
> 
> ~/Desktop$ python -m pip install PyQt6
> Collecting PyQt6
>   Downloading PyQt6-6.2.3-cp36-abi3-manylinux1_x86_64.whl (7.7 MB)
> ERROR: Could not find a version that satisfies the requirement
> PyQt6-Qt6>=6.2.3 (from PyQt6) (from versions: none)
> ERROR: No matching distribution found for PyQt6-Qt6>=6.2.3 (from PyQt6)
> ~/Desktop$ pip install PyQt6
> Collecting PyQt6
>   Using cached PyQt6-6.2.3-cp36-abi3-manylinux1_x86_64.whl (7.7 MB)
> Collecting PyQt6-sip<14,>=13.2
>   Downloading PyQt6_sip-13.2.1-cp38-cp38-manylinux1_x86_64.whl (310 kB)
> 
> Following along with the conversation at
> https://riverbankcomputing.com/pipermail/pyqt/2021-April/043775.html, I
> tried:
> 
> ~/Desktop$ pip install --index-url
> https://www.riverbankcomputing.com/pypi/simple/ --pre PyQt6
> Looking in indexes: https://www.riverbankcomputing.com/pypi/simple/
> Collecting PyQt6
>   Downloading
> https://www.riverbankcomputing.com/pypi/packages/PyQt6/PyQt6-6.2.4.dev2202261516-cp36-abi3-manylinux1_x86_64.whl
> (7.7 MB)
> ERROR: Could not find a version that satisfies the requirement
> PyQt6-Qt6>=6.2.3 (from PyQt6) (from versions: none)
> ERROR: No matching distribution found for PyQt6-Qt6>=6.2.3 (from PyQt6)
> 
> I received the same error. It appears as if I am trying to install 
> PyQt6
> version 6.2.4. Is there any way to specify and install the latest wheel
> from https://pypi.org/simple/pyqt6-qt6/?
> 
> Thanks!
> 
> Joshua Willman

Problems like that are usually caused by an old version of pip.

Phil


More information about the PyQt mailing list