-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
kiwisolver build fails, and depreciation warning #3056
Comments
I am currently experiencing exactly the same issue. I have a feeling that this is something to do with the latest python updates being distributed via the system updater in Ubuntu (22.04 and 24.04), as this problem has only been occurring for the last two weeks and has never happened before. |
@T-Dynamos Any suggestions? |
@vabt-igd This now builds for me (Ubuntu 22.04), what is your experience? |
Unfortunately, I'm still running into the same issue. Did you change anything about your setup? As far as I can see, there has not been any commit activity on the develop branch of p4a and cppy as well as kiwisolver versions are pinned within the corresponding recipes. |
I did an apt update/upgrade. I'd be interested to know if that helps you. I took looked for p4a develop changes but didn't see anything significant. |
Unfortunately, it does not. |
Yes it is. Things magically fixing themselves on one system but not on another is always a bit concerning. FYI my system Python is 3.10.12 and p4a is using 3.11 internally. |
I tried py 3.10 to 3.12 without any differences regarding the kiwisolver issue. |
So, I managed to fix the build on my Ubuntu 22.04.4 LTS using Python 3.11.10 (probably Python 3.10 as well, but haven't tested it), p4a develop and custom recipes for cppy and kiwisolver. On Python 3.12 the build still fails. The custom recipes look as follows: cppy:
Although preferable, I could not get this recipe to properly compile using the PyProjectRecipe... kiwisolver:
I don't think this is worth a PR as there is probably something broken deeper in the build chain either locally on my VMs or in the dev-branch... |
Checklist
p4a.branch = develop
)Description
Kiwisolver build fails with include error.
Also a depreciation warning for next month!
Logs
Error:
Depreciation warning
The text was updated successfully, but these errors were encountered: