axtloss / vAssistant

A simple and modular virtual assistant written in python
Other
4 stars 1 forks source link

Cant install #2

Open kukapishixdd opened 2 years ago

kukapishixdd commented 2 years ago

sudo pacman -S python3-pyaudio sudo pacman -S python3-gtts sudo pacman -S python3-recode error: target not found: python3-pyaudio error: target not found: python3-gtts error: target not found: python3-recode error: target not found: golang-go

axtloss commented 2 years ago

oh yeah, the arch repository has changed the python package names, it's now python- instead of python3-, I'll update the installation guide as soon as I can.

kukapishixdd commented 2 years ago

Ok

kukapishixdd commented 2 years ago

error: target not found: python-gtts error: target not found: python-recode error: target not found: golang-go

kukapishixdd commented 2 years ago

go get: installing executables with 'go get' in module mode is deprecated. Use 'go install pkg@version' instead. For more information, see https://golang.org/doc/go-get-install-deprecation or run 'go help get' or 'go help install'. mkdir: cannot create directory ‘/home/kuka/.local/vAssistant’: File exists mkdir: cannot create directory ‘/home/kuka/.local/vAssistant/sounds/’: File exists

axtloss commented 2 years ago

So the gtts package is now in the aur, you'll need to install python-gtts using an aur helper, python-recode got completely renamed to just recode and I honestly dont even remember golang being a dependency for vAssistant, you could try installing it without that

axtloss commented 2 years ago

so golang is needed because of pup, which seems to be unmaintained now, as the last commit was 2 years ago and the last release 5 years now, I'll have to see if I can use something else than pup or find an alternative way to install it