<div dir="ltr"><div>That solved my problem. I simply upgraded pip to the latest version. </div><div><br></div><div>Thank you, Phil.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Mar 15, 2022 at 3:18 AM Phil Thompson <<a href="mailto:phil@riverbankcomputing.com">phil@riverbankcomputing.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 15/03/2022 09:32, Joshua Willman wrote:<br>
> Hello,<br>
> <br>
> I recently wanted to install PyQt6 on Ubuntu 20.04, but was unable to <br>
> do<br>
> so. I received the following error:<br>
> <br>
> ~/Desktop$ python -m pip install PyQt6<br>
> Collecting PyQt6<br>
>   Downloading PyQt6-6.2.3-cp36-abi3-manylinux1_x86_64.whl (7.7 MB)<br>
> ERROR: Could not find a version that satisfies the requirement<br>
> PyQt6-Qt6>=6.2.3 (from PyQt6) (from versions: none)<br>
> ERROR: No matching distribution found for PyQt6-Qt6>=6.2.3 (from PyQt6)<br>
> ~/Desktop$ pip install PyQt6<br>
> Collecting PyQt6<br>
>   Using cached PyQt6-6.2.3-cp36-abi3-manylinux1_x86_64.whl (7.7 MB)<br>
> Collecting PyQt6-sip<14,>=13.2<br>
>   Downloading PyQt6_sip-13.2.1-cp38-cp38-manylinux1_x86_64.whl (310 kB)<br>
> <br>
> Following along with the conversation at<br>
> <a href="https://riverbankcomputing.com/pipermail/pyqt/2021-April/043775.html" rel="noreferrer" target="_blank">https://riverbankcomputing.com/pipermail/pyqt/2021-April/043775.html</a>, I<br>
> tried:<br>
> <br>
> ~/Desktop$ pip install --index-url<br>
> <a href="https://www.riverbankcomputing.com/pypi/simple/" rel="noreferrer" target="_blank">https://www.riverbankcomputing.com/pypi/simple/</a> --pre PyQt6<br>
> Looking in indexes: <a href="https://www.riverbankcomputing.com/pypi/simple/" rel="noreferrer" target="_blank">https://www.riverbankcomputing.com/pypi/simple/</a><br>
> Collecting PyQt6<br>
>   Downloading<br>
> <a href="https://www.riverbankcomputing.com/pypi/packages/PyQt6/PyQt6-6.2.4.dev2202261516-cp36-abi3-manylinux1_x86_64.whl" rel="noreferrer" target="_blank">https://www.riverbankcomputing.com/pypi/packages/PyQt6/PyQt6-6.2.4.dev2202261516-cp36-abi3-manylinux1_x86_64.whl</a><br>
> (7.7 MB)<br>
> ERROR: Could not find a version that satisfies the requirement<br>
> PyQt6-Qt6>=6.2.3 (from PyQt6) (from versions: none)<br>
> ERROR: No matching distribution found for PyQt6-Qt6>=6.2.3 (from PyQt6)<br>
> <br>
> I received the same error. It appears as if I am trying to install <br>
> PyQt6<br>
> version 6.2.4. Is there any way to specify and install the latest wheel<br>
> from <a href="https://pypi.org/simple/pyqt6-qt6/" rel="noreferrer" target="_blank">https://pypi.org/simple/pyqt6-qt6/</a>?<br>
> <br>
> Thanks!<br>
> <br>
> Joshua Willman<br>
<br>
Problems like that are usually caused by an old version of pip.<br>
<br>
Phil<br>
</blockquote></div>