Hi,
I've just tried to install use-package through package-install with ELPA and got the following error. The error seems to come from (require 'use-package-core). I am doing something wrong ? Thanks for your help.
Compiling internal form(s) at Mon Jan 11 17:30:17 2021
Leaving directory ‘/Users/hugo/.emacs.d/elpa/use-package-20210106.2145’
Compiling file /Users/hugo/.emacs.d/elpa/use-package-20210106.2145/use-package-bind-key.el at Mon Jan 11 17:30:17 2021
Entering directory ‘/Users/hugo/.emacs.d/elpa/use-package-20210106.2145/’
use-package-bind-key.el:38:1:Error: Attempt to set a constant symbol: nil
Compiling file /Users/hugo/.emacs.d/elpa/use-package-20210106.2145/use-package-core.el at Mon Jan 11 17:30:17 2021
Compiling file /Users/hugo/.emacs.d/elpa/use-package-20210106.2145/use-package-delight.el at Mon Jan 11 17:30:18 2021
use-package-delight.el:36:1:Error: Attempt to set a constant symbol: nil
Compiling file /Users/hugo/.emacs.d/elpa/use-package-20210106.2145/use-package-diminish.el at Mon Jan 11 17:30:18 2021
use-package-diminish.el:36:1:Error: Attempt to set a constant symbol: nil
Compiling file /Users/hugo/.emacs.d/elpa/use-package-20210106.2145/use-package-ensure.el at Mon Jan 11 17:30:18 2021
use-package-ensure.el:37:1:Error: Attempt to set a constant symbol: nil
Compiling file /Users/hugo/.emacs.d/elpa/use-package-20210106.2145/use-package-jump.el at Mon Jan 11 17:30:18 2021
use-package-jump.el:38:1:Error: Attempt to set a constant symbol: nil
Compiling file /Users/hugo/.emacs.d/elpa/use-package-20210106.2145/use-package-lint.el at Mon Jan 11 17:30:18 2021
use-package-lint.el:36:1:Error: Attempt to set a constant symbol: nil
Compiling file /Users/hugo/.emacs.d/elpa/use-package-20210106.2145/use-package.el at Mon Jan 11 17:30:18 2021
use-package.el:42:1:Error: Attempt to set a constant symbol: nil
Hi, I've just tried to install
use-package
throughpackage-install
with ELPA and got the following error. The error seems to come from(require 'use-package-core)
. I am doing something wrong ? Thanks for your help.