Bonjour,
Je réinstalle from scratch mon jeedom dans un nouveau conteneur docker, tout semble à jour.
J’installe les dépendances Google Cast via le script, voir le log plus bas. Tout semble OK.
Pourtant, dans l’écran de config du plugin, les dépendances restent NOK et le daemon ne se lance pas.
Une idée les gens ? Merci beaucoup par avance !!!
Voici le log :
root@jeedom:/# /bin/bash /var/www/html/plugins/googlecast/core/class/../../resources/install.sh
Launch install of googlecast dependancies
-- Updating repo...
Hit:1 http://security.debian.org/debian-security buster/updates InRelease
Hit:2 http://deb.debian.org/debian buster InRelease
Hit:3 http://deb.debian.org/debian buster-updates InRelease
Hit:4 https://deb.nodesource.com/node_12.x buster InRelease
Reading package lists... Done
-- Installation of python3 and dependancies
Reading package lists... Done
Building dependency tree
Reading state information... Done
build-essential is already the newest version (12.6).
python-dev is already the newest version (2.7.16-1).
python3 is already the newest version (3.7.3-1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
-- Installed version of Python :
Python 3.7.3
-- Installation of pip for python3 and necessary libraries
Reading package lists... Done
Building dependency tree
Reading state information... Done
python3-pip is already the newest version (18.1-5).
python3-dev is already the newest version (3.7.3-1).
python-requests is already the newest version (2.21.0-1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
-- Installation of TTS libraries
Reading package lists... Done
Building dependency tree
Reading state information... Done
sox is already the newest version (14.4.2+git20190427-1).
libttspico-utils is already the newest version (1.0+git20130326-9).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
-- Installation of libav/ffmpeg libraries
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libav-tools 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:
ffmpeg
E: Package 'libav-tools' has no installation candidate
-- Upgrade setuptools with command pip3 if not up to date
Requirement already satisfied: setuptools in /usr/local/lib/python3.7/dist-packages (42.0.2)
-- Installed version of pip :
pip 18.1 from /usr/lib/python3/dist-packages/pip (python 3.7)
-- Installation of python library 'netifaces' with command pip3
Requirement already satisfied: netifaces in /usr/local/lib/python3.7/dist-packages (0.10.9)
-- Installation of python library 'requests' with command pip3
Requirement already satisfied: requests in /usr/local/lib/python3.7/dist-packages (2.22.0)
Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in /usr/local/lib/python3.7/dist-packages (from requests) (1.25.7)
Requirement already satisfied: idna<2.9,>=2.5 in /usr/local/lib/python3.7/dist-packages (from requests) (2.8)
Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.7/dist-packages (from requests) (2019.11.28)
Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/local/lib/python3.7/dist-packages (from requests) (3.0.4)
-- Installation of python library 'protobuf' with command pip3
Requirement already satisfied: protobuf in /usr/local/lib/python3.7/dist-packages (3.11.1)
Requirement already satisfied: setuptools in /usr/local/lib/python3.7/dist-packages (from protobuf) (42.0.2)
Requirement already satisfied: six>=1.9 in /usr/lib/python3/dist-packages (from protobuf) (1.12.0)
-- Installation of python library 'zeroconf' with command pip3
Requirement already satisfied: zeroconf in /usr/local/lib/python3.7/dist-packages (0.24.2)
Requirement already satisfied: ifaddr in /usr/local/lib/python3.7/dist-packages (from zeroconf) (0.1.6)
-- Installation of python library 'click, bs4 and six' for TTS with command pip3
Requirement already satisfied: click in /usr/local/lib/python3.7/dist-packages (7.0)
Requirement already satisfied: bs4 in /usr/local/lib/python3.7/dist-packages (0.0.1)
Requirement already satisfied: six in /usr/lib/python3/dist-packages (1.12.0)
Requirement already satisfied: beautifulsoup4 in /usr/local/lib/python3.7/dist-packages (from bs4) (4.8.1)
Requirement already satisfied: soupsieve>=1.2 in /usr/local/lib/python3.7/dist-packages (from beautifulsoup4->bs4) (1.9.5)
-- Installation of python library 'tqdm, websocket-client' for plex with command pip3
Requirement already satisfied: tqdm in /usr/local/lib/python3.7/dist-packages (4.40.2)
Requirement already satisfied: websocket-client in /usr/local/lib/python3.7/dist-packages (0.56.0)
Requirement already satisfied: six in /usr/lib/python3/dist-packages (from websocket-client) (1.12.0)
-- Installation of dependencies is done !