Installation des dépendances Zigbee qui plante

Bonjour à tous,
Mon installation en Jeedom V4 sur un raspberry pi 4 et le plugin zigbee (clé popp) fonctionnait bien.
J’ai fait hier la MAJ V4.2 qui s’est bien passé et le plugin zigbee s’est mis aussi à jour et a refonctionné.
Par contre aujourd’hui j’ai fait la mise à jour du firmware (POPP) qui était conseillée par le plugin (ça s’est a priori bien passé) et j’ai ensuite relancé l’installation des dépendances et la catastrophe :
L’installation plante vers 15% et redémarre systématiquement toutes les 10 min.
Je ne vois pourtant pas de d’erreur dans le fichier log zigbee_packages ci-dessous.

Qu’en pensez-vous ? que faire ?

Merci d’avance

+ echo '*******************Begin of package installation******************'
*******************Begin of package installation******************
+ touch /tmp/jeedom_install_in_progress_zigbee
+ echo 1
+ echo 2
+ sudo apt update

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Atteint :1 http://archive.raspberrypi.org/debian buster InRelease
Atteint :2 http://raspbian.raspberrypi.org/raspbian buster InRelease
Ign :3 https://download.webmin.com/download/repository sarge InRelease
Atteint :4 https://deb.nodesource.com/node_12.x buster InRelease
Err :5 https://download.webmin.com/download/repository sarge Release
  Certificate verification failed: The certificate is NOT trusted. The certificate chain uses expired certificate.  Could not handshake: Error in the certificate verification. [IP : 108.60.199.109 443]
Lecture des listes de paquets…
E: Le dépôt https://download.webmin.com/download/repository sarge Release ne contient plus de fichier Release.
+ echo 3
+ sudo apt install -o Dpkg::Options::=--force-confdef -y python3-pyudev

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Lecture des listes de paquets…
Construction de l'arbre des dépendances…
Lecture des informations d'état…
Vous pouvez lancer « apt --fix-broken install » pour corriger ces problèmes.
Les paquets suivants contiennent des dépendances non satisfaites :
 owserver : Dépend: libow-3.2-3 mais ne sera pas installé
            Dépend: owfs-common (>= 3.2p3-1~) mais ne sera pas installé
E: Dépendances non satisfaites. Essayez « apt --fix-broken install » sans paquet
   (ou indiquez une solution).
+ echo 4
+ sudo pip3 install --force-reinstall --ignore-installed --upgrade six
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting six
  Using cached https://files.pythonhosted.org/packages/d9/5a/e7c31adbe875f2abbb91bd84cf2dc52d792b5a01506781dbcf25c91daf11/six-1.16.0-py2.py3-none-any.whl
Installing collected packages: six
Successfully installed six-1.16.0
+ echo 5
+ sudo pip3 install --force-reinstall --ignore-installed --upgrade pyudev
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting pyudev
  Using cached https://files.pythonhosted.org/packages/b7/95/4c67255c65da9c939903cb95c57bd1ad7c920a7b711066aaa56cd7d149ab/pyudev-0.23.2-py3-none-any.whl
Collecting six (from pyudev)
  Using cached https://files.pythonhosted.org/packages/d9/5a/e7c31adbe875f2abbb91bd84cf2dc52d792b5a01506781dbcf25c91daf11/six-1.16.0-py2.py3-none-any.whl
Installing collected packages: six, pyudev
Successfully installed pyudev-0.23.2 six-1.16.0
+ echo 6
+ sudo pip3 install --force-reinstall --ignore-installed --upgrade requests
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting requests
  Using cached https://files.pythonhosted.org/packages/2d/61/08076519c80041bc0ffa1a8af0cbd3bf3e2b62af10435d269a9d0f40564d/requests-2.27.1-py2.py3-none-any.whl
Collecting idna<4,>=2.5; python_version >= "3" (from requests)
  Using cached https://files.pythonhosted.org/packages/04/a2/d918dcd22354d8958fe113e1a3630137e0fc8b44859ade3063982eacd2a4/idna-3.3-py3-none-any.whl
Collecting certifi>=2017.4.17 (from requests)
  Using cached https://files.pythonhosted.org/packages/37/45/946c02767aabb873146011e665728b680884cd8fe70dde973c640e45b775/certifi-2021.10.8-py2.py3-none-any.whl
Collecting charset-normalizer~=2.0.0; python_version >= "3" (from requests)
  Using cached https://files.pythonhosted.org/packages/06/b3/24afc8868eba069a7f03650ac750a778862dc34941a4bebeb58706715726/charset_normalizer-2.0.12-py3-none-any.whl
Collecting urllib3<1.27,>=1.21.1 (from requests)
  Using cached https://files.pythonhosted.org/packages/4e/b8/f5a25b22e803f0578e668daa33ba3701bb37858ec80e08a150bd7d2cf1b1/urllib3-1.26.8-py2.py3-none-any.whl
Installing collected packages: idna, certifi, charset-normalizer, urllib3, requests
Successfully installed certifi-2021.10.8 charset-normalizer-2.0.12 idna-3.3 requests-2.27.1 urllib3-1.26.8
+ echo 7
+ sudo pip3 install --force-reinstall --ignore-installed --upgrade setuptools
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting setuptools
  Using cached https://files.pythonhosted.org/packages/ad/65/7b98718c0ecebbdae5a5251fffc43dd3800ff3d1a6f7cc1aa09cfbcf17a5/setuptools-60.8.2-py3-none-any.whl
Installing collected packages: setuptools
Successfully installed setuptools-60.8.2
+ echo 8
+ sudo pip3 install --force-reinstall --ignore-installed --upgrade wheel
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting wheel
  Using cached https://files.pythonhosted.org/packages/27/d6/003e593296a85fd6ed616ed962795b2f87709c3eee2bca4f6d0fe55c6d00/wheel-0.37.1-py2.py3-none-any.whl
Installing collected packages: wheel
Successfully installed wheel-0.37.1
+ echo 9
+ sudo pip3 install --force-reinstall --ignore-installed --upgrade pyserial
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting pyserial
  Using cached https://files.pythonhosted.org/packages/07/bc/587a445451b253b285629263eb51c2d8e9bcea4fc97826266d186f96f558/pyserial-3.5-py2.py3-none-any.whl
Installing collected packages: pyserial
Successfully installed pyserial-3.5
+ echo 10
+ sudo pip3 install --force-reinstall --ignore-installed --upgrade tornado
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting tornado
  Using cached https://www.piwheels.org/simple/tornado/tornado-6.1-cp37-cp37m-linux_armv7l.whl
Installing collected packages: tornado
Successfully installed tornado-6.1
+ echo 11
+ sudo pip3 install --force-reinstall --ignore-installed --upgrade zigpy
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting zigpy
  Using cached https://files.pythonhosted.org/packages/b7/01/b72c2c8e6de08802f3e2d4f759caf3ab72d6533f00035507fccfd8df931e/zigpy-0.43.0-py3-none-any.whl
Collecting voluptuous (from zigpy)
  Using cached https://www.piwheels.org/simple/voluptuous/voluptuous-0.12.2-py3-none-any.whl
Collecting aiosqlite>=0.16.0 (from zigpy)
  Using cached https://files.pythonhosted.org/packages/a0/48/77c0092f716c4bf9460dca44f5120f70b8f71f14a12f40d22551a7152719/aiosqlite-0.17.0-py3-none-any.whl
Collecting async-timeout<5.0,>=4.0.0a3 (from aiohttp->zigpy)
  Using cached https://files.pythonhosted.org/packages/d6/c1/8991e7c5385b897b8c020cdaad718c5b087a6626d1d11a23e1ea87e325a7/async_timeout-4.0.2-py3-none-any.whl
Collecting idna>=2.0 (from yarl<2.0,>=1.0->aiohttp->zigpy)
  Using cached https://files.pythonhosted.org/packages/04/a2/d918dcd22354d8958fe113e1a3630137e0fc8b44859ade3063982eacd2a4/idna-3.3-py3-none-any.whl
