You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OS (or browser) version: Fedora Linux 36 (Workstation Edition)
Node.js version: v16.16.0
Complete "leon check" (or "npm run check") output:
Error: You should have at least one instance.
For further information, look at the log file located at /home/andreeckardt/.config/@leon-ai/cli/log-errors.txt
Expected Behavior
When i run leon create birth, a leon instance is created on a Fedora 36 machine.
Actual Behavior
I get an error during installation:
$ leon create birth
✖ Installing packages
Error: Failed to install needed packages
For further information, look at the log file located at /home/<username>/.config/@leon-ai/cli/log-errors.txt
Within the error file, the following error is visible:
Use Fedora and try to follow the Installation chapter.
Extra (like a sample repo to reproduce the issue, etc.)
On a fedora system the --yes flag is not supported. Instead -y can be used. I don't know exactly if this is only related to fedora. Also i would expect the installer to use dnf instead of yum.
The text was updated successfully, but these errors were encountered:
theoludwig
changed the title
Usage of unsupported yum flag --yes during birth procedure
[Bug] Usage of unsupported yum flag --yes during birth procedure
Sep 7, 2022
Thanks for your report!
Indeed it was a bug, actually --yes doesn't exist for the yum CLI, it was fixed by #196 but was not yet released.
However, adding support for dnf package manager is a great suggestion. 👍
Done in this commit: 509e93b.
In the CLI part, we already support many famous package managers for different GNU/Linux distributions, but unfortunately, on the Core side, it is not the case.
Being able to run Leon on multiple CPU architectures, and distribution, it's definitely something we would like to support, and we would like to solve it before the v1.0.0 stable release (currently Leon is in beta).
We will try to solve this problem later, when the core of Leon is more mature, just before the v1 stable release.
You can read more here: leon-ai/leon#302 (review).
Specs
Error: You should have at least one instance.
For further information, look at the log file located at /home/andreeckardt/.config/@leon-ai/cli/log-errors.txt
Expected Behavior
When i run
leon create birth
, a leon instance is created on a Fedora 36 machine.Actual Behavior
I get an error during installation:
Within the error file, the following error is visible:
How Do We Reproduce?
Use Fedora and try to follow the Installation chapter.
Extra (like a sample repo to reproduce the issue, etc.)
On a fedora system the
--yes
flag is not supported. Instead-y
can be used. I don't know exactly if this is only related to fedora. Also i would expect the installer to use dnf instead of yum.The text was updated successfully, but these errors were encountered: