s-kostyaev / ellama

Ellama is a tool for interacting with large language models from Emacs.
GNU General Public License v3.0
558 stars 38 forks source link

[Installation] error: Package ‘emacs-28.1’ is unavailable #173

Closed alkmim closed 6 days ago

alkmim commented 6 days ago

I have this in the beginning of my .emacs:

(package-install 'ellama)

This line is returning this error during initialization:

Warning (initialization): An error occurred while loading ‘/home/alkmim/.emacs’:

error: Package ‘emacs-28.1’ is unavailable

Emacs version

:~$ emacs --version
GNU Emacs 27.1
Copyright (C) 2020 Free Software Foundation, Inc.
GNU Emacs comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of GNU Emacs
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.

Is there some kind issue running on emacs 27.1?

s-kostyaev commented 6 days ago

Emacs 27.1 is not supported. You need Emacs 28.1 or newer.