Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No more sipconfig #147

Open
scrouthtv opened this issue Jan 16, 2025 · 0 comments
Open

No more sipconfig #147

scrouthtv opened this issue Jan 16, 2025 · 0 comments

Comments

@scrouthtv
Copy link

scrouthtv commented Jan 16, 2025

Hello everyone,
I am currently receiving an error message when trying to build python_qt_binding:

CMake Warning at install/python_qt_binding/share/python_qt_binding/cmake/sip_helper.cmake:20 (message):
  SIP binding generator NOT available.
Call Stack (most recent call first):
  src/qt_gui_cpp_sip/CMakeLists.txt:58 (include)

When ignoring this warning, another error is raised:

ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any
Traceback (most recent call last):
  File "install/python_qt_binding/share/python_qt_binding/cmake/sip_configure.py", line 10, in <module>
    import sipconfig
ModuleNotFoundError: No module named 'sipconfig'

Indeed, I am running these sip versions:

sip 6.9.1-2
python-pyqt5-sip 12.16.1-2

The sipconfig module was last shipped with sip 4.19.x, a version that was released almost 9 years ago.

There is PR #94, which does some changes into this direction, however it is stalled and still using the sipconfig module, i.e. not working.

How would I go about building this package with an updated sip version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant