-
Notifications
You must be signed in to change notification settings - Fork 121
Unable to use Docling with GraalPy #501
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've added a patch that fixes the |
Thank you. I'm running into a different issue now - that seems to occur earlier than the previous error. I assume this worked before - do you have any idea about why this has started failing?
|
It seems that it's because numpy was updated and older pythran pulled in by older scipy doesn't work with it. I'll need to remove the pinning of the older scipy version. Can you try to force a newer scipy version? |
Thanks for the advice - I tried setting scipy to 1.15.3, but unfortunately I ran into some other issue with that:
|
Right, sorry, that bug is fixed on master, but not in the release. I'll try to add a workaround to the patch branch, gimme a few days |
I'm unable to get Docling 2.31.0 to work with GrallPy 24.2.1.
I know Docling is a fairly complex project, so maybe it's not feasible to try to use it on GraalPy? It gets as far as trying to install the scikit-image dependency, where it fails with an AssertionError.
This was run on a RHEL 9.5 system with Maven 3.9.9 and OpenJDK 24.
Is there anything else I can do to investigate further?
The full build log is below.
The text was updated successfully, but these errors were encountered: