ahyatt / ekg

The emacs knowledge graph, app for notes and structured data.
GNU General Public License v3.0
230 stars 19 forks source link

Could not find package `triples.el` #8

Closed CGenie closed 1 year ago

CGenie commented 1 year ago

I'm getting this error when trying the setup instructions from the README:

Debugger entered--Lisp error: (error "Could not find package triples\\.el. Updating recip...")
  error("Could not find package %S. Updating recipe reposit..." triples\.el (org-elpa melpa gnu-elpa-mirror nongnu-elpa el-get emacsmirror-mirror))

I think it's because of this line https://github.com/ahyatt/ekg/blob/main/ekg.el#L7. For triples we have (provide triples) not (provide triples.el): https://github.com/ahyatt/triples/blob/main/triples.el#L628

ahyatt commented 1 year ago

Thanks, I think your diagnosis is correct. I'll push a fix now.