Lsp-mode: Failed to install from melpa

Created on 28 Apr 2019  路  3Comments  路  Source: emacs-lsp/lsp-mode

It is impossible to install lsp-mode from melpa.

Using:

(use-package lsp-mode :commands lsp :ensure t :config (add-hook 'python-mode-hook #'lsp) )
Gives:

Failed to install lsp-mode: http://melpa.org/packages/lsp-mode-20190407.739.tar: Not found

Same for lsp-ui and company-lsp.

Most helpful comment

do package-refresh-contents and retry.

All 3 comments

do package-refresh-contents and retry.

Having same problem. I tried a package-refresh-contents with no success.

lsp-mode-20191203.1144.tar not found

Any other ideas?

for those who come after, the problem I had was that I was including two melpa repos - melpa stable and melpa. i removed one and everything worked fine.

Was this page helpful?
0 / 5 - 0 ratings