-
Notifications
You must be signed in to change notification settings - Fork 260
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
Unable to install package: installed package dir missing after install #1046
Comments
I have the same problem, how do you fix it? I don't know what "use-package" is, I don't have any mention in my init.el. Is it something that is automatically used by package-install or you have to enable it manually?
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are a couple of packages I am unable to install. It doesn't matter wether I use
use-package
orpackage-install
directly. The error messages look always the same:Debug log:
Other affected packages: magit, compat, change-inner, etcpp.
It took me many hours to nail the problem down to this statement which causes this effect:
(I install that mode using el-get).
If I remove the
:hook
then everything works fine, usinguse-package
andpackage-install
.Everything also works fine when I replace the hook with:
The text was updated successfully, but these errors were encountered: