f3
f3 copied to clipboard
Dependency issue
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
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:
- updating your package list (running
package-list-packagesshould work). - 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.