clojure-emacs / cider

The Clojure Interactive Development Environment that Rocks for Emacs
https://cider.mx
GNU General Public License v3.0
3.55k stars 645 forks source link

Installation fail: https://elpa.gnu.org/packages/transient-0.7.7.tar: Not found #3755

Closed BluePyTheDeer251 closed 3 weeks ago

BluePyTheDeer251 commented 3 weeks ago

When trying to install it says it cannot find the package "transient", version 0.7.7, which doesn't exist (the repo says it is 0.7.6)

OS: Arch Linux

Emacs version: 29.4

How to replicate:

Use a new computer (or a VM) with emacs installed (without cider)

Open emacs and try to install cider (after configuring init.el for MELPA)

If it says it couldn't find transient you recreated the error.

bbatsov commented 3 weeks ago

Try M-x package-refresh-contents first. Probably your local package DB is out of sync.

BluePyTheDeer251 commented 3 weeks ago

Thanks, problem solved