copilot-emacs / copilot.el

An unofficial Copilot plugin for Emacs.
MIT License
1.78k stars 126 forks source link

Install error "Error getting PACKAGE-DESC" on spacemacs #336

Open jtongen1 opened 2 weeks ago

jtongen1 commented 2 weeks ago

I tried installing following the directions, I get the following in my Messages buffer:

Updating p:/git/users/myuser-misc/spacemacs/.emacs.d/.cache/quelpa/build/copilot/
Note: copilot :files spec is equivalent to the default.
p:/git/users/myuser-misc/spacemacs/.emacs.d/.cache/quelpa/build/copilot/copilot-balancer.el -> c:/Users/myuser/AppData/Local/Temp/copilotmXChG2/copilot-20240815.2222/copilot-balancer.el
p:/git/users/myuser-misc/spacemacs/.emacs.d/.cache/quelpa/build/copilot/copilot.el -> c:/Users/myuser/AppData/Local/Temp/copilotmXChG2/copilot-20240815.2222/copilot.el
Wrote p:/git/users/myuser-misc/spacemacs/.emacs.d/.cache/quelpa/packages/copilot-readme.txt
Error getting PACKAGE-DESC: (file-missing Opening input file No such file or directory p:/git/users/myuser-misc/spacemacs/.emacs.d/.cache/quelpa/packages/copilot-20240815.2222.tar)
(Spacemacs) Error: 
An error occurred while installing copilot (error: (wrong-type-argument package-desc nil))

Any debug steps are appreciated. the .tar mentioned is indeed not on disk at that location (probably not on disk anywhere) but I'm not sure where to get it from.

klochowicz commented 1 week ago

I had it working in spacemacs for ages, but updating all the packages it stopped working :(

jtongen1 commented 1 week ago

I had it working in spacemacs for ages, but updating all the packages it stopped working :(

Are you seeing the same failure output as above?