Bonjour @ tous,
Jeedom tourne chez moi sur une Smart et Debian 10.13. Je n’arrive pas a installer les dépendances de ce plugin. J’ai essayé de chercher par moi même une solution sur le forum mais je suis un peu perdu.
J’ai copié les logs lors de l’installation (ci-dessous), est-ce que ces informations suffisent pour que quelqu’un puisse m’aider a trouver une solution ?
Merci par avance pour vos réponses
Launch install of googlecast dependancies
-- Current OS version :
Description: Debian GNU/Linux 10 (buster)
-- Updating repo...
Hit:1 http://security.debian.org/debian-security buster/updates InRelease
Get:2 http://ftp.uk.debian.org/debian buster InRelease [122 kB]
Hit:3 http://ftp.uk.debian.org/debian buster-updates InRelease
Hit:4 https://deb.nodesource.com/node_16.x buster InRelease
Hit:5 http://www.deb-multimedia.org buster InRelease
Hit:6 https://oph.mdrjr.net/meveric all InRelease
Hit:7 https://oph.mdrjr.net/meveric buster InRelease
Fetched 122 kB in 6s (22.1 kB/s)
Reading package lists...
-- Installation of python3 and dependancies
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
-- Installed version of Python :
Python 3.7.3
Your version of python is compatible with this plugin.
-- Installation of pip for python3 and necessary libraries
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
-- Installation of audio sox library
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
-- Installation of TTS libraries
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
-- Installation of libav/ffmpeg libraries
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
-- Upgrade setuptools with command pip3.4 if not up to date
Requirement already satisfied (use --upgrade to upgrade): setuptools>=42.0.0 in /usr/local/lib/python2.7/dist-packages
Cleaning up...
-- Installed version of pip :
pip 1.5.6 from /usr/local/lib/python2.7/dist-packages/pip-1.5.6-py2.7.egg (python 2.7)
-- Installation of python library 'requests' with command pip3.4
Requirement already satisfied (use --upgrade to upgrade): requests>=2.21.0 in /usr/local/lib/python2.7/dist-packages
Cleaning up...
-- Installation of python library 'protobuf' with command pip3.4
Requirement already satisfied (use --upgrade to upgrade): protobuf>=3.11.0 in /usr/local/lib/python2.7/dist-packages
Cleaning up...
-- Installation of python library 'zeroconf' with command pip3.4
Requirement already satisfied (use --upgrade to upgrade): zeroconf>=0.25.1 in /usr/local/lib/python2.7/dist-packages
Requirement already satisfied (use --upgrade to upgrade): ifaddr>=0.1.7 in /usr/local/lib/python2.7/dist-packages (from zeroconf>=0.25.1)
Cleaning up...
-- Installation of python library 'click, bs4 and six' for TTS with command pip3.4
Downloading/unpacking click
pip can't proceed with requirement 'click' due to a pre-existing build directory.
location: /tmp/pip_build_root/click
This is likely due to a previous installation that failed.
pip is being responsible and not assuming it can delete this.
Please delete it and try again.
Storing debug log for failure in /root/.pip/pip.log
-- Installation of python library 'tqdm, websocket-client, casttube' for plex/youtube with command pip3.4
Downloading/unpacking tqdm
Cleaning up...
Exception:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/pip-1.5.6-py2.7.egg/pip/basecommand.py", line 122, in main
status = self.run(options, args)
File "/usr/local/lib/python2.7/dist-packages/pip-1.5.6-py2.7.egg/pip/commands/install.py", line 278, in run
requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
File "/usr/local/lib/python2.7/dist-packages/pip-1.5.6-py2.7.egg/pip/req.py", line 1265, in prepare_files
req_to_install.extras):
File "/usr/local/lib/python2.7/dist-packages/pip-1.5.6-py2.7.egg/pip/_vendor/pkg_resources.py", line 2291, in requires
dm = self._dep_map
File "/usr/local/lib/python2.7/dist-packages/pip-1.5.6-py2.7.egg/pip/_vendor/pkg_resources.py", line 2484, in _dep_map
self.__dep_map = self._compute_dependencies()
File "/usr/local/lib/python2.7/dist-packages/pip-1.5.6-py2.7.egg/pip/_vendor/pkg_resources.py", line 2517, in _compute_dependencies
common = frozenset(reqs_for_extra(None))
File "/usr/local/lib/python2.7/dist-packages/pip-1.5.6-py2.7.egg/pip/_vendor/pkg_resources.py", line 2514, in reqs_for_extra
if req.marker_fn(override={'extra':extra}):
File "/usr/local/lib/python2.7/dist-packages/pip-1.5.6-py2.7.egg/pip/_vendor/_markerlib/markers.py", line 113, in marker_fn
return eval(compiled_marker, environment)
File "", line 1, in
NameError: name 'platform_system' is not defined
Storing debug log for failure in /root/.pip/pip.log
-- Installation of dependencies is done !