-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
QGIS not compilable with Python (SIP) on Fedora 41 #60177
Comments
@Withalion I can confirm. |
I actually tried to install the newer version, which targets fedora 42, but it only brought further problems. Then the issue becomes GDAL which is currently build via numpy 1 and the newer SIP version requires GDAL build via numpy 2. I didn't know if installing newer version of GDAL would actually solve it as there is proposal to change for building via numpy 2, but the target is Fedora 42. |
@Withalion as a workaround on fedora 41 you may try this and report back your experience |
Thanks @t0b3 for the tip! I tried to rollback on the sip package. For the Qt5 build it doesn't help at all, I still get the same error, for Qt6 build it starts with python support. The only downside is that QGIS turns to be very sluggish, it takes several seconds to open projects, even close QGIS. |
The slowness disappeared today, without changing anything...weird. |
Anyway, for now I have disabled sip deprecated with message support, so everything should be fine now |
What is the bug or the crash?
Compiling current Master on Fedora 41 finishes, but it's not able to launch QGIS with full python support.
Qt5 crash report:
Qt6 crash report:
Relevant Python packages:
Steps to reproduce the issue
Versions
Current master
QGIS 3.41+
Supported QGIS version
New profile
Additional context
The error says that I don't have fresh enough package, however there is no newer
PyQt*_sip
package available for Fedora 41. Am I just stuck until we get a newer package in fedora repository?The text was updated successfully, but these errors were encountered: