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

cant install on ubuntu amd laptop #76

Closed coding-garden-1 closed 2 months ago

coding-garden-1 commented 2 months ago

after running with all defaults, i get

          ===============================================
            OPEN VOICE OS INSTALLER | Version: 12aa29e7
          ===============================================

➤ 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] rose@rosebook:~$

same for docker/pyvenv

goldyfruit commented 2 months ago

Which Ubuntu version?

Seems you are using the scenario, could you please show me the file?

EDIT

Just tested on Ubuntu 23.10 successfully.

              ===============================================
                OPEN VOICE OS INSTALLER | Version: 12aa29e7
              ===============================================

➤ 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]
➤ Starting Ansible playbook... ☕🍵🧋
coding-garden-1 commented 2 months ago

Where do the logs get stored? Not sure where to find

coding-garden-1 commented 2 months ago

All I have done is follow quickstart guide

suvanbanerjee commented 2 months ago

Where do the logs get stored? Not sure where to find

Check your /var/log/ directory there you will have a ovos-installer.log file

goldyfruit commented 2 months ago

Please re-open if required.