ILikeAI / AlwaysReddy

AlwaysReddy is a LLM voice assistant that is always just a hotkey away.
MIT License
606 stars 59 forks source link

Setup.py fails on non-Debian Linux #41

Closed Theo-codatte closed 4 months ago

Theo-codatte commented 4 months ago

Hi there,

When i'm trying to python setup.py i got this error on Arch Linux. This error will spawn on any Linux which do not use apt-get.

Error installing Linux dependencies: Command '['sudo', 'apt-get', 'install', '-y', 'xclip', 'ffmpeg', 'portaudio19-dev']' returned non-zero exit status 1.

Cheers

EDIT : this works on Arch Linuxes subprocess.check_call(['sudo', 'pacman', '-Sy', 'xclip', 'ffmpeg', 'portaudio'])

ILikeAI commented 4 months ago

Nice catch! I have only tested on debian so far. Once you changed this command did the rest of the set up process work?

ILikeAI commented 4 months ago

Im updating the setup file now, should be fixed in a couple min

Theo-codatte commented 4 months ago

Hello,

cheers I will try it.

Fun fact, I can setup some hotkeys with the GUI But they are not working during AE usage.

Among others, I got some JACK error.

I m using whisperx + piper, logs to come !