<div dir="ltr">Hello,<div><br></div><div>I recently wanted to install PyQt6 on Ubuntu 20.04, but was unable to do so. I received the following error:</div><div><br></div><div>~/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 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></div><div><br></div><div>Following along with the conversation at <a href="https://riverbankcomputing.com/pipermail/pyqt/2021-April/043775.html">https://riverbankcomputing.com/pipermail/pyqt/2021-April/043775.html</a>, I tried: </div><div><br></div><div>~/Desktop$ pip install --index-url <a href="https://www.riverbankcomputing.com/pypi/simple/">https://www.riverbankcomputing.com/pypi/simple/</a> --pre PyQt6<br>Looking in indexes: <a href="https://www.riverbankcomputing.com/pypi/simple/">https://www.riverbankcomputing.com/pypi/simple/</a><br>Collecting PyQt6<br>  Downloading <a href="https://www.riverbankcomputing.com/pypi/packages/PyQt6/PyQt6-6.2.4.dev2202261516-cp36-abi3-manylinux1_x86_64.whl">https://www.riverbankcomputing.com/pypi/packages/PyQt6/PyQt6-6.2.4.dev2202261516-cp36-abi3-manylinux1_x86_64.whl</a> (7.7 MB)<br>ERROR: Could not find a version that satisfies the requirement 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></div><div><br></div><div>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 <a href="https://pypi.org/simple/pyqt6-qt6/">https://pypi.org/simple/pyqt6-qt6/</a>?</div><div><br></div><div>Thanks!</div><div><br></div><div>Joshua Willman</div></div>