python-miio 0.5.5.2 has requirement click<8,>=7, but you'll have click 8.0.3 which is incompatible.
python-miio 0.5.5.2 has requirement importlib_metadata<2,>=1; python_version <= "3.7", but you'll have importlib-metadata 4.11.0 which is incompatible.
Installing collected packages: voluptuous, typing-extensions, aiosqlite, pycryptodome, charset-normalizer, attrs, frozenlist, aiosignal, multidict, idna, yarl, asynctest, async-timeout, aiohttp, crccheck, zigpy
Successfully installed aiohttp-3.8.1 aiosignal-1.2.0 aiosqlite-0.17.0 async-timeout-4.0.2 asynctest-0.13.0 attrs-21.4.0 charset-normalizer-2.0.12 crccheck-1.1 frozenlist-1.3.0 idna-3.3 multidict-6.0.2 pycryptodome-3.14.1 typing-extensions-4.1.0 voluptuous-0.12.2 yarl-1.7.2 zigpy-0.43.0
+ echo 12
+ sudo pip3 install --force-reinstall --ignore-installed --upgrade zha-quirks
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting zha-quirks
  Using cached https://files.pythonhosted.org/packages/0b/e9/5c75d86588b5db7c6448d31d31f45fe56b81515fff9f6fb4229c1b4f969c/zha_quirks-0.0.66-py3-none-any.whl
Collecting zigpy>=0.42.0 (from zha-quirks)
  Using cached https://files.pythonhosted.org/packages/b7/01/b72c2c8e6de08802f3e2d4f759caf3ab72d6533f00035507fccfd8df931e/zigpy-0.43.0-py3-none-any.whl
Collecting charset-normalizer<3.0,>=2.0 (from aiohttp->zigpy>=0.42.0->zha-quirks)
  Using cached https://files.pythonhosted.org/packages/06/b3/24afc8868eba069a7f03650ac750a778862dc34941a4bebeb58706715726/charset_normalizer-2.0.12-py3-none-any.whl
Collecting async-timeout<5.0,>=4.0.0a3 (from aiohttp->zigpy>=0.42.0->zha-quirks)
  Using cached https://files.pythonhosted.org/packages/d6/c1/8991e7c5385b897b8c020cdaad718c5b087a6626d1d11a23e1ea87e325a7/async_timeout-4.0.2-py3-none-any.whl
Collecting idna>=2.0 (from yarl<2.0,>=1.0->aiohttp->zigpy>=0.42.0->zha-quirks)
  Using cached https://files.pythonhosted.org/packages/04/a2/d918dcd22354d8958fe113e1a3630137e0fc8b44859ade3063982eacd2a4/idna-3.3-py3-none-any.whl
python-miio 0.5.5.2 has requirement click<8,>=7, but you'll have click 8.0.3 which is incompatible.
python-miio 0.5.5.2 has requirement importlib_metadata<2,>=1; python_version <= "3.7", but you'll have importlib-metadata 4.11.0 which is incompatible.
Installing collected packages: voluptuous, typing-extensions, aiosqlite, asynctest, attrs, idna, multidict, yarl, frozenlist, aiosignal, charset-normalizer, async-timeout, aiohttp, pycryptodome, crccheck, zigpy, zha-quirks
Successfully installed aiohttp-3.8.1 aiosignal-1.2.0 aiosqlite-0.17.0 async-timeout-4.0.2 asynctest-0.13.0 attrs-21.4.0 charset-normalizer-2.0.12 crccheck-1.1 frozenlist-1.3.0 idna-3.3 multidict-6.0.2 pycryptodome-3.14.1 typing-extensions-4.1.0 voluptuous-0.12.2 yarl-1.7.2 zha-quirks-0.0.66 zigpy-0.43.0
+ echo 13
+ sudo pip3 install --force-reinstall --ignore-installed --upgrade zigpy-znp
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting zigpy-znp
  Using cached https://files.pythonhosted.org/packages/55/df/6bd1e59a6a23a7def4c0342e02fccccad68408bbc8dd233cc59094755485/zigpy_znp-0.7.0-py3-none-any.whl
Collecting pyserial-asyncio; platform_system != "Windows" (from zigpy-znp)
  Using cached https://files.pythonhosted.org/packages/27/24/c820cf15f87f7b164e83710c1852d4f900d9793961579e5ef64189bc0c10/pyserial_asyncio-0.6-py3-none-any.whl
Collecting yarl<2.0,>=1.0 (from aiohttp->zigpy>=0.40.0->zigpy-znp)
  Using cached https://www.piwheels.org/simple/yarl/yarl-1.7.2-cp37-cp37m-linux_armv7l.whl
Collecting frozenlist>=1.1.1 (from aiohttp->zigpy>=0.40.0->zigpy-znp)
  Using cached https://www.piwheels.org/simple/frozenlist/frozenlist-1.3.0-cp37-cp37m-linux_armv7l.whl
