Démon NOK Dépendances NOK NOK

Bonjour à tous,

Je viens de faire la mise à jour du plugin zigbee et PAF, plus de démon.

RPI4 diy
jeedom V4.2.19 20/06/2022
Clé Popp 2022/03/25 10:10:02 Elelabs_EzspFwUtility: Firmware: 6.10.3-41
Plugin zigbee stable V 2022-06-21 09:39:13
Plugin installé le 21/06 puis réinstallé ce matin 22/06.

Le constat est toujours le même :
Dépendances NOK , non installées
Démon NOK NOK

Est-ce que la solution de Mise à jour du jour = Démon zigbee NOK pourrait me convenir ?

Je suis en diy avec une popp et je ne voudrais pas commettre d’erreurs…

Curieux que personne d’autre n’ait rencontré ce problème.
Je joins le log package. Mais c’est long !

Merci !

+ echo '*******************Begin of package installation******************'
*******************Begin of package installation******************
+ touch /tmp/jeedom_install_in_progress_zigbee
+ echo 1
+ echo 2
+ sudo chmod +x /var/www/html/core/class/../../plugins/zigbee/resources/pre-install.sh
+ sudo /var/www/html/core/class/../../plugins/zigbee/resources/pre-install.sh
Launch pre-install of zigbee dependancy
+ echo 3
+ sudo pip3 install --upgrade pip
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Requirement already satisfied: pip in /usr/local/lib/python3.7/dist-packages (22.1.2)
WARNING: Error parsing requirements for zigpy: [Errno 2] Aucun fichier ou dossier de ce type: '/usr/local/lib/python3.7/dist-packages/zigpy-0.45.1.dist-info/METADATA'
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 4
+ sudo pip3 install --force-reinstall --upgrade six
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting six
  Using cached https://www.piwheels.org/simple/six/six-1.16.0-py2.py3-none-any.whl (11 kB)
WARNING: Error parsing requirements for zigpy: [Errno 2] Aucun fichier ou dossier de ce type: '/usr/local/lib/python3.7/dist-packages/zigpy-0.45.1.dist-info/METADATA'
Installing collected packages: six
  Attempting uninstall: six
    Found existing installation: six 1.16.0
    Uninstalling six-1.16.0:
      Successfully uninstalled six-1.16.0
Successfully installed six-1.16.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 5
+ sudo pip3 install --force-reinstall --upgrade pyudev
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting pyudev
  Using cached https://www.piwheels.org/simple/pyudev/pyudev-0.23.2-py3-none-any.whl (56 kB)
Collecting six
  Using cached https://www.piwheels.org/simple/six/six-1.16.0-py2.py3-none-any.whl (11 kB)
WARNING: Error parsing requirements for zigpy: [Errno 2] Aucun fichier ou dossier de ce type: '/usr/local/lib/python3.7/dist-packages/zigpy-0.45.1.dist-info/METADATA'
Installing collected packages: six, pyudev
  Attempting uninstall: six
    Found existing installation: six 1.16.0
    Uninstalling six-1.16.0:
      Successfully uninstalled six-1.16.0
  Attempting uninstall: pyudev
    Found existing installation: pyudev 0.23.2
    Uninstalling pyudev-0.23.2:
      Successfully uninstalled pyudev-0.23.2
Successfully installed pyudev-0.23.2 six-1.16.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 6
+ sudo pip3 install --force-reinstall --upgrade requests
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting requests
  Using cached https://www.piwheels.org/simple/requests/requests-2.28.0-py3-none-any.whl (62 kB)
Collecting urllib3<1.27,>=1.21.1
  Using cached https://www.piwheels.org/simple/urllib3/urllib3-1.26.9-py2.py3-none-any.whl (155 kB)
Collecting idna<4,>=2.5
  Using cached https://www.piwheels.org/simple/idna/idna-3.3-py3-none-any.whl (64 kB)
Collecting charset-normalizer~=2.0.0
  Using cached https://www.piwheels.org/simple/charset-normalizer/charset_normalizer-2.0.12-py3-none-any.whl (44 kB)
Collecting certifi>=2017.4.17
  Using cached https://www.piwheels.org/simple/certifi/certifi-2022.6.15-py3-none-any.whl (160 kB)
WARNING: Error parsing requirements for zigpy: [Errno 2] Aucun fichier ou dossier de ce type: '/usr/local/lib/python3.7/dist-packages/zigpy-0.45.1.dist-info/METADATA'
Installing collected packages: urllib3, idna, charset-normalizer, certifi, requests
  Attempting uninstall: urllib3
    Found existing installation: urllib3 1.26.9
    Uninstalling urllib3-1.26.9:
      Successfully uninstalled urllib3-1.26.9
  Attempting uninstall: idna
    Found existing installation: idna 3.3
    Uninstalling idna-3.3:
      Successfully uninstalled idna-3.3
  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: certifi
    Found existing installation: certifi 2022.6.15
    Uninstalling certifi-2022.6.15:
      Successfully uninstalled certifi-2022.6.15
  Attempting uninstall: requests
    Found existing installation: requests 2.28.0
    Uninstalling requests-2.28.0:
      Successfully uninstalled requests-2.28.0
Successfully installed certifi-2022.6.15 charset-normalizer-2.0.12 idna-3.3 requests-2.28.0 urllib3-1.26.9
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 7
+ sudo pip3 install --force-reinstall --upgrade setuptools
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting setuptools
  Using cached https://www.piwheels.org/simple/setuptools/setuptools-62.6.0-py3-none-any.whl (1.2 MB)
WARNING: Error parsing requirements for zigpy: [Errno 2] Aucun fichier ou dossier de ce type: '/usr/local/lib/python3.7/dist-packages/zigpy-0.45.1.dist-info/METADATA'
Installing collected packages: setuptools
  Attempting uninstall: setuptools
    Found existing installation: setuptools 62.6.0
    Uninstalling setuptools-62.6.0:
      Successfully uninstalled setuptools-62.6.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 zigpy>=0.37.0, which is not installed.
Successfully installed setuptools-62.6.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 8
+ sudo pip3 install --force-reinstall --upgrade wheel
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting wheel
  Using cached https://www.piwheels.org/simple/wheel/wheel-0.37.1-py2.py3-none-any.whl (35 kB)
WARNING: Error parsing requirements for zigpy: [Errno 2] Aucun fichier ou dossier de ce type: '/usr/local/lib/python3.7/dist-packages/zigpy-0.45.1.dist-info/METADATA'
Installing collected packages: wheel
  Attempting uninstall: wheel
    Found existing installation: wheel 0.37.1
    Uninstalling wheel-0.37.1:
      Successfully uninstalled wheel-0.37.1
Successfully installed wheel-0.37.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 9
+ sudo pip3 install --force-reinstall --upgrade pyserial
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting pyserial
  Using cached https://www.piwheels.org/simple/pyserial/pyserial-3.5-py2.py3-none-any.whl (90 kB)
WARNING: Error parsing requirements for zigpy: [Errno 2] Aucun fichier ou dossier de ce type: '/usr/local/lib/python3.7/dist-packages/zigpy-0.45.1.dist-info/METADATA'
Installing collected packages: pyserial
  Attempting uninstall: pyserial
    Found existing installation: pyserial 3.5
    Uninstalling pyserial-3.5:
      Successfully uninstalled pyserial-3.5
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 zigpy>=0.37.0, which is not installed.
Successfully installed pyserial-3.5
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 10
+ sudo pip3 install --force-reinstall --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 (428 kB)
WARNING: Error parsing requirements for zigpy: [Errno 2] Aucun fichier ou dossier de ce type: '/usr/local/lib/python3.7/dist-packages/zigpy-0.45.1.dist-info/METADATA'
Installing collected packages: tornado
  Attempting uninstall: tornado
    Found existing installation: tornado 6.1
    Uninstalling tornado-6.1:
      Successfully uninstalled tornado-6.1
Successfully installed tornado-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 11
+ sudo pip3 install --force-reinstall --upgrade zigpy==0.46.0
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting zigpy==0.46.0
  Using cached https://www.piwheels.org/simple/zigpy/zigpy-0.46.0-py3-none-any.whl (133 kB)
