<div dir="ltr">Hi guys,<div><br></div><div>I wanted to run a very old pyqt5 project and after installing all deps and latest PyQt5==5.15.7 I've realized at that time I was having some .bat files that'd compile resources like:</div><div><br></div><div>pyqrc --include-files=*.png images > resources.qrc<br>pyrcc5 -o resources.py resources.qrc<br></div><div><br></div><div>When I've installed all the requirements of that project on a win10/virtualenv using Python 3.10.1  on win32 I've realized these qt tools (pyqrc/pyrcc5) are not shipped with pyqt5 anymore.</div><div><br></div><div>So, could anyone please give me advice? I've tried unsuccessfully using pyqt5-tools, crash below:</div><div><br></div><div>----------</div><div>$ pip install pyqt5-tools<br>Collecting pyqt5-tools<br>  Using cached pyqt5_tools-5.15.4.3.2-py3-none-any.whl (29 kB)<br>Collecting pyqt5==5.15.4<br>  Using cached PyQt5-5.15.4.tar.gz (3.3 MB)<br>  Installing build dependencies ... done<br>  Getting requirements to build wheel ... done<br>  Preparing metadata (pyproject.toml) ... error<br>  error: subprocess-exited-with-error<br><br>  × Preparing metadata (pyproject.toml) did not run successfully.<br>  │ exit code: 1<br>  ╰─> [29 lines of output]<br>      Traceback (most recent call last):<br>        File "D:\sources\personal\python\bpl\venv\lib\site-packages\pip\_vendor\pep517\in_process\_in_process.py", line 156, in prepare_metadata_for_build_wheel<br>          hook = backend.prepare_metadata_for_build_wheel<br>      AttributeError: module 'sipbuild.api' has no attribute 'prepare_metadata_for_build_wheel'<br><br>      During handling of the above exception, another exception occurred:<br></div><div>-------------</div><div><br></div><div>Could anyone please give me advice where to find these tools?</div></div>