Démon NOK Dépendances NOK NOK

Salut,
Stable ou bêta ?

C’est le version Stable

Tentez la bêta sans aucuns risques .
Activez l’accès aux bêtas sur le market de votre voisin

pas question de metre une beta sur un jeedom de production.

Pareil pour moi en sachant que c’est tout de même développé par Jeedom SAS .

1 « J'aime »

Et je suppose que vous n’êtes pas chaud pour lancer ces commandes ?


sudo pip3 install --force-reinstall  --upgrade zigpy-deconz==0.16.0
sudo pip3 install --force-reinstall  --upgrade zigpy-znp==0.7.0
sudo pip3 install --force-reinstall  --upgrade zigpy==0.46.0
sudo rm -rf /usr/local/lib/python3.7/dist-packages/zigpy-0.47.0.dist-info

Probleme plugin zigbee avec zigpy 0.47.0

On va attendre que l’equipe Jeedom resolve ce probleme dans une version Stable.

Merci,

Sebastien

2 « J'aime »

Salut, j’ai réussi à relancer les démons avec la dernière mis à jour en Stable et ensuite, j’ai lancé les commandes suivantes.

wget https://github.com/Elelabs/elelabs-zigbee-ezsp-utility/archive/master.zip

-O /tmp/elelabs.zip

cd /tmp;unzip -o elelabs.zip

cd /tmp/elelabs-zigbee-ezsp-utility-master;python3 Elelabs_EzspFwUtility.py flash -p /dev/ttyUSB0 -f /tmp/elelabs-zigbee-ezsp-utility-master/data/EFR32MG13/ELE_MG13_zb_ncp_115200_610_211112.gbl

cd /tmp/elelabs-zigbee-ezsp-utility-master;python3 Elelabs_EzspFwUtility.py probe -p /dev/ttyUSB0

rm -rf /tmp/elelabs-zigbee-ezsp-utility-master

(Bien changer le port USB dans la commande)

J’ai démarré le DEMON et hop ! Tout fonctionne.

Idem… plugin NOK depuis mise à jour de Jeedom et du plugin Zigbee

Clé Conbee2
Impossible d’avoir le plugin OK suite à mise à jour de jeedom en 4.2.19 et plugin Zigbee en 2022-06-21 09:39:13

J’ai relancé plusieurs fois les dépendances du plugin sans succès, fait un backup d’une sauvegarde, pas mieux, mis à jour l’OS, redémarré mon RPI4 entre certaines tentatives…

J’enrage car les 3/4 de mes équipements sont en Zigbee !!
Et franchement, devoir tout passer en beta pour une mauvaise mise à jour, ça me gave un « peu »…

Bonjour,

Je suis en stable 2022-06-21 09:39:13 et en v 4.2.19 (stable également) avec une conbee II.

Après une réinstallation des dépendances le plugin fonctionne (mes équipements aussi).

C’est un peu plus contraignant que d’habitude mais cela fait partie des choses qui arrivent et moins de 15 minutes pour que tout refonctionne c’est pas très long.

Aller courage à tous

Bonjour,

Je viens d’installer la version ZigBee Stable de ce jour (23/06/2022) mais les dépendances restent en NOK:

