After install rhasspy from .deb on debian buster - startup aborted - python venv error

Hi folks,

after installing rhasspy like described in the installation guide for debian
I tried starting rhasspy with

root@rhasspy:/# rhasspy --profile de

i get this startup info

Starting up...
Using virtual environment at /usr/lib/rhasspy/.venv
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
Fatal Python error: initfsencoding: Unable to get the locale encoding
ModuleNotFoundError: No module named 'encodings'

Current thread 0x00007f87e403d740 (most recent call first):
/usr/lib/rhasspy/bin/rhasspy-voltron: Zeile 123:   421 Abgebrochen
"${this_dir}/voltron-run" python3 -m rhasspysupervisor --profile "${profile_name}"
--user-profiles "${user_profiles}" --docker-compose '' "${extra_supervisor_args[@]}"
--debug

does anyone know how to debug this :wink: i don’t even have an idea where to start

is this related to python or venv or rhasspy… seems that files or folders weren’t created during install. Or maybe missing on my system??

I downloaded the .deb package and used this command to install:

sudo apt install /home/rhasspy/rhasspy/rhasspy_2.5.8_amd64.deb

maybe anyone found a solution for this issue?

Dan

same : https://community.rhasspy.org/t/error-installing-rhasspy-in-pi-3/

1 Like

Thanks for the info… oveeerseen that sorry