sip Module Wheels for Python v3.10b3 Available
Phil Thompson
phil at riverbankcomputing.com
Fri Jun 25 09:31:06 BST 2021
On 25/06/2021 08:41, Florian Bruhin wrote:
> 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
Done.
Phil
More information about the PyQt
mailing list