Open ericthomas1 opened 2 days ago
Hi @ericthomas1 could you list what versions of the rdflib
and kuzu
packages you used/installed?
Hi @prrao87 ,
rdflib==7.1.1
kuzu==0.6.1
Hi @ericthomas1, please see #8 for the fix. You can hopefully resolve the issue by pinning the right versions of the dependencies (I tested on macOS and it works fine -- hopefully you don't run into dependency hell on Windows!).
Please also note that for now, Kùzu 0.6.1 is the last version for the next several months that you can use this RDFLib plugin with Kùzu. We will re-implement the RDF functionality as a Kùzu extension in a future version for the reasons described in #8 (for the coming months, only Kùzu will be a property graph-only database). Please reach out to us on Discord if you have more questions. Cheers!
Hello,
This code:
Returns this error:
I'm following the tutorial in the Kuzu Blog here. I've already created the database. Not really sure how to get past this. Could you provide some assistance?
Thank you