[Google devices] - echec d'installation des dépendances

Bonjour,

Sur 2 VM différentes fonctionnant sous debian 10, jeedom 4.1 j’ai tenté d’installer le plugin google devices version 2021-03-14 01:03:09.

L’installation des dépendances n’aboutit jamais (etat NOK) et dans les logs j’ai cela :

*Début de l'installation*
*Reading package lists...*
*Building dependency tree...*
*Reading state information...*
*adb is already the newest version (1:8.1.0+r23-5).*
*golang-go is already the newest version (2:1.11~1).*
*jq is already the newest version (1.5+dfsg-2+b1).*
*python3-pip is already the newest version (18.1-5).*
*python3-dev is already the newest version (3.7.3-1).*
*0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.*
*Requirement already satisfied: gpsoauth in /usr/local/lib/python3.7/dist-packages (0.4.3)*
*Requirement already satisfied: requests in /usr/local/lib/python3.7/dist-packages/requests-2.25.1-py3.7.egg (from gpsoauth) (2.25.1)*
*Requirement already satisfied: pycryptodomex>=3.0 in /usr/local/lib/python3.7/dist-packages (from gpsoauth) (3.10.1)*
*Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests->gpsoauth) (2018.8.24)*
*Requirement already satisfied: chardet<5,>=3.0.2 in /usr/lib/python3/dist-packages (from requests->gpsoauth) (3.0.4)*
*Requirement already satisfied: idna<3,>=2.5 in /usr/lib/python3/dist-packages (from requests->gpsoauth) (2.6)*
*Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/lib/python3/dist-packages (from requests->gpsoauth) (1.24.1)*
*Requirement already satisfied: gTTS in /usr/local/lib/python3.7/dist-packages (2.2.2)*
*Requirement already satisfied: six in /usr/lib/python3/dist-packages (from gTTS) (1.12.0)*
*Requirement already satisfied: requests in /usr/local/lib/python3.7/dist-packages/requests-2.25.1-py3.7.egg (from gTTS) (2.25.1)*
*Requirement already satisfied: click in /usr/local/lib/python3.7/dist-packages (from gTTS) (7.1.1)*
*Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests->gTTS) (2018.8.24)*
*Requirement already satisfied: chardet<5,>=3.0.2 in /usr/lib/python3/dist-packages (from requests->gTTS) (3.0.4)*
*Requirement already satisfied: idna<3,>=2.5 in /usr/lib/python3/dist-packages (from requests->gTTS) (2.6)*
*Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/lib/python3/dist-packages (from requests->gTTS) (1.24.1)*
*running install*
*running bdist_egg*
*running egg_info*
*writing catt.egg-info/PKG-INFO*
*writing dependency_links to catt.egg-info/dependency_links.txt*
*writing entry points to catt.egg-info/entry_points.txt*
*writing requirements to catt.egg-info/requires.txt*
*writing top-level names to catt.egg-info/top_level.txt*
*reading manifest file 'catt.egg-info/SOURCES.txt'*
*reading manifest template 'MANIFEST.in'*
*warning: no files found matching 'HISTORY.rst'*
*warning: no previously-included files matching '__pycache__' found under directory '*'*
*warning: no previously-included files matching '*.py[co]' found under directory '*'*
*warning: no files found matching '*.rst' under directory 'docs'*
*warning: no files found matching 'conf.py' under directory 'docs'*
*warning: no files found matching 'Makefile' under directory 'docs'*
*warning: no files found matching 'make.bat' under directory 'docs'*
*warning: no files found matching '*.jpg' under directory 'docs'*
*warning: no files found matching '*.png' under directory 'docs'*
*warning: no files found matching '*.gif' under directory 'docs'*
*writing manifest file 'catt.egg-info/SOURCES.txt'*
*installing library code to build/bdist.linux-x86_64/egg*
*running install_lib*
*running build_py*
*creating build/bdist.linux-x86_64/egg*
*creating build/bdist.linux-x86_64/egg/catt*
*copying build/lib/catt/stream_info.py -> build/bdist.linux-x86_64/egg/catt*
*copying build/lib/catt/__init__.py -> build/bdist.linux-x86_64/egg/catt*
*copying build/lib/catt/subs_info.py -> build/bdist.linux-x86_64/egg/catt*
*copying build/lib/catt/util.py -> build/bdist.linux-x86_64/egg/catt*
*copying build/lib/catt/http_server.py -> build/bdist.linux-x86_64/egg/catt*
*copying build/lib/catt/error.py -> build/bdist.linux-x86_64/egg/catt*
*copying build/lib/catt/api.py -> build/bdist.linux-x86_64/egg/catt*
*copying build/lib/catt/cli.py -> build/bdist.linux-x86_64/egg/catt*
*copying build/lib/catt/controllers.py -> build/bdist.linux-x86_64/egg/catt*
*byte-compiling build/bdist.linux-x86_64/egg/catt/stream_info.py to stream_info.cpython-37.pyc*
*byte-compiling build/bdist.linux-x86_64/egg/catt/__init__.py to __init__.cpython-37.pyc*
*byte-compiling build/bdist.linux-x86_64/egg/catt/subs_info.py to subs_info.cpython-37.pyc*
*byte-compiling build/bdist.linux-x86_64/egg/catt/util.py to util.cpython-37.pyc*
*byte-compiling build/bdist.linux-x86_64/egg/catt/http_server.py to http_server.cpython-37.pyc*
*byte-compiling build/bdist.linux-x86_64/egg/catt/error.py to error.cpython-37.pyc*
*byte-compiling build/bdist.linux-x86_64/egg/catt/api.py to api.cpython-37.pyc*
*byte-compiling build/bdist.linux-x86_64/egg/catt/cli.py to cli.cpython-37.pyc*
*byte-compiling build/bdist.linux-x86_64/egg/catt/controllers.py to controllers.cpython-37.pyc*
*creating build/bdist.linux-x86_64/egg/EGG-INFO*
*copying catt.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO*
*copying catt.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO*
*copying catt.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO*
*copying catt.egg-info/entry_points.txt -> build/bdist.linux-x86_64/egg/EGG-INFO*
*copying catt.egg-info/not-zip-safe -> build/bdist.linux-x86_64/egg/EGG-INFO*
*copying catt.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO*
*copying catt.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO*
*creating 'dist/catt-0.11.3-py3.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it*
*removing 'build/bdist.linux-x86_64/egg' (and everything under it)*
*Processing catt-0.11.3-py3.7.egg*
*removing '/usr/local/lib/python3.7/dist-packages/catt-0.11.3-py3.7.egg' (and everything under it)*
*creating /usr/local/lib/python3.7/dist-packages/catt-0.11.3-py3.7.egg*
*Extracting catt-0.11.3-py3.7.egg to /usr/local/lib/python3.7/dist-packages*
*catt 0.11.3 is already the active version in easy-install.pth*
*Installing catt script to /usr/local/bin*
*Installed /usr/local/lib/python3.7/dist-packages/catt-0.11.3-py3.7.egg*
*Processing dependencies for catt==0.11.3*
*Searching for requests==2.25.1*
*Best match: requests 2.25.1*
*Processing requests-2.25.1-py3.7.egg*
*requests 2.25.1 is already the active version in easy-install.pth*
*Using /usr/local/lib/python3.7/dist-packages/requests-2.25.1-py3.7.egg*
*Searching for ifaddr==0.1.7*
*Best match: ifaddr 0.1.7*
*Processing ifaddr-0.1.7-py3.7.egg*
*ifaddr 0.1.7 is already the active version in easy-install.pth*
*Using /usr/local/lib/python3.7/dist-packages/ifaddr-0.1.7-py3.7.egg*
*Searching for click==8.0.0a1*
*Best match: click 8.0.0a1*
*Processing click-8.0.0a1-py3.7.egg*
*click 8.0.0a1 is already the active version in easy-install.pth*
*Using /usr/local/lib/python3.7/dist-packages/click-8.0.0a1-py3.7.egg*
*Searching for PyChromecast==6.0.0*
*Best match: PyChromecast 6.0.0*
*Processing PyChromecast-6.0.0-py3.7.egg*
*PyChromecast 6.0.0 is already the active version in easy-install.pth*
*Using /usr/local/lib/python3.7/dist-packages/PyChromecast-6.0.0-py3.7.egg*
*Searching for youtube-dl==2021.3.14*
*Best match: youtube-dl 2021.3.14*
*Processing youtube_dl-2021.3.14-py3.7.egg*
*youtube-dl 2021.3.14 is already the active version in easy-install.pth*
*Installing youtube-dl script to /usr/local/bin*
*Using /usr/local/lib/python3.7/dist-packages/youtube_dl-2021.3.14-py3.7.egg*
*Searching for urllib3==1.24.1*
*Best match: urllib3 1.24.1*
*Adding urllib3 1.24.1 to easy-install.pth file*
*Using /usr/lib/python3/dist-packages*
*Searching for idna==2.6*
*Best match: idna 2.6*
*Adding idna 2.6 to easy-install.pth file*
*Using /usr/lib/python3/dist-packages*
*Searching for chardet==3.0.4*
*Best match: chardet 3.0.4*
*Adding chardet 3.0.4 to easy-install.pth file*
*Installing chardetect script to /usr/local/bin*
*Using /usr/lib/python3/dist-packages*
*Searching for certifi==2018.8.24*
*Best match: certifi 2018.8.24*
*Adding certifi 2018.8.24 to easy-install.pth file*
*Using /usr/lib/python3/dist-packages*
*Searching for zeroconf==0.27.1*
*Best match: zeroconf 0.27.1*
*Adding zeroconf 0.27.1 to easy-install.pth file*
*Using /usr/local/lib/python3.7/dist-packages*
*Searching for protobuf==3.11.3*
*Best match: protobuf 3.11.3*
*Adding protobuf 3.11.3 to easy-install.pth file*
*Using /usr/local/lib/python3.7/dist-packages*
*Searching for casttube==0.2.1*
*Best match: casttube 0.2.1*
*Adding casttube 0.2.1 to easy-install.pth file*
*Using /usr/local/lib/python3.7/dist-packages*
*Searching for six==1.12.0*
*Best match: six 1.12.0*
*Adding six 1.12.0 to easy-install.pth file*
*Using /usr/lib/python3/dist-packages*
*Searching for setuptools==46.1.3*
*Best match: setuptools 46.1.3*
*Adding setuptools 46.1.3 to easy-install.pth file*
*Installing easy_install script to /usr/local/bin*
*Installing easy_install-3.8 script to /usr/local/bin*
*Using /usr/local/lib/python3.7/dist-packages*
*Finished processing dependencies for catt==0.11.3*
*# google.golang.org/grpc/xds*
*/root/go/src/google.golang.org/grpc/xds/server.go:207:10: undefined: strings.ReplaceAll*
*# google.golang.org/grpc/xds*
*/root/go/src/google.golang.org/grpc/xds/server.go:207:10: undefined: strings.ReplaceAll*
*rm: cannot remove '/tmp/jeedom/ghlocal/dependancy': No such file or directory*
*Fin de l'installation*

Merci d’avance de votre aide.

Bonjour,
merci d’utiliser cette méthode pour formater les log de ton 1er message

merci de préciser aussi la version du plugin
ex :
beta date …

(ne repost pas édite simplement ton premier message avec le crayon)

Voir Dépendances reste NOK - #2 par jpty
Et la réponse de lunarok en dessous.

1 « J'aime »

Corrigé avec le nouvelle version du plugin ce jour. Merci