Mintplex-Labs / anything-llm

The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, and more.
https://anythingllm.com
MIT License
27.6k stars 2.78k forks source link

[BUG]: Missing library on startup #2619

Closed factor3 closed 1 week ago

factor3 commented 1 week ago

How are you running AnythingLLM?

AnythingLLM desktop app

What happened?

I installed AnythingLLM following the instructions provided at:

https://docs.anythingllm.com/installation-desktop/linux#install-using-the-installer-script

this is installed on a system running Ubuntu V22.04.

When I start the start script, I get the following failure message:

/home/mainuserAnythingLLMDesktop/anythingllm-desktop/anythingllm-desktop: error while loading shared libraries: libatk-1.0.so.0: cannot open shared object file: No such file or directory

What is this library and how can I get AnythingLLM to start up?

Are there known steps to reproduce?

  1. Download the LLMAnything App as instructed.
  2. Enter "~/AnythingLLMDesktop/start" and press ENTER.
  3. See the error.
timothycarambat commented 1 week ago

This enables Electron to launch a browser process, most distros have this installed since it is a common dep sudo apt-get install libatk1.0-0 is how you install this dependency