Collecting crccheck
  Using cached https://www.piwheels.org/simple/crccheck/crccheck-1.1-py3-none-any.whl (27 kB)
Collecting aiohttp
  Using cached https://www.piwheels.org/simple/aiohttp/aiohttp-3.8.1-cp37-cp37m-linux_armv7l.whl (1.1 MB)
Collecting cryptography
  Using cached https://www.piwheels.org/simple/cryptography/cryptography-37.0.3-cp37-cp37m-linux_armv7l.whl (1.8 MB)
Collecting aiosqlite>=0.16.0
  Using cached https://www.piwheels.org/simple/aiosqlite/aiosqlite-0.17.0-py3-none-any.whl (15 kB)
Collecting voluptuous
  Using cached https://www.piwheels.org/simple/voluptuous/voluptuous-0.13.1-py3-none-any.whl (35 kB)
Collecting typing_extensions>=3.7.2
  Using cached https://www.piwheels.org/simple/typing-extensions/typing_extensions-4.2.0-py3-none-any.whl (24 kB)
Collecting multidict<7.0,>=4.5
  Using cached https://www.piwheels.org/simple/multidict/multidict-6.0.2-cp37-cp37m-linux_armv7l.whl (53 kB)
Collecting asynctest==0.13.0
  Using cached https://www.piwheels.org/simple/asynctest/asynctest-0.13.0-py3-none-any.whl (26 kB)
Collecting attrs>=17.3.0
  Using cached https://www.piwheels.org/simple/attrs/attrs-21.4.0-py2.py3-none-any.whl (60 kB)
Collecting async-timeout<5.0,>=4.0.0a3
  Using cached https://www.piwheels.org/simple/async-timeout/async_timeout-4.0.2-py3-none-any.whl (5.8 kB)
Collecting aiosignal>=1.1.2
  Using cached https://www.piwheels.org/simple/aiosignal/aiosignal-1.2.0-py3-none-any.whl (8.2 kB)
Collecting charset-normalizer<3.0,>=2.0
  Using cached https://www.piwheels.org/simple/charset-normalizer/charset_normalizer-2.1.0-py3-none-any.whl (39 kB)
Collecting yarl<2.0,>=1.0
  Using cached https://www.piwheels.org/simple/yarl/yarl-1.7.2-cp37-cp37m-linux_armv7l.whl (258 kB)
Collecting frozenlist>=1.1.1
  Using cached https://www.piwheels.org/simple/frozenlist/frozenlist-1.3.0-cp37-cp37m-linux_armv7l.whl (65 kB)
Collecting cffi>=1.12
  Using cached https://www.piwheels.org/simple/cffi/cffi-1.15.0-cp37-cp37m-linux_armv7l.whl (346 kB)
Collecting pycparser
  Using cached https://www.piwheels.org/simple/pycparser/pycparser-2.21-py2.py3-none-any.whl (119 kB)
Collecting idna>=2.0
  Using cached https://www.piwheels.org/simple/idna/idna-3.3-py3-none-any.whl (64 kB)
WARNING: Error parsing requirements for zigpy: [Errno 2] Aucun fichier ou dossier de ce type: '/usr/local/lib/python3.7/dist-packages/zigpy-0.45.1.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.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.3
    Uninstalling cryptography-37.0.3:
      Successfully uninstalled cryptography-37.0.3
  Attempting uninstall: aiohttp
    Found existing installation: aiohttp 3.8.1
    Uninstalling aiohttp-3.8.1:
      Successfully uninstalled aiohttp-3.8.1
  Attempting uninstall: zigpy
    WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages
    Found existing installation: zigpy 0.45.1
    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 zigpy 0.45.1, RECORD file not found. You might be able to recover from this via: 'pip install --force-reinstall --no-deps zigpy==0.45.1'.
+ echo 12
+ sudo pip3 install --force-reinstall --upgrade zha-quirks
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting zha-quirks
  Using cached https://www.piwheels.org/simple/zha-quirks/zha_quirks-0.0.75-py3-none-any.whl (299 kB)
Collecting zigpy>=0.45.1
  Using cached https://www.piwheels.org/simple/zigpy/zigpy-0.47.0-py3-none-any.whl (137 kB)

