Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing packages #98

Closed
RichWellum opened this issue Jul 30, 2019 · 6 comments
Closed

Missing packages #98

RichWellum opened this issue Jul 30, 2019 · 6 comments

Comments

@RichWellum
Copy link

Emacs Version 26.2 (9.0)

New installation seeing:

Error (use-package): Failed to install gnu-elpa-keyring-update: Package ‘gnu-elpa-keyring-update-’ is unavailable
Error (use-package): Failed to install paradox: Package ‘spinner-1.7.3’ is unavailable
Error (use-package): Failed to install undo-tree: Package ‘undo-tree-’ is unavailable
Error (use-package): Failed to install goto-chg: Package ‘undo-tree-0.1.3’ is unavailable
Error (use-package): Failed to install lsp-origami: Package ‘spinner-1.7.3’ is unavailable
Error (use-package): Failed to install rainbow-mode: Package ‘rainbow-mode-’ is unavailable
Error (use-package): Failed to install memory-usage: Package ‘memory-usage-’ is unavailable
Error (use-package): Failed to install lsp-mode: Package ‘spinner-1.7.3’ is unavailable
Error (use-package): Failed to install lsp-ui: Package ‘spinner-1.7.3’ is unavailable
Error (use-package): Failed to install company-lsp: Package ‘spinner-1.7.3’ is unavailable
Error (use-package): Failed to install dap-mode: Package ‘spinner-1.7.3’ is unavailable
Error (use-package): Failed to install lsp-treemacs: Package ‘spinner-1.7.3’ is unavailable
Error (use-package): Failed to install lsp-python-ms: Package ‘spinner-1.7.3’ is unavailable
Error (use-package): Failed to install ccls: Package ‘spinner-1.7.3’ is unavailable
Error (use-package): Failed to install lsp-java: Package ‘spinner-1.7.3’ is unavailable

@seagle0128
Copy link
Owner

seagle0128 commented Jul 31, 2019

I believe it's a network issue while visiting gnu-elpa site. Please try these solutions:

  1. M-x package-refresh-contents and try again.
  2. (setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3").
  3. Use other mirror of elpa.
  4. Change another network to retry.

@seagle0128
Copy link
Owner

Similar issue and workarounds on doomemacs/doomemacs#444.

@RichWellum
Copy link
Author

Thanks '2' worked for me.

@0xvividmirage
Copy link

Hi, i'm new to Emacs and want to use Centaur Emacs but I am getting this same issue. Where exactly do I put "(setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3")" to make this work? I put it in init.el and .emacs and both don't seem to fix the issue for me. I am using emacs 26.

@seagle0128
Copy link
Owner

@davidpgil If you are using Emacs 26.3, it should work well, otherwise put the configuration into ~/.emacs.d/custom.el.

@0xvividmirage
Copy link

0xvividmirage commented Oct 13, 2019

Im using Emacs 26.2 ... Lets see if Emacs 26.3 has this issue fixed... Added the line doesn't work in custom.el.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants