clerk

Andreas S. 2025-05-05T08:37:48.204319Z

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?

borkdude 2025-05-05T08:39:52.623809Z

Seems like the mundaneum dependency is missing? Do you have it in your deps.edn?

Andreas S. 2025-05-05T08:41:13.015729Z

My repo is the clerk-demo repo. and there is semantic.clj which ueses it. Maybe its the wrong version?

borkdude 2025-05-05T08:42:09.022379Z

ok, so you cloned clerk-demo and started clerk from there?

Andreas S. 2025-05-05T08:42:11.826859Z

I wanted to run the second query example from here: https://github.com/jackrusher/mundaneum/blob/master/notebooks/basics.clj

borkdude 2025-05-05T08:43:06.633159Z

Perhaps update the git/sha?

Andreas S. 2025-05-05T08:43:30.983039Z

yes. to what? to that whats in the mundanuem repo`?

borkdude 2025-05-05T08:43:38.857869Z

yeah

Andreas S. 2025-05-05T08:45:15.236579Z

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"}

Andreas S. 2025-05-05T08:46:15.435069Z

where can I find the correct one from mundaneum?

borkdude 2025-05-05T08:46:21.626779Z

just use the newest?

Andreas S. 2025-05-05T08:47:24.604619Z

ok what do I need to put in then for the SHA ?

borkdude 2025-05-05T08:47:34.436209Z

are you familiar with git?

Andreas S. 2025-05-05T08:47:38.649949Z

yes

borkdude 2025-05-05T08:47:55.776909Z

the newest commit sha from main?

Andreas S. 2025-05-05T08:48:06.639429Z

I see thank you

👍 1
Andreas S. 2025-05-05T08:51:18.821819Z

Thank you for your fast and patient help!

borkdude 2025-05-05T08:51:32.353399Z

no problem. does it work now?

Andreas S. 2025-05-05T08:55:53.957649Z

yes now its only wikidata query issues I have to get my SPARQL right 😉

👍 1