Can't install PyQt6 on Ubuntu 20.04
RedHuli
redhuli.comments at gmail.com
Sat Jun 11 07:49:15 BST 2022
Hi Andy,
Similar issue I had when trying to install PyQt6 on Ubuntu 20.04 to
https://www.riverbankcomputing.com/pipermail/pyqt/2022-March/044525.html.
Try upgrading pip and see if that solves the problem.
Best,
Joshua Willman
On Fri, Jun 10, 2022 at 5:35 AM 翁詠山 <andyueng at gmail.com> wrote:
> Hi all,
>
> I try to install PyQt6 on Ubuntu 20.04 with the following command.
> pip3 install PyQt6
>
> But failed to install PyQt6 with the following error messages.
> Collecting PyQt6
> Downloading PyQt6-6.3.0-cp37-abi3-manylinux1_x86_64.whl (7.8 MB)
> |████████████████████████████████| 7.8 MB 352 kB/s
> Collecting PyQt6-sip<14,>=13.2
> Downloading PyQt6_sip-13.3.1-cp38-cp38-manylinux1_x86_64.whl (309 kB)
> |████████████████████████████████| 309 kB 4.0 MB/s
> ERROR: Could not find a version that satisfies the requirement
> PyQt6-Qt6>=6.3.0 (from PyQt6) (from versions: none)
> ERROR: No matching distribution found for PyQt6-Qt6>=6.3.0 (from PyQt6)
>
> Best regards,
>
> Andy
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20220610/8073b176/attachment.htm>
More information about the PyQt
mailing list