我找到bindings/QtDesigner
目录,但里面有所有.sip
文件。
在 pypi 的软件包网站上,它说
该
sip-install
工具还将安装 sdist 包中的绑定,但允许您配置安装的许多方面。
sip-install
需要一个名为 的文件pyproject.toml
,但只有一个QtDesigner.toml
,如果我只是将其重命名为pyproject.toml
.
sip-install: pyproject.toml: the '[tool.sip.metadata]' section is missing
的内容QtDesigner.toml
是
# Automatically generated configuration for PyQt6.QtDesigner.
sip-version = "6.0.1"
sip-abi-version = "13.0"
module-tags = ["Qt_6_0_0", "Qt_6_0_0", "Linux", "Qt_6_0_0", "Qt_6_0_0", "Linux", "Qt_6_0_0", "Qt_6_0_0", "Linux", "Qt_6_0_0", "Qt_6_0_0", "Linux"]
module-disabled-features = ["PyQt_WebChannel", "PyQt_OpenGL_ES2", "PyQt_WebChannel", "PyQt_WebChannel", "PyQt_OpenGL_ES2", "PyQt_WebChannel"]