Collecting idna>=2.0 (from yarl<2.0,>=1.0->aiohttp->zigpy>=0.40.0->zigpy-znp)
  Using cached https://files.pythonhosted.org/packages/04/a2/d918dcd22354d8958fe113e1a3630137e0fc8b44859ade3063982eacd2a4/idna-3.3-py3-none-any.whl
python-miio 0.5.5.2 has requirement click<8,>=7, but you'll have click 8.0.3 which is incompatible.
python-miio 0.5.5.2 has requirement importlib_metadata<2,>=1; python_version <= "3.7", but you'll have importlib-metadata 4.11.0 which is incompatible.
Installing collected packages: pyserial, pyserial-asyncio, typing-extensions, async-timeout, zipp, importlib-metadata, attrs, importlib-resources, pyrsistent, jsonschema, humanfriendly, coloredlogs, voluptuous, aiosqlite, frozenlist, aiosignal, multidict, asynctest, charset-normalizer, idna, yarl, aiohttp, crccheck, pycryptodome, zigpy, zigpy-znp
Successfully installed aiohttp-3.8.1 aiosignal-1.2.0 aiosqlite-0.17.0 async-timeout-4.0.2 asynctest-0.13.0 attrs-21.4.0 charset-normalizer-2.0.12 coloredlogs-15.0.1 crccheck-1.1 frozenlist-1.3.0 humanfriendly-10.0 idna-3.3 importlib-metadata-4.11.0 importlib-resources-5.4.0 jsonschema-4.4.0 multidict-6.0.2 pycryptodome-3.14.1 pyrsistent-0.18.1 pyserial-3.5 pyserial-asyncio-0.6 typing-extensions-4.1.0 voluptuous-0.12.2 yarl-1.7.2 zigpy-0.43.0 zigpy-znp-0.7.0 zipp-3.7.0
+ echo 14
+ sudo pip3 install --force-reinstall --ignore-installed --upgrade zigpy-xbee
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting zigpy-xbee
  Using cached https://files.pythonhosted.org/packages/77/a1/8f6360ba552c3ed0facd9cbc42bd833098842b5e80b628a89dd65268b638/zigpy_xbee-0.14.0-py3-none-any.whl
Collecting yarl<2.0,>=1.0 (from aiohttp->zigpy>=0.23.0->zigpy-xbee)
  Using cached https://www.piwheels.org/simple/yarl/yarl-1.7.2-cp37-cp37m-linux_armv7l.whl
Collecting async-timeout<5.0,>=4.0.0a3 (from aiohttp->zigpy>=0.23.0->zigpy-xbee)
  Using cached https://files.pythonhosted.org/packages/d6/c1/8991e7c5385b897b8c020cdaad718c5b087a6626d1d11a23e1ea87e325a7/async_timeout-4.0.2-py3-none-any.whl
Collecting idna>=2.0 (from yarl<2.0,>=1.0->aiohttp->zigpy>=0.23.0->zigpy-xbee)
  Using cached https://files.pythonhosted.org/packages/04/a2/d918dcd22354d8958fe113e1a3630137e0fc8b44859ade3063982eacd2a4/idna-3.3-py3-none-any.whl
python-miio 0.5.5.2 has requirement click<8,>=7, but you'll have click 8.0.3 which is incompatible.
python-miio 0.5.5.2 has requirement importlib_metadata<2,>=1; python_version <= "3.7", but you'll have importlib-metadata 4.11.0 which is incompatible.
Installing collected packages: crccheck, typing-extensions, aiosqlite, pycryptodome, asynctest, frozenlist, aiosignal, multidict, attrs, charset-normalizer, idna, yarl, async-timeout, aiohttp, voluptuous, zigpy, pyserial, pyserial-asyncio, zigpy-xbee
Successfully installed aiohttp-3.8.1 aiosignal-1.2.0 aiosqlite-0.17.0 async-timeout-4.0.2 asynctest-0.13.0 attrs-21.4.0 charset-normalizer-2.0.12 crccheck-1.1 frozenlist-1.3.0 idna-3.3 multidict-6.0.2 pycryptodome-3.14.1 pyserial-3.5 pyserial-asyncio-0.6 typing-extensions-4.1.0 voluptuous-0.12.2 yarl-1.7.2 zigpy-0.43.0 zigpy-xbee-0.14.0
+ echo 15
+ sudo pip3 install --force-reinstall --ignore-installed --upgrade zigpy-deconz
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting zigpy-deconz
  Using cached https://files.pythonhosted.org/packages/96/5f/615fd55b8a84f0d1523723d01511de8f6f9d259b1190cdbd140079598fe6/zigpy_deconz-0.14.0-py3-none-any.whl
