f3 icon indicating copy to clipboard operation
f3 copied to clipboard

Dependency issue

Open mcandre opened this issue 9 years ago • 1 comments

When I try to install f3 from MELPA via use-package, I get:

Compiling file /Users/andrew/.emacs at Fri Dec  9 00:24:16 2016
.emacs:421:1:Error: https://melpa.org/packages/async-20160711.2235.tar: Not found

mcandre avatar Dec 09 '16 06:12 mcandre

That's really weird. I know helm declares async as a dependency -- did you have async and helm already installed when you ran use-package? What versions are they if so? I might try:

  1. updating your package list (running package-list-packages should work).
  2. just trying again (sorry I know that's annoying)? MELPA might have been down at the exact time you tried to pull.

Let me know if either of those work / what versions async and helm were/are when you try to install it. Sorry for the late reply.

cosmicexplorer avatar Dec 12 '16 11:12 cosmicexplorer