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

OS not supported in Zorin OS #80

Closed Vaibhav-Magadum closed 1 month ago

Vaibhav-Magadum commented 2 months ago

image

I am using Zorin OS (which is based on ubuntu) which is supported but installer is saying otherwise.

Log: utils/common.sh: line 117: docker: command not found utils/common.sh: line 120: podman: command not found /usr/bin/pactl Operating system not supported.

My system info image

suvanbanerjee commented 2 months ago

@goldyfruit i would like to give it a shot

goldyfruit commented 2 months ago

@Vaibhav-Magadum Zorin OS is not a supported OS at this time (check the README).

@goldyfruit i would like to give it a shot

Do you plan to add Zorin OS support?

suvanbanerjee commented 2 months ago

@Vaibhav-Magadum Zorin OS is not a supported OS at this time (check the README).

@goldyfruit i would like to give it a shot

Do you plan to add Zorin OS support?

I am thinking to implement something which can detect base distro or package mgr. because there are many distro apart from zorin that have the same issue ig (like pop mint etc). thus adding just zorin is not a good solution.

zorin should work fine if the installer allows it to install.

goldyfruit commented 2 months ago

@Vaibhav-Magadum Zorin OS is not a supported OS at this time (check the README).

@goldyfruit i would like to give it a shot

Do you plan to add Zorin OS support?

I am thinking to implement something which can detect base distro or package mgr. because there are many distro apart from zorin that have the same issue ig (like pop mint etc). thus adding just zorin is not a good solution.

zorin should work fine if the installer allows it to install.

No need to add complexity, Zorin OS is based on Ubuntu, so technically adding zorinos (or whatever it is) to https://github.com/OpenVoiceOS/ovos-installer/blob/main/utils/common.sh#L203 should be enough. :crossed_fingers:

suvanbanerjee commented 1 month ago

I am thinking to implement something which can detect base distro or package mgr. because there are many distro apart from zorin that have the same issue ig (like pop mint etc). thus adding just zorin is not a good solution. zorin should work fine if the installer allows it to install.

No need to add complexity, Zorin OS is based on Ubuntu, so technically adding zorinos (or whatever it is) to https://github.com/OpenVoiceOS/ovos-installer/blob/main/utils/common.sh#L203 should be enough. 🤞

Tried it and not working there is issue with pipewire log - https://sprunge.us/OTCwZZ

goldyfruit commented 1 month ago

I am thinking to implement something which can detect base distro or package mgr. because there are many distro apart from zorin that have the same issue ig (like pop mint etc). thus adding just zorin is not a good solution. zorin should work fine if the installer allows it to install.

No need to add complexity, Zorin OS is based on Ubuntu, so technically adding zorinos (or whatever it is) to https://github.com/OpenVoiceOS/ovos-installer/blob/main/utils/common.sh#L203 should be enough. 🤞

Tried it and not working there is issue with pipewire log - https://sprunge.us/OTCwZZ

As expected, you will have to fiddle as I did with Linux Mint; https://github.com/OpenVoiceOS/ovos-installer/blob/main/ansible/roles/ovos_installer/tasks/sound.yml#L8

suvanbanerjee commented 1 month ago

@goldyfruit tried fiddling with sound.yaml it kindof worked but ig it's issue with pip log - https://sprunge.us/FgLCUx can you confirm its issue with pip or installer ?

goldyfruit commented 1 month ago

@goldyfruit tried fiddling with sound.yaml it kindof worked but ig it's issue with pip log - https://sprunge.us/FgLCUx can you confirm its issue with pip or installer ?

You are missing a package so you can't build fann2.

Couldn't find swig2.0 binary!
goldyfruit commented 1 month ago

@Vaibhav-Magadum the ovos-installer should now be able to run on Zorin OS. Thanks to @suvanbanerjee :+1: