-
Notifications
You must be signed in to change notification settings - Fork 6
Segmentation fault with uno 24.2.5 ooo-dev-tools 0.47.7 using Python 3.12.4 #640
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
Comments
I have not tested Python 3.12 just yet. I am not certain that is the issue; However I noticed that the issue starts with:
Which is: T = TypeVar(name="T", bound=Union[int, float]) I know python 3.12 made some changes to the type system but I don't know yet if these are breaking changes. I have limited time to test this right now, I am hoping I can get to testing this in the next few days. If you have anything to add I welcome it. |
This is looking like it a python 3.12 specefic error. I will see if I can find a workaround for this. |
I just published |
Thanks for the work @Amourspirit ! I just tried 0.47.8 but no luck, I'm now getting:
|
Thanks for the feedback. |
OK, I have made more changes to correct this issue. If you installed |
Yes, it works, thank you very much for the fix! |
Excellent. |
Hello!
I'm on Debian trixie running:
I'm using a venv built from the system Python (3.12.4) with system packages (so ooo-dev-tools can see system Uno), and I'm installing ooo-dev-tools in the venv:
Then when doing some imports I'm getting a segfault:
The text was updated successfully, but these errors were encountered: