OpenVoiceOS / ovos-installer

Open Voice OS and/or HiveMind installer using Ansible with an intuitive and easy Text-based User Interface
https://www.openvoiceos.org
48 stars 12 forks source link

Installer just closes after selecting options #100

Closed Speshals closed 1 week ago

Speshals commented 2 weeks ago

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]
goldyfruit commented 1 week ago

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"
goldyfruit commented 1 week ago

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

goldyfruit commented 1 week ago

image

Closing for now, feel free to re-open.