Collecting multidict<7.0,>=4.5 (from aiohttp->zigpy>=0.40.0->zigpy-deconz)
  Using cached https://www.piwheels.org/simple/multidict/multidict-6.0.2-cp37-cp37m-linux_armv7l.whl
Collecting idna>=2.0 (from yarl<2.0,>=1.0->aiohttp->zigpy>=0.40.0->zigpy-deconz)
  Using cached https://files.pythonhosted.org/packages/04/a2/d918dcd22354d8958fe113e1a3630137e0fc8b44859ade3063982eacd2a4/idna-3.3-py3-none-any.whl
python-miio 0.5.5.2 has requirement click<8,>=7, but you'll have click 8.0.3 which is incompatible.
python-miio 0.5.5.2 has requirement importlib_metadata<2,>=1; python_version <= "3.7", but you'll have importlib-metadata 4.11.0 which is incompatible.
Installing collected packages: pyserial, pyserial-asyncio, pycryptodome, typing-extensions, aiosqlite, asynctest, frozenlist, charset-normalizer, aiosignal, async-timeout, idna, multidict, yarl, attrs, aiohttp, crccheck, voluptuous, zigpy, zigpy-deconz
Successfully installed aiohttp-3.8.1 aiosignal-1.2.0 aiosqlite-0.17.0 async-timeout-4.0.2 asynctest-0.13.0 attrs-21.4.0 charset-normalizer-2.0.12 crccheck-1.1 frozenlist-1.3.0 idna-3.3 multidict-6.0.2 pycryptodome-3.14.1 pyserial-3.5 pyserial-asyncio-0.6 typing-extensions-4.1.0 voluptuous-0.12.2 yarl-1.7.2 zigpy-0.43.0 zigpy-deconz-0.14.0
+ echo 16
+ sudo pip3 install --force-reinstall --ignore-installed --upgrade zigpy-zigate
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting zigpy-zigate
  Using cached https://www.piwheels.org/simple/zigpy-zigate/zigpy_zigate-0.8.0-py3-none-any.whl
Collecting pyserial>=3.5 (from zigpy-zigate)
  Using cached https://files.pythonhosted.org/packages/07/bc/587a445451b253b285629263eb51c2d8e9bcea4fc97826266d186f96f558/pyserial-3.5-py2.py3-none-any.whl

Collecting idna>=2.0 (from yarl<2.0,>=1.0->aiohttp->zigpy>=0.22.2->zigpy-zigate)
  Using cached https://files.pythonhosted.org/packages/04/a2/d918dcd22354d8958fe113e1a3630137e0fc8b44859ade3063982eacd2a4/idna-3.3-py3-none-any.whl
python-miio 0.5.5.2 has requirement click<8,>=7, but you'll have click 8.0.3 which is incompatible.
python-miio 0.5.5.2 has requirement importlib_metadata<2,>=1; python_version <= "3.7", but you'll have importlib-metadata 4.11.0 which is incompatible.
Installing collected packages: pyserial, RPi.GPIO, typing-extensions, aiosqlite, crccheck, pycryptodome, asynctest, multidict, idna, yarl, charset-normalizer, async-timeout, frozenlist, aiosignal, attrs, aiohttp, voluptuous, zigpy, pyusb, pyserial-asyncio, zigpy-zigate
Successfully installed RPi.GPIO-0.7.1 aiohttp-3.8.1 aiosignal-1.2.0 aiosqlite-0.17.0 async-timeout-4.0.2 asynctest-0.13.0 attrs-21.4.0 charset-normalizer-2.0.12 crccheck-1.1 frozenlist-1.3.0 idna-3.3 multidict-6.0.2 pycryptodome-3.14.1 pyserial-3.5 pyserial-asyncio-0.6 pyusb-1.2.1 typing-extensions-4.1.0 voluptuous-0.12.2 yarl-1.7.2 zigpy-0.43.0 zigpy-zigate-0.8.0
+ echo 17
+ sudo pip3 install --force-reinstall --ignore-installed --upgrade bellows
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting bellows
  Using cached https://files.pythonhosted.org/packages/13/9e/7b4be0d116b81223c544210a41dcca8b36fa3b5f70cc1afb9e09937750fb/bellows-0.29.0-py3-none-any.whl
Collecting yarl<2.0,>=1.0 (from aiohttp->zigpy>=0.37.0->bellows)
  Using cached https://www.piwheels.org/simple/yarl/yarl-1.7.2-cp37-cp37m-linux_armv7l.whl
Collecting idna>=2.0 (from yarl<2.0,>=1.0->aiohttp->zigpy>=0.37.0->bellows)
  Using cached https://files.pythonhosted.org/packages/04/a2/d918dcd22354d8958fe113e1a3630137e0fc8b44859ade3063982eacd2a4/idna-3.3-py3-none-any.whl
python-miio 0.5.5.2 has requirement click<8,>=7, but you'll have click 8.0.3 which is incompatible.
python-miio 0.5.5.2 has requirement importlib_metadata<2,>=1; python_version <= "3.7", but you'll have importlib-metadata 4.11.0 which is incompatible.
Installing collected packages: setuptools, pure-pcapy3, pyserial, zipp, typing-extensions, importlib-metadata, click, click-log, crccheck, aiosqlite, attrs, asynctest, async-timeout, frozenlist, charset-normalizer, aiosignal, multidict, idna, yarl, aiohttp, voluptuous, pycryptodome, zigpy, pyserial-asyncio, bellows
Successfully installed aiohttp-3.8.1 aiosignal-1.2.0 aiosqlite-0.17.0 async-timeout-4.0.2 asynctest-0.13.0 attrs-21.4.0 bellows-0.29.0 charset-normalizer-2.0.12 click-8.0.3 click-log-0.3.2 crccheck-1.1 frozenlist-1.3.0 idna-3.3 importlib-metadata-4.11.0 multidict-6.0.2 pure-pcapy3-1.0.1 pycryptodome-3.14.1 pyserial-3.5 pyserial-asyncio-0.6 setuptools-60.8.2 typing-extensions-4.1.0 voluptuous-0.12.2 yarl-1.7.2 zigpy-0.43.0 zipp-3.7.0
+ echo 18
+ sudo chmod +x /var/www/html/core/class/../../plugins/zigbee/resources/post-install.sh
+ sudo /var/www/html/core/class/../../plugins/zigbee/resources/post-install.sh
Launch install of zigbee dependancy
patching file /usr/local/lib/python3.7/dist-packages/bellows/zigbee/application.py
Hunk #1 succeeded at 260 (offset 30 lines).
patching file /usr/local/lib/python3.7/dist-packages/bellows/ezsp/v8/commands.py
Everything is successfully installed!
+ echo 19
+ php /var/www/html/core/class/../php/jeecli.php plugin dependancy_end zigbee
+ rm /tmp/jeedom_install_in_progress_zigbee
+ echo '*******************End of package installation******************'
*******************End of package installation******************

Bonjour

Il y a pourtant des soucis et des actions à faire
Ton Linux ne semble pas a jour non plus.

As tu fait un apt update et apt upgrade en étant root ou avec sudo devant les commandes en ssh ou via l’interface de Jeedom ?

1 « J'aime »

Bonjour,

Même constat, il y a des soucis de certificat ce qui suppose que vous êtes en retard sur les mises à jour.

Exécutez ceci pour mettre à jour le pi:

sudo apt update 
sudo apt upgrade 
sudo apt --fix-broken install

Ensuite relancez les dépendances et montrez nous le log.

Merci à tous les 2 pour cette réponse rapide et très juste.
J’ai fait les mises à jour et ça a marché pour une réinstallation des dépendances successful.

J’avais la naïveté de croire que de faire régulièrement mes mises à jours dans Jeedom (particulièrement celles du core) entrainait aussi celle de l’OS.

Je me couche moins bête ce soir.

Encore merci

Fabrice

1 « J'aime »

Ce sujet a été automatiquement fermé après 24 heures suivant le dernier commentaire. Aucune réponse n’est permise dorénavant.