Found existing installation: charset-normalizer 2.0.12
Uninstalling charset-normalizer-2.0.12:
Successfully uninstalled charset-normalizer-2.0.12
Attempting uninstall: attrs
Found existing installation: attrs 21.4.0
Uninstalling attrs-21.4.0:
Successfully uninstalled attrs-21.4.0
Attempting uninstall: asynctest
Found existing installation: asynctest 0.13.0
Uninstalling asynctest-0.13.0:
Successfully uninstalled asynctest-0.13.0
Attempting uninstall: yarl
Found existing installation: yarl 1.7.2
Uninstalling yarl-1.7.2:
Successfully uninstalled yarl-1.7.2
Attempting uninstall: cffi
Found existing installation: cffi 1.15.0
Uninstalling cffi-1.15.0:
Successfully uninstalled cffi-1.15.0
Attempting uninstall: async-timeout
Found existing installation: async-timeout 4.0.2
Uninstalling async-timeout-4.0.2:
Successfully uninstalled async-timeout-4.0.2
Attempting uninstall: aiosqlite
Found existing installation: aiosqlite 0.17.0
Uninstalling aiosqlite-0.17.0:
Successfully uninstalled aiosqlite-0.17.0
Attempting uninstall: aiosignal
Found existing installation: aiosignal 1.2.0
Uninstalling aiosignal-1.2.0:
Successfully uninstalled aiosignal-1.2.0
Attempting uninstall: cryptography
Found existing installation: cryptography 37.0.2
Uninstalling cryptography-37.0.2:
Successfully uninstalled cryptography-37.0.2
Attempting uninstall: aiohttp
Found existing installation: aiohttp 3.8.1
Uninstalling aiohttp-3.8.1:
Successfully uninstalled aiohttp-3.8.1
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
bellows 0.30.0 requires pyserial, which is not installed.
requests 2.28.0 requires charset-normalizer~=2.0.0, but you have charset-normalizer 2.1.0 which is incompatible.
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 cffi-1.15.0 charset-normalizer-2.1.0 crccheck-1.1 cryptography-37.0.2 frozenlist-1.3.0 idna-3.3 multidict-6.0.2 pycparser-2.21 typing_extensions-4.2.0 voluptuous-0.13.1 yarl-1.7.2 zigpy-0.46.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ echo 12
+ sudo pip3 install --force-reinstall --upgrade zha-quirks
Collecting zha-quirks
Using cached zha_quirks-0.0.75-py3-none-any.whl (299 kB)
Collecting zigpy>=0.45.1
Using cached zigpy-0.47.0-py3-none-any.whl (150 kB)
Collecting aiosqlite>=0.16.0
Using cached aiosqlite-0.17.0-py3-none-any.whl (15 kB)
Collecting crccheck
Using cached crccheck-1.1-py3-none-any.whl (29 kB)
Collecting aiohttp
Using cached aiohttp-3.8.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB)
Collecting cryptography
Using cached cryptography-37.0.2-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl (3.6 MB)
Collecting voluptuous
Using cached voluptuous-0.13.1-py3-none-any.whl (29 kB)
Collecting typing_extensions>=3.7.2
Using cached typing_extensions-4.2.0-py3-none-any.whl (24 kB)
Collecting attrs>=17.3.0
Using cached attrs-21.4.0-py2.py3-none-any.whl (60 kB)
Collecting asynctest==0.13.0
Using cached asynctest-0.13.0-py3-none-any.whl (26 kB)
Collecting frozenlist>=1.1.1
Using cached frozenlist-1.3.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (145 kB)
Collecting charset-normalizer<3.0,>=2.0
Using cached charset_normalizer-2.1.0-py3-none-any.whl (39 kB)
Collecting yarl<2.0,>=1.0
Using cached yarl-1.7.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (287 kB)
Collecting aiosignal>=1.1.2
Using cached aiosignal-1.2.0-py3-none-any.whl (8.2 kB)
Collecting multidict<7.0,>=4.5
Using cached multidict-6.0.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (96 kB)
Collecting async-timeout<5.0,>=4.0.0a3
Using cached async_timeout-4.0.2-py3-none-any.whl (5.8 kB)
Collecting cffi>=1.12
Using cached cffi-1.15.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (434 kB)
Collecting pycparser
Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
Collecting idna>=2.0
Using cached idna-3.3-py3-none-any.whl (61 kB)
WARNING: Error parsing requirements for six: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/six-1.16.0.dist-info/METADATA'
WARNING: Error parsing requirements for pyserial: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/pyserial-3.5.dist-info/METADATA'
Installing collected packages: voluptuous, crccheck, typing_extensions, pycparser, multidict, idna, frozenlist, charset-normalizer, attrs, asynctest, yarl, cffi, async-timeout, aiosqlite, aiosignal, cryptography, aiohttp, zigpy, zha-quirks
Attempting uninstall: voluptuous
Found existing installation: voluptuous 0.13.1
Uninstalling voluptuous-0.13.1:
Successfully uninstalled voluptuous-0.13.1
Attempting uninstall: crccheck
Found existing installation: crccheck 1.1
Uninstalling crccheck-1.1:
Successfully uninstalled crccheck-1.1
Attempting uninstall: typing_extensions
Found existing installation: typing_extensions 4.2.0
Uninstalling typing_extensions-4.2.0:
Successfully uninstalled typing_extensions-4.2.0
Attempting uninstall: pycparser
Found existing installation: pycparser 2.21
Uninstalling pycparser-2.21:
Successfully uninstalled pycparser-2.21
Attempting uninstall: multidict
Found existing installation: multidict 6.0.2
Uninstalling multidict-6.0.2:
Successfully uninstalled multidict-6.0.2
Attempting uninstall: idna
Found existing installation: idna 3.3
Uninstalling idna-3.3:
Successfully uninstalled idna-3.3
Attempting uninstall: frozenlist
Found existing installation: frozenlist 1.3.0
Uninstalling frozenlist-1.3.0:
Successfully uninstalled frozenlist-1.3.0
Attempting uninstall: charset-normalizer
Found existing installation: charset-normalizer 2.1.0
Uninstalling charset-normalizer-2.1.0:
Successfully uninstalled charset-normalizer-2.1.0
Attempting uninstall: attrs
Found existing installation: attrs 21.4.0
Uninstalling attrs-21.4.0:
Successfully uninstalled attrs-21.4.0
Attempting uninstall: asynctest
Found existing installation: asynctest 0.13.0
Uninstalling asynctest-0.13.0:
Successfully uninstalled asynctest-0.13.0
Attempting uninstall: yarl
Found existing installation: yarl 1.7.2
Uninstalling yarl-1.7.2:
Successfully uninstalled yarl-1.7.2
Attempting uninstall: cffi
Found existing installation: cffi 1.15.0
Uninstalling cffi-1.15.0:
Successfully uninstalled cffi-1.15.0
Attempting uninstall: async-timeout
Found existing installation: async-timeout 4.0.2
Uninstalling async-timeout-4.0.2:
Successfully uninstalled async-timeout-4.0.2
Attempting uninstall: aiosqlite
Found existing installation: aiosqlite 0.17.0
Uninstalling aiosqlite-0.17.0:
Successfully uninstalled aiosqlite-0.17.0
Attempting uninstall: aiosignal
Found existing installation: aiosignal 1.2.0
Uninstalling aiosignal-1.2.0:
Successfully uninstalled aiosignal-1.2.0
Attempting uninstall: cryptography
Found existing installation: cryptography 37.0.2
Uninstalling cryptography-37.0.2:
Successfully uninstalled cryptography-37.0.2
Attempting uninstall: aiohttp
Found existing installation: aiohttp 3.8.1
Uninstalling aiohttp-3.8.1:
Successfully uninstalled aiohttp-3.8.1
Attempting uninstall: zigpy
Found existing installation: zigpy 0.46.0
Uninstalling zigpy-0.46.0:
Successfully uninstalled zigpy-0.46.0
Attempting uninstall: zha-quirks
Found existing installation: zha-quirks 0.0.75
Uninstalling zha-quirks-0.0.75:
Successfully uninstalled zha-quirks-0.0.75
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
bellows 0.30.0 requires pyserial, which is not installed.
requests 2.28.0 requires charset-normalizer~=2.0.0, but you have charset-normalizer 2.1.0 which is incompatible.
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 cffi-1.15.0 charset-normalizer-2.1.0 crccheck-1.1 cryptography-37.0.2 frozenlist-1.3.0 idna-3.3 multidict-6.0.2 pycparser-2.21 typing_extensions-4.2.0 voluptuous-0.13.1 yarl-1.7.2 zha-quirks-0.0.75 zigpy-0.47.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ echo 13
+ sudo pip3 install --force-reinstall --upgrade zigpy-znp==0.7.0
Collecting zigpy-znp==0.7.0
Using cached zigpy_znp-0.7.0-py3-none-any.whl (124 kB)
Collecting async-timeout
Using cached async_timeout-4.0.2-py3-none-any.whl (5.8 kB)
Collecting pyserial-asyncio
Using cached pyserial_asyncio-0.6-py3-none-any.whl (7.6 kB)
Collecting voluptuous
Using cached voluptuous-0.13.1-py3-none-any.whl (29 kB)
Collecting jsonschema
Using cached jsonschema-4.6.0-py3-none-any.whl (80 kB)
Collecting zigpy>=0.40.0
Using cached zigpy-0.47.0-py3-none-any.whl (150 kB)
Collecting coloredlogs
Using cached coloredlogs-15.0.1-py2.py3-none-any.whl (46 kB)
Collecting cryptography
Using cached cryptography-37.0.2-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl (3.6 MB)
Collecting crccheck
Using cached crccheck-1.1-py3-none-any.whl (29 kB)
Collecting aiohttp
Using cached aiohttp-3.8.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB)
Collecting aiosqlite>=0.16.0
Using cached aiosqlite-0.17.0-py3-none-any.whl (15 kB)
Collecting typing-extensions>=3.6.5
Using cached typing_extensions-4.2.0-py3-none-any.whl (24 kB)
Collecting humanfriendly>=9.1
Using cached humanfriendly-10.0-py2.py3-none-any.whl (86 kB)
Collecting attrs>=17.4.0
Using cached attrs-21.4.0-py2.py3-none-any.whl (60 kB)
Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0
Using cached pyrsistent-0.18.1-cp37-cp37m-linux_aarch64.whl
Collecting importlib-metadata
Using cached importlib_metadata-4.11.4-py3-none-any.whl (18 kB)
Collecting importlib-resources>=1.4.0
Using cached importlib_resources-5.8.0-py3-none-any.whl (28 kB)
Collecting pyserial
Using cached pyserial-3.5-py2.py3-none-any.whl (90 kB)
Collecting zipp>=3.1.0
Using cached zipp-3.8.0-py3-none-any.whl (5.4 kB)
Collecting charset-normalizer<3.0,>=2.0
Using cached charset_normalizer-2.1.0-py3-none-any.whl (39 kB)
Collecting asynctest==0.13.0
Using cached asynctest-0.13.0-py3-none-any.whl (26 kB)
Collecting aiosignal>=1.1.2
Using cached aiosignal-1.2.0-py3-none-any.whl (8.2 kB)
Collecting frozenlist>=1.1.1
Using cached frozenlist-1.3.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (145 kB)
Collecting yarl<2.0,>=1.0
Using cached yarl-1.7.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (287 kB)
Collecting multidict<7.0,>=4.5
Using cached multidict-6.0.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (96 kB)
Collecting cffi>=1.12
Using cached cffi-1.15.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (434 kB)
Collecting pycparser
Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
Collecting idna>=2.0
Using cached idna-3.3-py3-none-any.whl (61 kB)
WARNING: Error parsing requirements for six: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/six-1.16.0.dist-info/METADATA'
WARNING: Error parsing requirements for pyserial: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/pyserial-3.5.dist-info/METADATA'
Installing collected packages: voluptuous, pyserial, crccheck, zipp, typing-extensions, pyserial-asyncio, pyrsistent, pycparser, multidict, idna, humanfriendly, frozenlist, charset-normalizer, attrs, asynctest, yarl, importlib-resources, importlib-metadata, coloredlogs, cffi, async-timeout, aiosqlite, aiosignal, jsonschema, cryptography, aiohttp, zigpy, zigpy-znp
Attempting uninstall: voluptuous
Found existing installation: voluptuous 0.13.1
Uninstalling voluptuous-0.13.1:
Successfully uninstalled voluptuous-0.13.1
Attempting uninstall: pyserial
WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages
Found existing installation: pyserial 3.5
WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages
WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages
WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages
WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages
WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages
ERROR: Cannot uninstall pyserial 3.5, RECORD file not found. You might be able to recover from this via: 'pip install --force-reinstall --no-deps pyserial==3.5'.
+ echo 14
+ sudo pip3 install --force-reinstall --upgrade zigpy-xbee==0.14.0
Collecting zigpy-xbee==0.14.0
Using cached zigpy_xbee-0.14.0-py3-none-any.whl (30 kB)
Collecting pyserial-asyncio
Using cached pyserial_asyncio-0.6-py3-none-any.whl (7.6 kB)
Collecting zigpy>=0.23.0
Using cached zigpy-0.47.0-py3-none-any.whl (150 kB)
Collecting aiohttp
Using cached aiohttp-3.8.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB)
Collecting voluptuous
Using cached voluptuous-0.13.1-py3-none-any.whl (29 kB)
Collecting aiosqlite>=0.16.0
Using cached aiosqlite-0.17.0-py3-none-any.whl (15 kB)
Collecting crccheck
Using cached crccheck-1.1-py3-none-any.whl (29 kB)
Collecting cryptography
Using cached cryptography-37.0.2-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl (3.6 MB)
Collecting pyserial
Using cached pyserial-3.5-py2.py3-none-any.whl (90 kB)
Collecting typing_extensions>=3.7.2
Using cached typing_extensions-4.2.0-py3-none-any.whl (24 kB)
Collecting frozenlist>=1.1.1
Using cached frozenlist-1.3.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (145 kB)
Collecting asynctest==0.13.0
Using cached asynctest-0.13.0-py3-none-any.whl (26 kB)
Collecting charset-normalizer<3.0,>=2.0
Using cached charset_normalizer-2.1.0-py3-none-any.whl (39 kB)
Collecting multidict<7.0,>=4.5
Using cached multidict-6.0.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (96 kB)
Collecting async-timeout<5.0,>=4.0.0a3
Using cached async_timeout-4.0.2-py3-none-any.whl (5.8 kB)
Collecting attrs>=17.3.0
Using cached attrs-21.4.0-py2.py3-none-any.whl (60 kB)
Collecting aiosignal>=1.1.2
Using cached aiosignal-1.2.0-py3-none-any.whl (8.2 kB)
Collecting yarl<2.0,>=1.0
Using cached yarl-1.7.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (287 kB)
Collecting cffi>=1.12
Using cached cffi-1.15.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (434 kB)
Collecting pycparser
Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
Collecting idna>=2.0
Using cached idna-3.3-py3-none-any.whl (61 kB)
WARNING: Error parsing requirements for six: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/six-1.16.0.dist-info/METADATA'
WARNING: Error parsing requirements for pyserial: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/pyserial-3.5.dist-info/METADATA'
Installing collected packages: voluptuous, pyserial, crccheck, typing_extensions, pyserial-asyncio, pycparser, multidict, idna, frozenlist, charset-normalizer, attrs, asynctest, yarl, cffi, async-timeout, aiosqlite, aiosignal, cryptography, aiohttp, zigpy, zigpy-xbee
Attempting uninstall: voluptuous
Found existing installation: voluptuous 0.13.1
Uninstalling voluptuous-0.13.1:
Successfully uninstalled voluptuous-0.13.1
Attempting uninstall: pyserial
WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages
Found existing installation: pyserial 3.5
WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages
WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages
WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages
WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages
WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages
ERROR: Cannot uninstall pyserial 3.5, RECORD file not found. You might be able to recover from this via: 'pip install --force-reinstall --no-deps pyserial==3.5'.
+ echo 15
+ sudo pip3 install --force-reinstall --upgrade zigpy-deconz==0.16.0
Collecting zigpy-deconz==0.16.0
Using cached zigpy_deconz-0.16.0-py3-none-any.whl (30 kB)
Collecting zigpy>=0.40.0
Using cached zigpy-0.47.0-py3-none-any.whl (150 kB)
Collecting pyserial-asyncio
Using cached pyserial_asyncio-0.6-py3-none-any.whl (7.6 kB)
Collecting aiosqlite>=0.16.0
Using cached aiosqlite-0.17.0-py3-none-any.whl (15 kB)
Collecting cryptography
Using cached cryptography-37.0.2-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl (3.6 MB)
Collecting aiohttp
Using cached aiohttp-3.8.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB)
Collecting crccheck
Using cached crccheck-1.1-py3-none-any.whl (29 kB)
Collecting voluptuous
Using cached voluptuous-0.13.1-py3-none-any.whl (29 kB)
Collecting pyserial
Using cached pyserial-3.5-py2.py3-none-any.whl (90 kB)
Collecting typing_extensions>=3.7.2
Using cached typing_extensions-4.2.0-py3-none-any.whl (24 kB)
Collecting async-timeout<5.0,>=4.0.0a3
Using cached async_timeout-4.0.2-py3-none-any.whl (5.8 kB)
Collecting asynctest==0.13.0
Using cached asynctest-0.13.0-py3-none-any.whl (26 kB)
Using cached frozenlist-1.3.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (145 kB)
Collecting charset-normalizer<3.0,>=2.0
Using cached charset_normalizer-2.1.0-py3-none-any.whl (39 kB)
Collecting aiosignal>=1.1.2
Using cached aiosignal-1.2.0-py3-none-any.whl (8.2 kB)
Collecting yarl<2.0,>=1.0
Using cached yarl-1.7.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (287 kB)
Collecting attrs>=17.3.0
Using cached attrs-21.4.0-py2.py3-none-any.whl (60 kB)
Collecting multidict<7.0,>=4.5
Using cached multidict-6.0.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (96 kB)
Collecting cffi>=1.12
Using cached cffi-1.15.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (434 kB)
Collecting pycparser
Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
Collecting idna>=2.0
Using cached idna-3.3-py3-none-any.whl (61 kB)
WARNING: Error parsing requirements for six: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/six-1.16.0.dist-info/METADATA'
WARNING: Error parsing requirements for pyserial: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/pyserial-3.5.dist-info/METADATA'
Installing collected packages: voluptuous, pyserial, crccheck, typing_extensions, pyserial-asyncio, pycparser, multidict, idna, frozenlist, charset-normalizer, attrs, asynctest, yarl, cffi, async-timeout, aiosqlite, aiosignal, cryptography, aiohttp, zigpy, zigpy-deconz
Attempting uninstall: voluptuous
Found existing installation: voluptuous 0.13.1
Uninstalling voluptuous-0.13.1:
Successfully uninstalled voluptuous-0.13.1
Attempting uninstall: pyserial
WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages
Found existing installation: pyserial 3.5
WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages
WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages
WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages
WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages
WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages
ERROR: Cannot uninstall pyserial 3.5, RECORD file not found. You might be able to recover from this via: 'pip install --force-reinstall --no-deps pyserial==3.5'.
+ echo 16
+ sudo pip3 install --force-reinstall --upgrade zigpy-zigate==0.8.0
Collecting zigpy-zigate==0.8.0
Using cached zigpy-zigate-0.8.0.tar.gz (37 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'error'
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [10 lines of output]
/usr/local/lib/python3.7/dist-packages/setuptools/_distutils/dist.py:257: UserWarning: Unknown distribution option: 'install_requires'
warnings.warn(msg)
/usr/local/lib/python3.7/dist-packages/setuptools/_distutils/dist.py:257: UserWarning: Unknown distribution option: 'tests_require'
warnings.warn(msg)
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: setup.py --help [cmd1 cmd2 ...]
or: setup.py --help-commands
or: setup.py cmd --help
error: invalid command 'egg_info'
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
+ echo 17
+ sudo pip3 install --force-reinstall --upgrade bellows==0.30.0
Collecting bellows==0.30.0
Using cached bellows-0.30.0-py3-none-any.whl (171 kB)
Collecting click
Using cached click-8.1.3-py3-none-any.whl (96 kB)
Collecting zigpy>=0.37.0
Using cached zigpy-0.47.0-py3-none-any.whl (150 kB)
Collecting voluptuous
Using cached voluptuous-0.13.1-py3-none-any.whl (29 kB)
Collecting pyserial
Using cached pyserial-3.5-py2.py3-none-any.whl (90 kB)
Collecting pyserial-asyncio
Using cached pyserial_asyncio-0.6-py3-none-any.whl (7.6 kB)
Collecting click-log>=0.2.1
Using cached click_log-0.4.0-py2.py3-none-any.whl (4.3 kB)
Collecting pure-pcapy3==1.0.1
Using cached pure_pcapy3-1.0.1-py3-none-any.whl
Collecting setuptools
Using cached setuptools-62.6.0-py3-none-any.whl (1.2 MB)
Collecting aiosqlite>=0.16.0
Using cached aiosqlite-0.17.0-py3-none-any.whl (15 kB)
Collecting cryptography
Using cached cryptography-37.0.2-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl (3.6 MB)
Collecting aiohttp
Using cached aiohttp-3.8.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB)
Collecting crccheck
Using cached crccheck-1.1-py3-none-any.whl (29 kB)
Collecting importlib-metadata
Using cached importlib_metadata-4.11.4-py3-none-any.whl (18 kB)
Collecting typing_extensions>=3.7.2
Using cached typing_extensions-4.2.0-py3-none-any.whl (24 kB)
Collecting attrs>=17.3.0
Using cached attrs-21.4.0-py2.py3-none-any.whl (60 kB)
Collecting aiosignal>=1.1.2
Using cached aiosignal-1.2.0-py3-none-any.whl (8.2 kB)
Collecting multidict<7.0,>=4.5
Using cached multidict-6.0.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (96 kB)
Collecting charset-normalizer<3.0,>=2.0
Using cached charset_normalizer-2.1.0-py3-none-any.whl (39 kB)
Collecting frozenlist>=1.1.1
Using cached frozenlist-1.3.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (145 kB)
Collecting async-timeout<5.0,>=4.0.0a3
Using cached async_timeout-4.0.2-py3-none-any.whl (5.8 kB)
Collecting yarl<2.0,>=1.0
Using cached yarl-1.7.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (287 kB)
Collecting asynctest==0.13.0
Using cached asynctest-0.13.0-py3-none-any.whl (26 kB)
Collecting cffi>=1.12
Using cached cffi-1.15.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (434 kB)
Collecting zipp>=0.5
Using cached zipp-3.8.0-py3-none-any.whl (5.4 kB)
Collecting pycparser
Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
Collecting idna>=2.0
Using cached idna-3.3-py3-none-any.whl (61 kB)
WARNING: Error parsing requirements for six: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/six-1.16.0.dist-info/METADATA'
WARNING: Error parsing requirements for pyserial: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/pyserial-3.5.dist-info/METADATA'
Installing collected packages: voluptuous, pyserial, crccheck, zipp, typing_extensions, setuptools, pyserial-asyncio, pycparser, multidict, idna, frozenlist, charset-normalizer, attrs, asynctest, yarl, pure-pcapy3, importlib-metadata, cffi, async-timeout, aiosqlite, aiosignal, cryptography, click, aiohttp, zigpy, click-log, bellows
Attempting uninstall: voluptuous
Found existing installation: voluptuous 0.13.1
Uninstalling voluptuous-0.13.1:
Successfully uninstalled voluptuous-0.13.1
Attempting uninstall: pyserial
WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages
Found existing installation: pyserial 3.5
WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages
WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages
WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages
WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages
WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages
ERROR: Cannot uninstall pyserial 3.5, RECORD file not found. You might be able to recover from this via: 'pip install --force-reinstall --no-deps pyserial==3.5'.
+ echo 18
+ sudo pip3 install --force-reinstall --upgrade xmodem
Collecting xmodem
Using cached xmodem-0.4.6-py3-none-any.whl
WARNING: Error parsing requirements for six: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/six-1.16.0.dist-info/METADATA'
WARNING: Error parsing requirements for pyserial: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/pyserial-3.5.dist-info/METADATA'
Installing collected packages: xmodem
Attempting uninstall: xmodem
Found existing installation: xmodem 0.4.6
Uninstalling xmodem-0.4.6:
Successfully uninstalled xmodem-0.4.6
Successfully installed xmodem-0.4.6
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ echo 19
+ sudo pip3 install --force-reinstall --upgrade pycrypto
Collecting pycrypto
Using cached pycrypto-2.6.1-cp37-cp37m-linux_aarch64.whl
WARNING: Error parsing requirements for six: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/six-1.16.0.dist-info/METADATA'
WARNING: Error parsing requirements for pyserial: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/pyserial-3.5.dist-info/METADATA'
Installing collected packages: pycrypto
Attempting uninstall: pycrypto
Found existing installation: pycrypto 2.6.1
Uninstalling pycrypto-2.6.1:
Successfully uninstalled pycrypto-2.6.1
Successfully installed pycrypto-2.6.1
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ echo 20
+ 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 post-install of zigbee dependancy
Everything is successfully installed!
+ echo 21
+ 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******************

