Home Assistant problem with installation

https://paste.yunohost.org/raw/rixatisole

I’m currently having a problem with installing Home Assistant on yunohost and would like any advice on what I need to fix to properly install Home Assistant. I updated pip and tried to update libmysqlclient-dev but got this:

oot@k1ngzly:~# sudo apt-get install libmysqlclient-dev
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
Package libmysqlclient-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
libmariadb-dev-compat libmariadb-dev

why did you do that ??

  1. a specific pip version is required and not the latest one, the right version is handle by the script
  2. libmysqlclient-dev is not a package dependency

The command failing is sudo -u homeassistant /var/www/homeassistant/bin/pip3 --cache-dir /home/yunohost.app/homeassistant/.cache install --upgrade mysqlclient but can’t understand why is it failing on your system and the log doesn’t help in that case.

PS : you have some issues with your sources.list…

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.