Hi! Im trying to use clerk with wikidata mundaneum. When I try to use the basics notebook I get the following error: Could not locate mundaneum/query__init.class, mundaneum/query.clj or mundaneum/query.cljc on classpath. any ideas?
Seems like the mundaneum dependency is missing? Do you have it in your deps.edn?
My repo is the clerk-demo repo. and there is semantic.clj which ueses it. Maybe its the wrong version?
ok, so you cloned clerk-demo and started clerk from there?
I wanted to run the second query example from here: https://github.com/jackrusher/mundaneum/blob/master/notebooks/basics.clj
Perhaps update the git/sha?
yes. to what? to that whats in the mundanuem repo`?
yeah
this is from the clerk demo deps.edn: io.github.jackrusher/mundaneum {:git/sha "d2c934a12388d88ddb3e53fef92ec2eef97d6140"} and this is from the mundaneum? io.github.jackrusher/mundaneum {:git/sha "SHA"}
where can I find the correct one from mundaneum?
just use the newest?
ok what do I need to put in then for the SHA ?
are you familiar with git?
yes
the newest commit sha from main?
I see thank you
Thank you for your fast and patient help!
no problem. does it work now?
yes now its only wikidata query issues I have to get my SPARQL right 😉