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
73 stars 22 forks source link

Error During Installation with installer.sh Script #114

Closed Natrinicle closed 2 months ago

Natrinicle commented 2 months ago

Getting an error when attempting to use the installer script

ovos-installer.log https://dpaste.com/5YNYQJ9CU

fatal: [127.0.0.1]: FAILED! => {"msg": "The conditional check 'ansible_distribution_major_version is version('11', '>=')' failed. The error was: Version comparison failed: '<' not supported between instances of 'str' and 'int'\n\nThe error appears to be in '/home/natrinicle/ovos-installer/ansible/roles/ovos_hardware_mark1/tasks/prepare.yml': line 2, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n---\n- name: Add {{ ovos_installer_user }} to dialout group\n  ^ here\nWe could be wrong, but this one looks like it might be an issue with\nmissing quotes. Always quote template expression brackets when they\nstart a value. For instance:\n\n    with_items:\n      - {{ foo }}\n\nShould be written as:\n\n    with_items:\n      - \"{{ foo }}\"\n"}
goldyfruit commented 2 months ago

Hi @Natrinicle

It seems you are using the Debian testing which is not supported, only (stable) versions 10, 11 and 12 are.

Could you please show me the content of /etc/os-release ?

goldyfruit commented 2 months ago

Closing for now, feel free to re-open.

nrob81 commented 1 week ago

Hello, I have the same problem, and I am using debian testing.

~ cat /etc/os-release 
PRETTY_NAME="Debian GNU/Linux trixie/sid"
NAME="Debian GNU/Linux"
VERSION_CODENAME=trixie
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
goldyfruit commented 1 week ago

Hello, I have the same problem, and I am using debian testing.

~ cat /etc/os-release 
PRETTY_NAME="Debian GNU/Linux trixie/sid"
NAME="Debian GNU/Linux"
VERSION_CODENAME=trixie
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"

Hi @nrob81

Debian Trixtie is not supported by the installer as Debian Trixie is not considered as stable but testing.

See previous message from July 27th:

Hi @Natrinicle

It seems you are using the Debian testing which is not supported, only (stable) versions 10, 11 and 12 are.

nrob81 commented 1 week ago

Hello @goldyfruit, thank you. I'll try to configure it without the installer.