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

Sergey Kurdakov sergey.forum at gmail.com
Fri Jul 14 17:43:11 BST 2023


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/50bccd0e/attachment.htm>


More information about the PyQt mailing list