C’est quoi le problème?
Avez-vous la même chose?

Sébastien

Bonjour,
Je viens de pousser une nouvelle version qui devrait corriger les soucis.

1 « J'aime »

Cette mise à jour a résolu mes soucis, de mon côté.

@Loic

Toujours pas bon ici … (j’ai rebooté Jeedom aussi, mais rien)

Found existing installation: frozenlist 1.3.0
Uninstalling frozenlist-1.3.0:
Successfully uninstalled frozenlist-1.3.0
Attempting uninstall: charset-normalizer
Found existing installation: charset-normalizer 2.0.12
Uninstalling charset-normalizer-2.0.12:
Successfully uninstalled charset-normalizer-2.0.12
Attempting uninstall: attrs
Found existing installation: attrs 21.4.0
Uninstalling attrs-21.4.0:
Successfully uninstalled attrs-21.4.0
Attempting uninstall: asynctest
Found existing installation: asynctest 0.13.0
Uninstalling asynctest-0.13.0:
Successfully uninstalled asynctest-0.13.0
Attempting uninstall: yarl
Found existing installation: yarl 1.7.2
Uninstalling yarl-1.7.2:
Successfully uninstalled yarl-1.7.2
Attempting uninstall: cffi
Found existing installation: cffi 1.15.0
Uninstalling cffi-1.15.0:
Successfully uninstalled cffi-1.15.0
Attempting uninstall: async-timeout
Found existing installation: async-timeout 4.0.2
Uninstalling async-timeout-4.0.2:
Successfully uninstalled async-timeout-4.0.2
Attempting uninstall: aiosqlite
Found existing installation: aiosqlite 0.17.0
Uninstalling aiosqlite-0.17.0:
Successfully uninstalled aiosqlite-0.17.0
Attempting uninstall: aiosignal
Found existing installation: aiosignal 1.2.0
Uninstalling aiosignal-1.2.0:
Successfully uninstalled aiosignal-1.2.0
Attempting uninstall: cryptography
Found existing installation: cryptography 37.0.2
Uninstalling cryptography-37.0.2:
Successfully uninstalled cryptography-37.0.2
Attempting uninstall: aiohttp
Found existing installation: aiohttp 3.8.1
Uninstalling aiohttp-3.8.1:
Successfully uninstalled aiohttp-3.8.1
Attempting uninstall: zha-quirks
Found existing installation: zha-quirks 0.0.75
Uninstalling zha-quirks-0.0.75:
Successfully uninstalled zha-quirks-0.0.75
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
bellows 0.30.0 requires pyserial, which is not installed.
requests 2.28.0 requires charset-normalizer~=2.0.0, but you have charset-normalizer 2.1.0 which is incompatible.
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 cffi-1.15.0 charset-normalizer-2.1.0 crccheck-1.1 cryptography-37.0.2 frozenlist-1.3.0 idna-3.3 multidict-6.0.2 pycparser-2.21 typing_extensions-4.2.0 voluptuous-0.13.1 yarl-1.7.2 zha-quirks-0.0.75 zigpy-0.47.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ echo 12
+ sudo pip3 install --force-reinstall --upgrade zigpy-znp==0.7.0
Collecting zigpy-znp==0.7.0
Using cached zigpy_znp-0.7.0-py3-none-any.whl (124 kB)
Collecting jsonschema
Using cached jsonschema-4.6.0-py3-none-any.whl (80 kB)
Collecting async-timeout
Using cached async_timeout-4.0.2-py3-none-any.whl (5.8 kB)
Collecting voluptuous
Using cached voluptuous-0.13.1-py3-none-any.whl (29 kB)
Collecting coloredlogs
Using cached coloredlogs-15.0.1-py2.py3-none-any.whl (46 kB)
Collecting pyserial-asyncio
Using cached pyserial_asyncio-0.6-py3-none-any.whl (7.6 kB)
Collecting zigpy>=0.40.0
Using cached zigpy-0.47.0-py3-none-any.whl (150 kB)
Collecting cryptography
Using cached cryptography-37.0.2-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl (3.6 MB)
Collecting aiohttp
Using cached aiohttp-3.8.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB)
Collecting crccheck
Using cached crccheck-1.1-py3-none-any.whl (29 kB)
Collecting aiosqlite>=0.16.0
Using cached aiosqlite-0.17.0-py3-none-any.whl (15 kB)
Collecting typing-extensions>=3.6.5
Using cached typing_extensions-4.2.0-py3-none-any.whl (24 kB)
Collecting humanfriendly>=9.1
Using cached humanfriendly-10.0-py2.py3-none-any.whl (86 kB)
Collecting importlib-resources>=1.4.0
Using cached importlib_resources-5.8.0-py3-none-any.whl (28 kB)
Collecting importlib-metadata
Using cached importlib_metadata-4.11.4-py3-none-any.whl (18 kB)
Collecting attrs>=17.4.0
Using cached attrs-21.4.0-py2.py3-none-any.whl (60 kB)
Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0
Using cached pyrsistent-0.18.1-cp37-cp37m-linux_aarch64.whl
Collecting pyserial
Using cached pyserial-3.5-py2.py3-none-any.whl (90 kB)
Collecting zipp>=3.1.0
Using cached zipp-3.8.0-py3-none-any.whl (5.4 kB)
Collecting yarl<2.0,>=1.0
Using cached yarl-1.7.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (287 kB)
Collecting aiosignal>=1.1.2
Using cached aiosignal-1.2.0-py3-none-any.whl (8.2 kB)
Collecting asynctest==0.13.0
Using cached asynctest-0.13.0-py3-none-any.whl (26 kB)
Collecting charset-normalizer<3.0,>=2.0
Using cached charset_normalizer-2.1.0-py3-none-any.whl (39 kB)
Collecting frozenlist>=1.1.1
Using cached frozenlist-1.3.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (145 kB)
Collecting multidict<7.0,>=4.5
Using cached multidict-6.0.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (96 kB)
Collecting cffi>=1.12
Using cached cffi-1.15.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (434 kB)
Collecting pycparser
Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
Collecting idna>=2.0
Using cached idna-3.3-py3-none-any.whl (61 kB)
WARNING: Error parsing requirements for six: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/six-1.16.0.dist-info/METADATA'
Found existing installation: voluptuous 0.13.1
Uninstalling voluptuous-0.13.1:
Successfully uninstalled voluptuous-0.13.1
Attempting uninstall: pyserial
WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages
Found existing installation: pyserial 3.5
WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages
WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages
WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages
WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages
WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages
ERROR: Cannot uninstall pyserial 3.5, RECORD file not found. You might be able to recover from this via: 'pip install --force-reinstall --no-deps pyserial==3.5'.
+ echo 13
+ sudo pip3 install --force-reinstall --upgrade zigpy-xbee==0.14.0
Collecting zigpy-xbee==0.14.0
Using cached zigpy_xbee-0.14.0-py3-none-any.whl (30 kB)
Collecting pyserial-asyncio
Using cached pyserial_asyncio-0.6-py3-none-any.whl (7.6 kB)
Collecting zigpy>=0.23.0
Using cached zigpy-0.47.0-py3-none-any.whl (150 kB)
Collecting voluptuous
Using cached voluptuous-0.13.1-py3-none-any.whl (29 kB)
Collecting cryptography
Using cached cryptography-37.0.2-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl (3.6 MB)
Collecting aiohttp
Using cached aiohttp-3.8.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB)
Collecting crccheck
Using cached crccheck-1.1-py3-none-any.whl (29 kB)
Collecting aiosqlite>=0.16.0
Using cached aiosqlite-0.17.0-py3-none-any.whl (15 kB)
Collecting pyserial
Using cached pyserial-3.5-py2.py3-none-any.whl (90 kB)
Collecting typing_extensions>=3.7.2
Using cached typing_extensions-4.2.0-py3-none-any.whl (24 kB)
Collecting charset-normalizer<3.0,>=2.0
Using cached charset_normalizer-2.1.0-py3-none-any.whl (39 kB)
Collecting attrs>=17.3.0
Using cached attrs-21.4.0-py2.py3-none-any.whl (60 kB)
Collecting asynctest==0.13.0
Using cached asynctest-0.13.0-py3-none-any.whl (26 kB)
Collecting async-timeout<5.0,>=4.0.0a3
Using cached async_timeout-4.0.2-py3-none-any.whl (5.8 kB)
Collecting yarl<2.0,>=1.0
Using cached yarl-1.7.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (287 kB)
Collecting aiosignal>=1.1.2
Using cached aiosignal-1.2.0-py3-none-any.whl (8.2 kB)
Collecting frozenlist>=1.1.1
Using cached frozenlist-1.3.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (145 kB)
Collecting multidict<7.0,>=4.5
Using cached multidict-6.0.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (96 kB)
Collecting cffi>=1.12
Using cached cffi-1.15.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (434 kB)
Collecting pycparser
Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
Collecting idna>=2.0
Using cached idna-3.3-py3-none-any.whl (61 kB)
WARNING: Error parsing requirements for six: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/six-1.16.0.dist-info/METADATA'
WARNING: Error parsing requirements for pyserial: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/pyserial-3.5.dist-info/METADATA'
Installing collected packages: voluptuous, pyserial, crccheck, typing_extensions, pyserial-asyncio, pycparser, multidict, idna, frozenlist, charset-normalizer, attrs, asynctest, yarl, cffi, async-timeout, aiosqlite, aiosignal, cryptography, aiohttp, zigpy, zigpy-xbee
Attempting uninstall: voluptuous
Found existing installation: voluptuous 0.13.1
Uninstalling voluptuous-0.13.1:
Successfully uninstalled voluptuous-0.13.1
Attempting uninstall: pyserial
WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages
Found existing installation: pyserial 3.5
WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages
WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages
WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages
WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages
WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages
ERROR: Cannot uninstall pyserial 3.5, RECORD file not found. You might be able to recover from this via: 'pip install --force-reinstall --no-deps pyserial==3.5'.
+ echo 14
+ sudo pip3 install --force-reinstall --upgrade zigpy-deconz==0.16.0
Collecting zigpy-deconz==0.16.0
Using cached zigpy_deconz-0.16.0-py3-none-any.whl (30 kB)
Collecting pyserial-asyncio
Using cached pyserial_asyncio-0.6-py3-none-any.whl (7.6 kB)
Collecting zigpy>=0.40.0
Using cached zigpy-0.47.0-py3-none-any.whl (150 kB)
Collecting aiosqlite>=0.16.0
Using cached aiosqlite-0.17.0-py3-none-any.whl (15 kB)
Collecting cryptography
Using cached cryptography-37.0.2-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl (3.6 MB)
Collecting crccheck
Using cached crccheck-1.1-py3-none-any.whl (29 kB)
Collecting voluptuous
Using cached voluptuous-0.13.1-py3-none-any.whl (29 kB)
Collecting aiohttp
Using cached aiohttp-3.8.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB)
Collecting pyserial
Using cached pyserial-3.5-py2.py3-none-any.whl (90 kB)
Collecting typing_extensions>=3.7.2
Using cached typing_extensions-4.2.0-py3-none-any.whl (24 kB)
Collecting asynctest==0.13.0
Using cached asynctest-0.13.0-py3-none-any.whl (26 kB)
Collecting charset-normalizer<3.0,>=2.0
Using cached charset_normalizer-2.1.0-py3-none-any.whl (39 kB)
Collecting multidict<7.0,>=4.5
Using cached multidict-6.0.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (96 kB)
Collecting async-timeout<5.0,>=4.0.0a3
Using cached async_timeout-4.0.2-py3-none-any.whl (5.8 kB)
Collecting frozenlist>=1.1.1
Using cached frozenlist-1.3.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (145 kB)
Collecting yarl<2.0,>=1.0
Using cached yarl-1.7.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (287 kB)
Collecting aiosignal>=1.1.2
Using cached aiosignal-1.2.0-py3-none-any.whl (8.2 kB)
Collecting attrs>=17.3.0
Using cached attrs-21.4.0-py2.py3-none-any.whl (60 kB)
Collecting cffi>=1.12
Using cached cffi-1.15.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (434 kB)
Collecting pycparser
Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
Collecting idna>=2.0
Using cached idna-3.3-py3-none-any.whl (61 kB)
WARNING: Error parsing requirements for six: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/six-1.16.0.dist-info/METADATA'
WARNING: Error parsing requirements for pyserial: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/pyserial-3.5.dist-info/METADATA'
Installing collected packages: voluptuous, pyserial, crccheck, typing_extensions, pyserial-asyncio, pycparser, multidict, idna, frozenlist, charset-normalizer, attrs, asynctest, yarl, cffi, async-timeout, aiosqlite, aiosignal, cryptography, aiohttp, zigpy, zigpy-deconz
Attempting uninstall: voluptuous
Found existing installation: voluptuous 0.13.1
Uninstalling voluptuous-0.13.1:
Successfully uninstalled voluptuous-0.13.1
Attempting uninstall: pyserial
WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages
Found existing installation: pyserial 3.5
WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages
WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages
WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages
WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages
WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages
ERROR: Cannot uninstall pyserial 3.5, RECORD file not found. You might be able to recover from this via: 'pip install --force-reinstall --no-deps pyserial==3.5'.
+ echo 15
+ sudo pip3 install --force-reinstall --upgrade zigpy-zigate==0.8.0
Collecting zigpy-zigate==0.8.0
Using cached zigpy-zigate-0.8.0.tar.gz (37 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'error'
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [10 lines of output]
/usr/local/lib/python3.7/dist-packages/setuptools/_distutils/dist.py:257: UserWarning: Unknown distribution option: 'install_requires'
warnings.warn(msg)
/usr/local/lib/python3.7/dist-packages/setuptools/_distutils/dist.py:257: UserWarning: Unknown distribution option: 'tests_require'
warnings.warn(msg)
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: setup.py --help [cmd1 cmd2 ...]
or: setup.py --help-commands
or: setup.py cmd --help
error: invalid command 'egg_info'
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
+ echo 16
+ sudo pip3 install --force-reinstall --upgrade bellows==0.30.0
Collecting bellows==0.30.0
Using cached bellows-0.30.0-py3-none-any.whl (171 kB)
Collecting pyserial-asyncio
Using cached pyserial_asyncio-0.6-py3-none-any.whl (7.6 kB)
Collecting zigpy>=0.37.0
Using cached zigpy-0.47.0-py3-none-any.whl (150 kB)
Collecting pyserial
Using cached pyserial-3.5-py2.py3-none-any.whl (90 kB)
Collecting click-log>=0.2.1
Using cached click_log-0.4.0-py2.py3-none-any.whl (4.3 kB)
Collecting pure-pcapy3==1.0.1
Using cached pure_pcapy3-1.0.1-py3-none-any.whl
Collecting voluptuous
Using cached voluptuous-0.13.1-py3-none-any.whl (29 kB)
Collecting click
Using cached click-8.1.3-py3-none-any.whl (96 kB)
Collecting setuptools
Using cached setuptools-62.6.0-py3-none-any.whl (1.2 MB)
Collecting aiohttp
Using cached aiohttp-3.8.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB)
Collecting crccheck
Using cached crccheck-1.1-py3-none-any.whl (29 kB)
Collecting cryptography
Using cached cryptography-37.0.2-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl (3.6 MB)
Collecting aiosqlite>=0.16.0
Using cached aiosqlite-0.17.0-py3-none-any.whl (15 kB)
Collecting importlib-metadata
Using cached importlib_metadata-4.11.4-py3-none-any.whl (18 kB)
Collecting typing_extensions>=3.7.2
Using cached typing_extensions-4.2.0-py3-none-any.whl (24 kB)
Collecting attrs>=17.3.0
Using cached attrs-21.4.0-py2.py3-none-any.whl (60 kB)
Collecting asynctest==0.13.0
Using cached asynctest-0.13.0-py3-none-any.whl (26 kB)
Collecting aiosignal>=1.1.2
Using cached aiosignal-1.2.0-py3-none-any.whl (8.2 kB)
Collecting yarl<2.0,>=1.0
Using cached yarl-1.7.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (287 kB)
Collecting frozenlist>=1.1.1
Using cached frozenlist-1.3.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (145 kB)
Collecting charset-normalizer<3.0,>=2.0
Using cached charset_normalizer-2.1.0-py3-none-any.whl (39 kB)
Collecting multidict<7.0,>=4.5
Using cached multidict-6.0.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (96 kB)
Collecting async-timeout<5.0,>=4.0.0a3
Using cached async_timeout-4.0.2-py3-none-any.whl (5.8 kB)
Collecting cffi>=1.12
Using cached cffi-1.15.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (434 kB)
Collecting zipp>=0.5
Using cached zipp-3.8.0-py3-none-any.whl (5.4 kB)
Collecting pycparser
Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
Collecting idna>=2.0
Using cached idna-3.3-py3-none-any.whl (61 kB)
WARNING: Error parsing requirements for six: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/six-1.16.0.dist-info/METADATA'
WARNING: Error parsing requirements for pyserial: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/pyserial-3.5.dist-info/METADATA'
Installing collected packages: voluptuous, pyserial, crccheck, zipp, typing_extensions, setuptools, pyserial-asyncio, pycparser, multidict, idna, frozenlist, charset-normalizer, attrs, asynctest, yarl, pure-pcapy3, importlib-metadata, cffi, async-timeout, aiosqlite, aiosignal, cryptography, click, aiohttp, zigpy, click-log, bellows
Attempting uninstall: voluptuous
Found existing installation: voluptuous 0.13.1
Uninstalling voluptuous-0.13.1:
Successfully uninstalled voluptuous-0.13.1
Attempting uninstall: pyserial
WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages
Found existing installation: pyserial 3.5
WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages
WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages
WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages
WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages
WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages
ERROR: Cannot uninstall pyserial 3.5, RECORD file not found. You might be able to recover from this via: 'pip install --force-reinstall --no-deps pyserial==3.5'.
+ echo 17
+ sudo pip3 install --force-reinstall --upgrade zigpy==0.46.0
Collecting zigpy==0.46.0
Using cached zigpy-0.46.0-py3-none-any.whl (146 kB)
Collecting aiohttp
Using cached aiohttp-3.8.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB)
Collecting voluptuous
Using cached voluptuous-0.13.1-py3-none-any.whl (29 kB)
Collecting aiosqlite>=0.16.0
Using cached aiosqlite-0.17.0-py3-none-any.whl (15 kB)
Collecting cryptography
Using cached cryptography-37.0.2-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl (3.6 MB)
Collecting crccheck
Using cached crccheck-1.1-py3-none-any.whl (29 kB)
Collecting typing_extensions>=3.7.2
Using cached typing_extensions-4.2.0-py3-none-any.whl (24 kB)
Collecting asynctest==0.13.0
Using cached asynctest-0.13.0-py3-none-any.whl (26 kB)
Collecting async-timeout<5.0,>=4.0.0a3
Using cached async_timeout-4.0.2-py3-none-any.whl (5.8 kB)
Collecting yarl<2.0,>=1.0
Using cached yarl-1.7.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (287 kB)
Collecting frozenlist>=1.1.1
Using cached frozenlist-1.3.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (145 kB)
Collecting attrs>=17.3.0
Using cached attrs-21.4.0-py2.py3-none-any.whl (60 kB)
Collecting multidict<7.0,>=4.5
Using cached multidict-6.0.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (96 kB)
Collecting charset-normalizer<3.0,>=2.0
Using cached charset_normalizer-2.1.0-py3-none-any.whl (39 kB)
Collecting aiosignal>=1.1.2
Using cached aiosignal-1.2.0-py3-none-any.whl (8.2 kB)
Collecting cffi>=1.12
Using cached cffi-1.15.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (434 kB)
Collecting pycparser
Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
Collecting idna>=2.0
Using cached idna-3.3-py3-none-any.whl (61 kB)
WARNING: Error parsing requirements for six: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/six-1.16.0.dist-info/METADATA'
WARNING: Error parsing requirements for pyserial: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/pyserial-3.5.dist-info/METADATA'
Installing collected packages: voluptuous, crccheck, typing_extensions, pycparser, multidict, idna, frozenlist, charset-normalizer, attrs, asynctest, yarl, cffi, async-timeout, aiosqlite, aiosignal, cryptography, aiohttp, zigpy
Attempting uninstall: voluptuous
Found existing installation: voluptuous 0.13.1
Uninstalling voluptuous-0.13.1:
Successfully uninstalled voluptuous-0.13.1
Attempting uninstall: crccheck
Found existing installation: crccheck 1.1
Uninstalling crccheck-1.1:
Successfully uninstalled crccheck-1.1
Attempting uninstall: typing_extensions
Found existing installation: typing_extensions 4.2.0
Uninstalling typing_extensions-4.2.0:
Successfully uninstalled typing_extensions-4.2.0
Attempting uninstall: pycparser
Found existing installation: pycparser 2.21
Uninstalling pycparser-2.21:
Successfully uninstalled pycparser-2.21
Attempting uninstall: multidict
Found existing installation: multidict 6.0.2
Uninstalling multidict-6.0.2:
Successfully uninstalled multidict-6.0.2
Attempting uninstall: idna
Found existing installation: idna 3.3
Uninstalling idna-3.3:
Successfully uninstalled idna-3.3
Attempting uninstall: frozenlist
Found existing installation: frozenlist 1.3.0
Uninstalling frozenlist-1.3.0:
Successfully uninstalled frozenlist-1.3.0
Attempting uninstall: charset-normalizer
Found existing installation: charset-normalizer 2.1.0
Uninstalling charset-normalizer-2.1.0:
Successfully uninstalled charset-normalizer-2.1.0
Attempting uninstall: attrs
Found existing installation: attrs 21.4.0
Uninstalling attrs-21.4.0:
Successfully uninstalled attrs-21.4.0
Attempting uninstall: asynctest
Found existing installation: asynctest 0.13.0
Uninstalling asynctest-0.13.0:
Successfully uninstalled asynctest-0.13.0
Attempting uninstall: yarl
Found existing installation: yarl 1.7.2
Uninstalling yarl-1.7.2:
Successfully uninstalled yarl-1.7.2
Attempting uninstall: cffi
Found existing installation: cffi 1.15.0
Uninstalling cffi-1.15.0:
Successfully uninstalled cffi-1.15.0
Attempting uninstall: async-timeout
Found existing installation: async-timeout 4.0.2
Uninstalling async-timeout-4.0.2:
Successfully uninstalled async-timeout-4.0.2
Attempting uninstall: aiosqlite
Found existing installation: aiosqlite 0.17.0
Uninstalling aiosqlite-0.17.0:
Successfully uninstalled aiosqlite-0.17.0
Attempting uninstall: aiosignal
Found existing installation: aiosignal 1.2.0
Uninstalling aiosignal-1.2.0:
Successfully uninstalled aiosignal-1.2.0
Attempting uninstall: cryptography
Found existing installation: cryptography 37.0.2
Uninstalling cryptography-37.0.2:
Successfully uninstalled cryptography-37.0.2
Attempting uninstall: aiohttp
Found existing installation: aiohttp 3.8.1
Uninstalling aiohttp-3.8.1:
Successfully uninstalled aiohttp-3.8.1
Attempting uninstall: zigpy
Found existing installation: zigpy 0.47.0
Uninstalling zigpy-0.47.0:
Successfully uninstalled zigpy-0.47.0
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
bellows 0.30.0 requires pyserial, which is not installed.
requests 2.28.0 requires charset-normalizer~=2.0.0, but you have charset-normalizer 2.1.0 which is incompatible.
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 cffi-1.15.0 charset-normalizer-2.1.0 crccheck-1.1 cryptography-37.0.2 frozenlist-1.3.0 idna-3.3 multidict-6.0.2 pycparser-2.21 typing_extensions-4.2.0 voluptuous-0.13.1 yarl-1.7.2 zigpy-0.46.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ echo 18
+ sudo pip3 install --force-reinstall --upgrade xmodem
Collecting xmodem
Using cached xmodem-0.4.6-py3-none-any.whl
WARNING: Error parsing requirements for six: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/six-1.16.0.dist-info/METADATA'
WARNING: Error parsing requirements for pyserial: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/pyserial-3.5.dist-info/METADATA'
Installing collected packages: xmodem
Attempting uninstall: xmodem
Found existing installation: xmodem 0.4.6
Uninstalling xmodem-0.4.6:
Successfully uninstalled xmodem-0.4.6
Successfully installed xmodem-0.4.6
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ echo 19
+ sudo pip3 install --force-reinstall --upgrade pycrypto
Collecting pycrypto
Using cached pycrypto-2.6.1-cp37-cp37m-linux_aarch64.whl
WARNING: Error parsing requirements for six: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/six-1.16.0.dist-info/METADATA'
WARNING: Error parsing requirements for pyserial: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/pyserial-3.5.dist-info/METADATA'
Installing collected packages: pycrypto
Attempting uninstall: pycrypto
Found existing installation: pycrypto 2.6.1
Uninstalling pycrypto-2.6.1:
Successfully uninstalled pycrypto-2.6.1
Successfully installed pycrypto-2.6.1
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
+ echo 20
+ 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 post-install of zigbee dependancy
Everything is successfully installed!
+ echo 21
+ 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,

Toujours KO chez moi sur l’installation des dépendances.
Je suis sur Rasberry à jour (j’ai fais un sudo apt update + sudo apt full-upgrade) et en Jeedom 4.2.19.
Pour Zigbee je viens également de faire la mise à jour en version 2022-06-23 11:08:56
Les dépendances bouclent à l’installation
J’ai essayé en redémarrant le Raspberry et ma clé Conbee2 est à jour de firmware.

zigbee_packages.log (39,7 Ko)
zigbee.log (875 Octets)

Bonjour,
C’est la version de pip qui est pas jour il faut que tu ouvres un ticket au support avec accès support pour que je regarde ce qui cloche sur ton jeedom.

Bonjour,

C’est fait, j’ai ouvert un ticket.
Merci.

Quelle version du core ? Il faut être en 4.2.19

Démon NOK Dépendances NOK NOK - #8 par Sattaz
Jeedom de mon voisin en V4.2.19 et derniere version de Zigbee …

Bonjour @Loic,

J’ai ouvert un ticket depuis la box Atlas de mon voisin.
Merci pour votre aide!

Sebastien