alphapapa / ement.el

A Matrix client for GNU Emacs
GNU General Public License v3.0
488 stars 44 forks source link

"Package ‘ement-’ is unavailable" #89

Closed gour closed 2 years ago

gour commented 2 years ago

Hello,

I?m trying ot install the package on my Debian (Sid) machine by following the "Quelpa" recipe, but I get the following:

Debugger entered--Lisp error: (error "Package ‘ement-’ is unavailable")
  error("Package `%s-%s' is unavailable" ement "")
  package-compute-transaction(nil ((ement)))
  package-install(ement)
  use-package-ensure-elpa(ement (t) nil)
  load-with-code-conversion("/home/gour/emacs/config.el" "/home/gour/emacs/config.el" nil nil)
  load-file("~/emacs/config.el")
  load-with-code-conversion("/home/gour/.config/emacs/init.el" "/home/gour/.config/emacs/init.el" t t)
  load("/home/gour/.config/emacs/init" noerror nomessage)
  startup--load-user-init-file(#f(compiled-function () #<bytecode 0x91729906cb501a4>) #f(compiled-function () #<bytecode 0x4d12c0e0e44348b>) t)
  command-line()
  normal-top-level()

Any hint?

alphapapa commented 2 years ago

I just verified that the package installs correctly in a clean configuration on Emacs 28.1 by following those directions and using https://github.com/alphapapa/with-emacs.sh. Whatever is going on must be a problem with your configuration. Please consult the appropriate channels for help, e.g. Reddit, #emacs, etc.