-
Notifications
You must be signed in to change notification settings - Fork 124
Is soda-core-duckdb
compatible with GraalPy?
#511
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
Hi. We have never tested it, but I could install |
Hi @msimacek , I've shared the log in the comment above. Btw, I had the same issue on 24.2.1 |
The actual error seems to be this:
That is not a problem with GraalPy, but with compiling the source in general. It seems that recent versions of clang are more strict with regards to some C++ template syntax. I found some blogpost that mentions exactly this problem when building |
The problem was solved by setting |
I'm trying to use
soda-core-duckdb
with GraalPy . However, the installation of the duckdb dependency fails during compilation with the following error:Is
soda-core-duckdb
expected to work with GraalPy?Are there any workarounds?
The text was updated successfully, but these errors were encountered: