This setup was working until today. Today I pulled the newest commits to all these three git repos. When I start emacs, I get the following error message with ellama:
Error (use-package): ellama/:init: Cannot open load file: No such file or directory, plz-event-source
I checked this issue,, which looks similar. The remedy suggested in there is
Could you please try to:
Evaluate https://github.com/ahyatt/llm/blob/main/plz-media-type.el
Evaluate https://github.com/ahyatt/llm/blob/main/plz-event-source.el
Try your request again and report back
I use the ellama, plz and llm packages from their git repos. Here's how I pull them into my emacs'
init.el
file:This setup was working until today. Today I pulled the newest commits to all these three git repos. When I start emacs, I get the following error message with ellama:
Error (use-package): ellama/:init: Cannot open load file: No such file or directory, plz-event-source
I checked this issue,, which looks similar. The remedy suggested in there is
However, the two github links to .el files abovementioned no longer exist. Looking at llm repo's commit history, I see 2 weeks ago such a commit: https://github.com/ahyatt/llm/commit/c81b44943b2bfeac5114566ab5ad66640bad1e3e -- which might be the reason why the two links no longer correctly resolve.
Are these related to my problem? How may I solve mine?