Hi, i got this error when i have just install the package :
⛔ Warning (emacs): The package embark-consult should be installed if you use both Embark and Consult [2 times] ⛔ Error (use-package): Failed to install org-roam: Package ‘org-roam’ is unavailable ⛔ Error (use-package): Cannot load org-roam ⛔ Error (use-package): Failed to install citar: Package ‘citar’ is unavailable ⛔ Error (use-package): Failed to install org-roam: Package ‘org-roam’ is unavailable ⛔ Error (use-package): Cannot load org-roam
Thanks for the bug report.
Could you please tell me what operating system you're running?
⛔ Warning (emacs): The package embark-consult should be installed if you use both Embark and Consult [2 times]
This is harmless; I need to see if I can turn it off though.
⛔ Error (use-package): Failed to install org-roam: Package ‘org-roam’ is unavailable
This sounds like it might be a connectivity problem. I'll look into it though.
-- Ashton Wiersdorf https://lambdaland.org/
i am on manjaro, the last version.
Could you please send your Emacs version as well? Are you trying to use this with a different package-manager? And do things work if you manually install the packages that Emacs reports that it is struggling with? (E.g. with `package-install'.)
Thanks,
-- Ashton Wiersdorf https://lambdaland.org/
It's possible that the ELPA those packages are on was unreachable at the time/where you tried it. Is it still happening?
$ emacs --version : emacsclient 29.1
And my package manager looks ok. (i have just upgrade the packages) I still have this errors :
■ Error (use-package): emacs/:config: End of file during parsing: Error reading from stdin
■ Error (use-package): Failed to install org-roam: Package ‘org-roam’ is unavailable
■ Error (use-package): Cannot load org-roam
■ Error (use-package): Failed to install citar: Package ‘citar’ is unavailable
■ Error (use-package): Failed to install org-roam: Package ‘org-roam’ is unavailable
■ Error (use-package): Cannot load org-roam
Ah, I see. It looks citar and org-roam are on MELPA. Please follow MELPA's getting started instructions for getting those packages to come down. I'll update the comments at the top of the file to direct users to this page. Sorry for the confusion, and thanks for the bug report!
Try adding the MELPA archive, and then let me know if that fixes the problems.
Ah, I just realized: I actually have instructions for adding MELPA in
init.el
already. Please follow those. I've also updatedextras/researcher.el
to have more extensive comments on adding MELPA topackage-archives
.
Hi,
I'm currently investigating the "⛔ Warning (emacs): The package embark-consult should be installed if you use both Embark and Consult" which also appear on my setup (Pop_OS 22.04, Emacs 30.0.5 self-compiled).
This was reported and discussed in an Issue thread at the Embark package repo: https://github.com/oantolin/embark/pull/550
Testing with the bedrock config, it looks like the warning appears 4x when it supposed to appear (no Consult or no Embark-consult). However it still appears twice (as reported here) when the configuration is properly done.
I'll keep searching why and submit some proposition if I can figure it out.
Cheers,
Vincent
Hi Vincent,
Thanks for looking into this. I'll take a look at it too if I get the chance.
Thanks! Ashton
-- Ashton Wiersdorf https://lambdaland.org/
ok, thanks for all. i have updated the melpa guid with the stable repository, and it works now.
Wonderful! Sorry that was a problem for such a long time. Would you mind pasting what you changed?