thecookingsenpai / autogpt-gui

A graphical user interface for AutoGPT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Have you faced the problem: electron: error while loading shared libraries: libatk-1.0.so.0?

wffzxyl opened this issue · comments

[datai]$ npm start

electron-quick-start@1.0.0 start /data/Auto-GPT/autogpt-gui
electron .

/data/Auto-GPT/autogpt-gui/node_modules/electron/dist/electron: error while loading shared libraries: libatk-1.0.so.0: cannot open shared object file: No such file or directory
npm ERR! code ELIFECYCLE
npm ERR! syscall spawn
npm ERR! file sh
npm ERR! errno ENOENT
npm ERR! electron-quick-start@1.0.0 start: electron .
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the electron-quick-start@1.0.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! /home/data/.npm/_logs/2023-05-26T06_33_08_359Z-debug.log

Does anyone know how could I fix this problem? thanks

facing exactly the same issue! tried everything I can online, and still doesn't work, will update here if I can get it working.