Bonsoir @jmu ,

La solution peut éventuellement fonctionner. Sinon tu passes en version stable si tu es en beta et une fois l’installation terminée, si le démon ne démarre pas, tu relances l’installation des dépendances (attention c’est un peu long).

Bon courage

Merci !
Je ne comprends pas quand tu dis

sinon tu passes en version stable …

et j’étais gêné par le terme deconz dans

–upgrade zigpy-deconz==0.16.0

Je lancerai ça en mode console demain matin, je ne voudrais pas me planter ce soir :grin: waf

Passe voir ici si tu n’est pas confronté au pb de mise à jour;

ou encore ici :

Bonsoir,
C’est la mise à jour du 21 juin qui m’a bloqué le plugin.
Si j’ai bien compris les commandes de Loïc forcent le retour en 0.46 et désinstalle le paquet 0.47.
J’hésite encore un peu à les lancer.
Merci

Tu peux y aller les yeux entrouverts :wink:

2 « J'aime »

Salut,
Votre version installée est :
Plugin zigbee stable V 2022-06-21 09:39:13
Rien ne vous empêche de tester la bêta du 21 11h et quelque.

Bonsoir,

Idem chez mon voisin qui vient de demarrer avec Jeedom … ce soir il me previent que son reseau Zigbee ne fonctionne plus… je regarde les logs et je trouve cici:

Error: importing module jeedom.jeedom

Je re-installe le plugin et les dependances mais il y a des erreurs et le Demon ne redemarre pas, voyez :

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 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 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 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 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)
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 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 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
Collecting zigpy-zigate
Using cached zigpy_zigate-0.7.4-py3-none-any.whl
Collecting zigpy>=0.22.2
Using cached zigpy-0.47.0-py3-none-any.whl (150 kB)
Collecting pyusb
Using cached pyusb-1.2.1-py3-none-any.whl (58 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 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 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 aiosignal>=1.1.2
Using cached aiosignal-1.2.0-py3-none-any.whl (8.2 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 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 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, pyusb, pyserial-asyncio, pycparser, multidict, idna, frozenlist, charset-normalizer, attrs, asynctest, yarl, cffi, async-timeout, aiosqlite, aiosignal, cryptography, aiohttp, zigpy, zigpy-zigate
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 bellows
Collecting bellows
Using cached bellows-0.30.0-py3-none-any.whl (171 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 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 zigpy>=0.37.0
Using cached zigpy-0.47.0-py3-none-any.whl (150 kB)
Collecting click
Using cached click-8.1.3-py3-none-any.whl (96 kB)
Collecting click-log>=0.2.1
Using cached click_log-0.4.0-py2.py3-none-any.whl (4.3 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 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 async-timeout<5.0,>=4.0.0a3
Using cached async_timeout-4.0.2-py3-none-any.whl (5.8 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 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 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 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
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 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 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 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 charset-normalizer<3.0,>=2.0
Using cached charset_normalizer-2.1.0-py3-none-any.whl (39 kB)
Collecting async-timeout<5.0,>=4.0.0a3
Using cached async_timeout-4.0.2-py3-none-any.whl (5.8 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 asynctest==0.13.0
Using cached asynctest-0.13.0-py3-none-any.whl (26 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'.
Collecting zigpy-znp==0.7.0
Using cached zigpy_znp-0.7.0-py3-none-any.whl (124 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 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 jsonschema
Using cached jsonschema-4.6.0-py3-none-any.whl (80 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 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 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-metadata
Using cached importlib_metadata-4.11.4-py3-none-any.whl (18 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 attrs>=17.4.0
Using cached attrs-21.4.0-py2.py3-none-any.whl (60 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 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 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 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'.
Collecting zigpy==0.46.0
Using cached zigpy-0.46.0-py3-none-any.whl (146 kB)
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 aiohttp
Using cached aiohttp-3.8.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB)
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 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 multidict<7.0,>=4.5
Using cached multidict-6.0.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (96 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 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
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******************

Jeedom de mon voisin en V4.2.19 et derniere version de Zigbee …

Sebastien

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 »