Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lemonade package missing #26

Open
kovtcharov opened this issue Mar 24, 2025 · 4 comments
Open

Lemonade package missing #26

kovtcharov opened this issue Mar 24, 2025 · 4 comments
Labels
bug Something isn't working

Comments

@kovtcharov
Copy link
Collaborator

Investigate and fix the error:

For some reason, I had to install 3 times the hybrid version for it to complete the installation.

Now, I've an error when trying to run the UI version:
ERROR | gaia.interface.util.display | util.py:75 | Error: server.py:38 | launch_llm_server | The lemonade package is required for HuggingFace and OGA backends. Please install it first.

Where can I find this package? Why is it not installed with the installer?

Related discussion here.

@kovtcharov kovtcharov added the bug Something isn't working label Mar 24, 2025
@kovtcharov
Copy link
Collaborator Author

@Chevek, could you kindly zip and share gaia_install.log and gaia.log files found under C:\Users\<username>\AppData\Local\GAIA if you still have them available? It would help with troubleshooting.

@killkli
Copy link

killkli commented Mar 25, 2025

I ran into the same issue and found out that its the installation requires git to be installed, and git, as its essential to most developers, seemd to be assumed installed with the package. Therefore, when user have no git installed, the start process would faild since most of the update and acquiring model process need git to be working.
Just install Git and add git into the requirement documentation~

@Chevek
Copy link

Chevek commented Mar 26, 2025

gaia-logs.zip
Sorry for the delay, here are the logs.

@JeffPeters
Copy link

I got same error and this fixed it for me:

  1. Install Git for windows https://git-scm.com/downloads/win
  2. Install miniconda https://repo.anaconda.com/miniconda/
  3. Re-install GAIA, run: GAIA_Hybrid_Installer.exe
  4. Then run: GAIA-UI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants