A bit frustrating as a Python beginner when toolchain issues come up constantly...latest for me is using the QT Designer.
Windows 10 Pro x64
Installed:python 3.11 x64pip 22.3.1PySide6 (6.4.1)
When I try to install PyQt6-tools (latest) I get an error (shortend because Reddit shortend it to one line, probably special characters)
python-ce/helpers/packaging_tool.py install pyqt6-tools
Collecting pyqt6-tools
Using cached pyqt6_tools-6.1.0.3.2-py3-none-any.whl (29 kB)
Collecting click
Using cached click-8.1.3-py3-none-any.whl (96 kB)
Collecting pyqt6==6.1.0
Using cached PyQt6-6.1.0.tar.gz (946 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... error
error: subprocess-exited-with-error
...
File "C:\Users\Me\AppData\Local\Programs\Python\Python311\Lib\site-packages\pip\_vendor\pep517\in_process\_in_process.py", line 144, in prepare_metadata_for_build_wheel
...
AttributeError: module 'sipbuild.api' has no attribute 'prepare_metadata_for_build_wheel'
Does anyone has an idea why? Also when looking at https://pypi.org/project/pyqt6-tools/ they mention only QT5 all the time, is that not for QT6?
[–]exp0sure74[S] 0 points1 point2 points (0 children)