sip Module Wheels for Python v3.10b3 Available

Florian Bruhin me at the-compiler.org
Fri Jun 25 08:41:10 BST 2021


Hey,

On Sun, Jun 20, 2021 at 06:44:29PM +0100, Phil Thompson wrote:
> I have uploaded Python v3.10 wheels for the PyQt5.sip and PyQt6.sip modules
> to the local server. See...
> 
> https://www.riverbankcomputing.com/pypi/
> 
> These are built against v3.10b3 and I will update them as new releases are
> made.
> 
> The macOS wheels are universal (ie. should run on Intel and Apple Silicon)
> although this isn't much use until everything else is updated.

Could you perhaps upload the other wheels for sip there as well? Having
a single one there seems to prevent sip (or your package server?) from
passing the request through to PyPI, thus this failing on Python !=
3.10:

    $ pip install --index-url https://www.riverbankcomputing.com/pypi/simple/ --pre --upgrade PyQt5 PyQtWebEngine
    Looking in indexes: https://www.riverbankcomputing.com/pypi/simple/
    Collecting PyQt5
      Downloading https://www.riverbankcomputing.com/pypi/packages/PyQt5/PyQt5-5.15.5.dev2105211352-cp36.cp37.cp38.cp39-abi3-manylinux2014_x86_64.whl (8.3 MB)
    Collecting PyQtWebEngine
      Downloading https://www.riverbankcomputing.com/pypi/packages/PyQtWebEngine/PyQtWebEngine-5.15.5.dev2104051105-cp36.cp37.cp38.cp39-abi3-manylinux2014_x86_64.whl (229 kB)
    Collecting PyQt5-Qt5>=5.15.2
      Using cached PyQt5_Qt5-5.15.2-py3-none-manylinux2014_x86_64.whl (59.9 MB)
    ERROR: Could not find a version that satisfies the requirement PyQt5-sip<13,>=12.8 (from pyqt5) (from versions: none)

due to:

    Updating cache with response from "https://www.riverbankcomputing.com/pypi/simple/pyqt5-sip/"
      Skipping link: none of the wheel's tags (cp310-cp310-macosx_10_9_universal2) are compatible (run pip debug --verbose to show compatible tags): https://www.riverbankcomputing.com/pypi/packages/PyQt5-sip/PyQt5_sip-12.9.0-cp310-cp310-macosx_10_9_universal2.whl#md5=64ac05d7c99691bfb26bf653dc732af6 (from https://www.riverbankcomputing.com/pypi/simple/pyqt5-sip/)
      Skipping link: none of the wheel's tags (cp310-cp310-manylinux1_x86_64) are compatible (run pip debug --verbose to show compatible tags): https://www.riverbankcomputing.com/pypi/packages/PyQt5-sip/PyQt5_sip-12.9.0-cp310-cp310-manylinux1_x86_64.whl#md5=c66483a4912b8627eed4c3cab50b8360 (from https://www.riverbankcomputing.com/pypi/simple/pyqt5-sip/)
      Skipping link: none of the wheel's tags (cp310-cp310-win32) are compatible (run pip debug --verbose to show compatible tags): https://www.riverbankcomputing.com/pypi/packages/PyQt5-sip/PyQt5_sip-12.9.0-cp310-cp310-win32.whl#md5=8f166c355b3457ebe88f1cb05b8ffe46 (from https://www.riverbankcomputing.com/pypi/simple/pyqt5-sip/)
      Skipping link: none of the wheel's tags (cp310-cp310-win_amd64) are compatible (run pip debug --verbose to show compatible tags): https://www.riverbankcomputing.com/pypi/packages/PyQt5-sip/PyQt5_sip-12.9.0-cp310-cp310-win_amd64.whl#md5=ad0af425d48d448571b24e57bc636708 (from https://www.riverbankcomputing.com/pypi/simple/pyqt5-sip/)

Florian

-- 
            me at the-compiler.org | https://www.qutebrowser.org 
       https://bruhin.software/ | https://github.com/sponsors/The-Compiler/
       GPG: 916E B0C8 FD55 A072 | https://the-compiler.org/pubkey.asc
             I love long mails! | https://email.is-not-s.ms/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20210625/06207725/attachment.sig>


More information about the PyQt mailing list