OpenVoiceOS / ovos-installer

Open Voice OS and/or HiveMind installer using Ansible with an intuitive and easy Text-based User Interface

Home Page:https://www.openvoiceos.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installer just closes after selecting options

Speshals opened this issue · comments

Discussed in https://github.com/orgs/OpenVoiceOS/discussions/272

Originally posted by Speshals June 22, 2024
Get to just after confirming options and then the installer closes with no error or log.
This is what is in the console: ➤ Checking for existing instance... [done]
➤ Retrieving OS information... [done]
➤ Detecting AVX/SIMD support... [done]
➤ Checking for Raspberry Pi board... [done]
➤ Detecting sound server... [done]
➤ Detecting display server... [done]
➤ Validating installer package requirements... [done]
➤ Creating installer Python virtualenv... [done]
➤ Installing Ansible requirements in Python virtualenv... [done]
➤ Looking for automated scenario... [done]
➤ Scan I2C bus for hardware auto-detection...[done]

Please run the installer in debug mod with the -d option and share the output.

sh -c "curl -s https://raw.githubusercontent.com/OpenVoiceOS/ovos-installer/main/installer.sh -o installer.sh && chmod +x installer.sh && sudo ./installer.sh -d && rm installer.sh"

I'm not able to reproduce this issue on Raspberry Pi 5 with Raspberry Pi OS Bookworm 64-bit Lite.

image

Closing for now, feel free to re-open.