Building PyQt5-5-15.9.tar.gz with python 3.10

Sergey Kurdakov sergey.forum at gmail.com
Fri Jul 14 18:24:52 BST 2023


Hello,

ok, I resolved somehow, just manually extracted PyQt5 folder from 3.7
package whl into python site-packages and it runs ok with python 3.10

Regards
Sergey

On Fri, Jul 14, 2023 at 7:43 PM Sergey Kurdakov <sergey.forum at gmail.com>
wrote:

> Hello,
>
> so I wanted to try PyQt5, since I have python 3.10 I looked for whl
> packages,
> which were absent, only for python 3.7
>
> OK, then I could build the package by myself?
> python -m pip install PyQt5-5-15.9.tar.gz
>
> I installed sip 6.7.9 and also tried sip 6.7.10.dev
> I get ModuleNotFoundError: No module named 'sipbuild'
>
> I tried to extended my PYTHONPATH to include path to sipbuild in
> site-packages
> (C:\Python310\Lib\site-packages;C:\Python310\Lib\site-packages\sipbuild)
> but it does not help
>
> however if I launch python shell I could import sipbuild
>
> Is there any hope to build PyQt5 on python 3.10?
>
> Regards
> Sergey
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20230714/4227a953/attachment-0001.htm>


More information about the PyQt mailing list