Closed hongyi-zhao closed 1 year ago
You might have to tweak the package.el to install this package, see https://github.com/jcs-emacs/jcs-elpa#-how-to-use.
Does the straight.el maintain its own elpa list? 🤔
Does the straight.el maintain its own elpa list? thinking
https://github.com/radian-software/straight.el/blob/master/bootstrap.el
See here for the related comments.
Oh, I think I understand it.
You should use :straight
keyword instead:
(use-package chatgpt
:straight (chatgpt :type git :host github :repo "emacs-openai/chatgpt"))
Closing this due to no new activities. Feel free to open a new one if the issue persist! ;)
I try to use the following command to install this package:
(use-package chatgpt :ensure t)
.But the following error is encountered:
See https://github.com/radian-software/straight.el/issues/1084#issuecomment-1544133412 for the related discussion.