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.
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.
Most helpful comment
do package-refresh-contents and retry.