Problème installation dépendance plugin Zigbee

J’ai voulu réinstaller les dépendances après la dernière mise à jour du plugin (j’aurais pas du!!!) tout et bloqué à 15%…
Si quelqu’un a la solution …

Bonjour
Lis les annonces officielles tu auras peut être la solution qui sait …

Salut Loic ,
J’ai déjà bien cherché avant de poster et comme je suis pas un habitué du forum je sais même plus comment partager les logs

+ 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
Reading package lists...
Building dependency tree...
Reading state information...
Package 'python-rpi.gpio' is not installed, so not removed
Package 'python-rpi.gpio-dbgsym' is not installed, so not removed
Package 'python3-rpi.gpio' is not installed, so not removed
Package 'python3-rpi.gpio-dbgsym' is not installed, so not removed
Package 'rpi.gpio-common' is not installed, so not removed
The following packages were automatically installed and are no longer required:
chromium-common chromium-sandbox libimobiledevice6 libjpeg8 libjsoncpp1
libminizip1 libplist3 libre2-5 libu2f-udev libupower-glib3 libusbmuxd4
upower usbmuxd
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 31 not upgraded.
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
chromium-common chromium-sandbox libhttp-parser2.8 libimobiledevice6
libjpeg8 libjsoncpp1 libllvm7 libminizip1 libplist3 libre2-5
libstd-rust-1.41 libstd-rust-dev libu2f-udev libupower-glib3 libusbmuxd4
rust-gdb upower usbmuxd
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
cargo rustc
0 upgraded, 0 newly installed, 2 to remove and 31 not upgraded.
After this operation, 13.4 MB disk space will be freed.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 76999 files and directories currently installed.)
Removing cargo (0.43.1-3~deb10u1+rpi1) ...
Removing rustc (1.41.1+dfsg1-1~deb10u1+rpi1) ...
Processing triggers for man-db (2.8.5-2) ...
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Reading package lists...
Building dependency tree...
Reading state information...
Package 'cargo' is not installed, so not removed
The following packages were automatically installed and are no longer required:
chromium-common chromium-sandbox libhttp-parser2.8 libimobiledevice6
libjpeg8 libjsoncpp1 libllvm7 libminizip1 libplist3 libre2-5
libstd-rust-1.41 libstd-rust-dev libu2f-udev libupower-glib3 libusbmuxd4
rust-gdb upower usbmuxd
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 31 not upgraded.
info: downloading installer
info: profile set to 'default'
info: default host triple is armv7-unknown-linux-gnueabihf
info: syncing channel updates for 'stable-armv7-unknown-linux-gnueabihf'
info: latest update on 2022-08-11, rust version 1.63.0 (4b91a6ea7 2022-08-08)
info: downloading component 'cargo'
info: downloading component 'clippy'
info: downloading component 'rust-docs'
info: downloading component 'rust-std'
info: downloading component 'rustc'
info: downloading component 'rustfmt'
info: installing component 'cargo'
info: installing component 'clippy'
info: installing component 'rust-docs'
info: installing component 'rust-std'
info: installing component 'rustc'
info: installing component 'rustfmt'
info: default toolchain set to 'stable-armv7-unknown-linux-gnueabihf'
stable-armv7-unknown-linux-gnueabihf installed - rustc 1.63.0 (4b91a6ea7 2022-08-08)
Rust is installed now. Great!
To get started you may need to restart your current shell.
This would reload your PATH environment variable to include
Cargo's bin directory ($HOME/.cargo/bin).
To configure your current shell, run:
source "$HOME/.cargo/env"
+ echo 3
++ find /usr/local/lib/python3.7/dist-packages/ -mindepth 1 -maxdepth 1 -type d -exec du -ks '{}' +
++ awk '$1 <= 4'
++ cut -f 2-
+ RESULTTODELETE=
++ echo ''
++ sed 's, ,\ ,g'
+ RESULTTODELETE2=
+ echo ''
+ xargs rm -rf
+ echo 4
+ sudo pip3 install --upgrade pip
Requirement already satisfied: pip in /usr/local/lib/python3.7/dist-packages (22.2.2)
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 --no-cache-dir --force-reinstall --upgrade six
Collecting six
Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
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 6
+ sudo pip3 install --no-cache-dir --force-reinstall --upgrade pyudev
Collecting pyudev
Downloading pyudev-0.24.0-py3-none-any.whl (61 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.8/61.8 kB 2.8 MB/s eta 0:00:00
Installing collected packages: pyudev
Attempting uninstall: pyudev
Found existing installation: pyudev 0.24.0
Uninstalling pyudev-0.24.0:
Successfully uninstalled pyudev-0.24.0
Successfully installed pyudev-0.24.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 7
+ sudo pip3 install --no-cache-dir --force-reinstall --upgrade requests
Collecting requests
Downloading requests-2.28.1-py3-none-any.whl (62 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/62.8 kB 2.3 MB/s eta 0:00:00
Collecting certifi>=2017.4.17
Downloading certifi-2022.6.15.1-py3-none-any.whl (160 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160.4/160.4 kB 2.6 MB/s eta 0:00:00
Collecting charset-normalizer<3,>=2
Downloading charset_normalizer-2.1.1-py3-none-any.whl (39 kB)
Collecting idna<4,>=2.5
Downloading idna-3.3-py3-none-any.whl (61 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 3.7 MB/s eta 0:00:00
Collecting urllib3<1.27,>=1.21.1
Downloading urllib3-1.26.12-py2.py3-none-any.whl (140 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140.4/140.4 kB 2.3 MB/s eta 0:00:00
Installing collected packages: urllib3, idna, charset-normalizer, certifi, requests
Attempting uninstall: urllib3
Found existing installation: urllib3 1.26.12
Uninstalling urllib3-1.26.12:
Successfully uninstalled urllib3-1.26.12
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.0.12
Uninstalling charset-normalizer-2.0.12:
Successfully uninstalled charset-normalizer-2.0.12
Attempting uninstall: certifi
Found existing installation: certifi 2022.6.15.1
Uninstalling certifi-2022.6.15.1:
Successfully uninstalled certifi-2022.6.15.1
Attempting uninstall: requests
Found existing installation: requests 2.28.1
Uninstalling requests-2.28.1:
Successfully uninstalled requests-2.28.1
Successfully installed certifi-2022.6.15.1 charset-normalizer-2.1.1 idna-3.3 requests-2.28.1 urllib3-1.26.12
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 --no-cache-dir --force-reinstall --upgrade setuptools
Collecting setuptools
Downloading setuptools-65.3.0-py3-none-any.whl (1.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 2.7 MB/s eta 0:00:00
Installing collected packages: setuptools
Attempting uninstall: setuptools
Found existing installation: setuptools 65.3.0
Uninstalling setuptools-65.3.0:
Successfully uninstalled setuptools-65.3.0
Successfully installed setuptools-65.3.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 9
+ sudo pip3 install --no-cache-dir --force-reinstall --upgrade wheel
Collecting wheel
Downloading wheel-0.37.1-py2.py3-none-any.whl (35 kB)
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 10
+ sudo pip3 install --no-cache-dir --force-reinstall --upgrade pyserial
Collecting pyserial
Downloading pyserial-3.5-py2.py3-none-any.whl (90 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.6/90.6 kB 2.3 MB/s eta 0:00:00
Installing collected packages: pyserial
Attempting uninstall: pyserial
Found existing installation: pyserial 3.5
Uninstalling pyserial-3.5:
Successfully uninstalled pyserial-3.5
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 11
+ sudo pip3 install --no-cache-dir --force-reinstall --upgrade tornado
Collecting tornado
Downloading tornado-6.2.tar.gz (504 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 504.8/504.8 kB 2.6 MB/s eta 0:00:00
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
Building wheels for collected packages: tornado
Building wheel for tornado (pyproject.toml): started
Building wheel for tornado (pyproject.toml): finished with status 'done'
Created wheel for tornado: filename=tornado-6.2-cp37-abi3-linux_armv7l.whl size=424779 sha256=02a31f0f262b128f7a1696df44126528213c9e56cdd3d44117ed857e582a3798
Stored in directory: /tmp/pip-ephem-wheel-cache-r72wd_4v/wheels/b8/0e/d8/18f1dc68a5de90daa4706d7f1d6222747b443fca224b7b94e8
Successfully built tornado
Installing collected packages: tornado
Attempting uninstall: tornado
Found existing installation: tornado 6.2
Uninstalling tornado-6.2:
Successfully uninstalled tornado-6.2
Successfully installed tornado-6.2
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 --no-cache-dir --force-reinstall --upgrade zha-quirks
Collecting zha-quirks
Downloading zha_quirks-0.0.79-py3-none-any.whl (314 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 314.2/314.2 kB 2.6 MB/s eta 0:00:00
Collecting zigpy>=0.45.1
Downloading zigpy-0.50.2-py3-none-any.whl (155 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.6/155.6 kB 2.5 MB/s eta 0:00:00
Collecting voluptuous
Downloading voluptuous-0.13.1-py3-none-any.whl (29 kB)
Collecting aiohttp
Downloading aiohttp-3.8.1.tar.gz (7.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.3/7.3 MB 2.5 MB/s eta 0:00:00
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Installing backend dependencies: started
Installing backend dependencies: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
Collecting cryptography
Downloading cryptography-38.0.1.tar.gz (599 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 599.4/599.4 kB 2.8 MB/s eta 0:00:00
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
Collecting aiosqlite>=0.16.0
Downloading aiosqlite-0.17.0-py3-none-any.whl (15 kB)
Collecting crccheck
Downloading crccheck-1.1-py3-none-any.whl (29 kB)
Collecting typing_extensions>=3.7.2
Downloading typing_extensions-4.3.0-py3-none-any.whl (25 kB)
Collecting asynctest==0.13.0
Downloading asynctest-0.13.0-py3-none-any.whl (26 kB)
Collecting charset-normalizer<3.0,>=2.0
Downloading charset_normalizer-2.1.1-py3-none-any.whl (39 kB)
Collecting yarl<2.0,>=1.0
Downloading yarl-1.8.1.tar.gz (172 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 172.3/172.3 kB 3.1 MB/s eta 0:00:00
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
Collecting frozenlist>=1.1.1
Downloading frozenlist-1.3.1.tar.gz (66 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.4/66.4 kB 5.9 MB/s eta 0:00:00
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
Collecting attrs>=17.3.0
Downloading attrs-22.1.0-py2.py3-none-any.whl (58 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 5.1 MB/s eta 0:00:00
Collecting aiosignal>=1.1.2
Downloading aiosignal-1.2.0-py3-none-any.whl (8.2 kB)
Collecting async-timeout<5.0,>=4.0.0a3
Downloading async_timeout-4.0.2-py3-none-any.whl (5.8 kB)
Collecting multidict<7.0,>=4.5
Downloading multidict-6.0.2.tar.gz (50 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.3/50.3 kB 8.1 MB/s eta 0:00:00
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
Collecting cffi>=1.12
Downloading cffi-1.15.1.tar.gz (508 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 508.5/508.5 kB 2.5 MB/s eta 0:00:00
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting pycparser
Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/118.7 kB 3.1 MB/s eta 0:00:00
Collecting idna>=2.0
Downloading idna-3.3-py3-none-any.whl (61 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 5.7 MB/s eta 0:00:00
Building wheels for collected packages: aiohttp, cryptography, cffi, frozenlist, multidict, yarl
Building wheel for aiohttp (pyproject.toml): started
Building wheel for aiohttp (pyproject.toml): still running...
Building wheel for aiohttp (pyproject.toml): still running...
Building wheel for aiohttp (pyproject.toml): finished with status 'done'
Created wheel for aiohttp: filename=aiohttp-3.8.1-cp37-cp37m-linux_armv7l.whl size=700230 sha256=45665cd7e624d0fde75dd8d07e06bded04938a3a6a8f1f5f0e86b2fe9d89a8e5
Stored in directory: /tmp/pip-ephem-wheel-cache-vvoei6ne/wheels/1e/af/ee/a13202489533224c5759b6bce535ff77c36a6f81e14f1ce22f
Building wheel for cryptography (pyproject.toml): started
Building wheel for cryptography (pyproject.toml): still running...
Building wheel for cryptography (pyproject.toml): still running...
Building wheel for cryptography (pyproject.toml): still running...
Building wheel for cryptography (pyproject.toml): still running...
Building wheel for cryptography (pyproject.toml): still running...
Building wheel for cryptography (pyproject.toml): still running...
Building wheel for cryptography (pyproject.toml): still running...
Building wheel for cryptography (pyproject.toml): still running...
Building wheel for cryptography (pyproject.toml): still running...
Building wheel for cryptography (pyproject.toml): still running...
Building wheel for cryptography (pyproject.toml): still running...
Building wheel for cryptography (pyproject.toml): finished with status 'done'
Created wheel for cryptography: filename=cryptography-38.0.1-cp37-cp37m-linux_armv7l.whl size=1510123 sha256=845b71179b94612130542ea620c03d542db7c2c1eb8689ac0ae8c76d6203adf0
Stored in directory: /tmp/pip-ephem-wheel-cache-vvoei6ne/wheels/46/da/e6/ad849b0019fbd5452bb3a556435e342793f5c318eb1904463b
Building wheel for cffi (setup.py): started
Building wheel for cffi (setup.py): still running...
Building wheel for cffi (setup.py): finished with status 'done'
Created wheel for cffi: filename=cffi-1.15.1-cp37-cp37m-linux_armv7l.whl size=219926 sha256=bfabf0313534555071bfbefc51176518a55a712648029deda32f42c20d0107dd
Stored in directory: /tmp/pip-ephem-wheel-cache-vvoei6ne/wheels/04/6e/00/ce829dde11540887b1a7ce4905b5a63c36fa1d6ed8afeacf98
Building wheel for frozenlist (pyproject.toml): started
Building wheel for frozenlist (pyproject.toml): finished with status 'done'
Created wheel for frozenlist: filename=frozenlist-1.3.1-cp37-cp37m-linux_armv7l.whl size=66085 sha256=9b2a346cf91a191d8bfeac5cf85268826f6edc2e6e30e7f26fb7cc00ad185153
Stored in directory: /tmp/pip-ephem-wheel-cache-vvoei6ne/wheels/f0/9d/89/8e2638ce2a00b2b87c7fc90358f68bd47bab65d6d39c551702
Building wheel for multidict (pyproject.toml): started
Building wheel for multidict (pyproject.toml): finished with status 'done'
Created wheel for multidict: filename=multidict-6.0.2-cp37-cp37m-linux_armv7l.whl size=53838 sha256=e3a54b3bcf9ef7fbb41558de5a50b943dd796e98c2d2939ee0a302712af9599e
Stored in directory: /tmp/pip-ephem-wheel-cache-vvoei6ne/wheels/15/61/cc/d2c70368c0b1e2f98fc964d8f8071bea2cd98eb6642cc19939
Building wheel for yarl (pyproject.toml): started
Building wheel for yarl (pyproject.toml): finished with status 'done'
Created wheel for yarl: filename=yarl-1.8.1-cp37-cp37m-linux_armv7l.whl size=94578 sha256=107867b35871db5b23c8004dec4652f22be617109ce592320f79d412d45e4091
Stored in directory: /tmp/pip-ephem-wheel-cache-vvoei6ne/wheels/69/15/41/926bbadd69c537292261101b11de40a81fd63936164e035943
Successfully built aiohttp cryptography cffi frozenlist multidict yarl
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.3.0
Uninstalling typing_extensions-4.3.0:
Successfully uninstalled typing_extensions-4.3.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.1
Uninstalling charset-normalizer-2.1.1:
Successfully uninstalled charset-normalizer-2.1.1
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.4.2
Uninstalling yarl-1.4.2:
Successfully uninstalled yarl-1.4.2
Attempting uninstall: cffi
Found existing installation: cffi 1.15.1
Uninstalling cffi-1.15.1:
Successfully uninstalled cffi-1.15.1
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.4
Uninstalling cryptography-37.0.4:
Successfully uninstalled cryptography-37.0.4
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.77
Uninstalling zha-quirks-0.0.77:
Successfully uninstalled zha-quirks-0.0.77
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.
python-miio 0.5.11 requires importlib_metadata<2,>=1; python_version <= "3.7", but you have importlib-metadata 4.12.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-22.1.0 cffi-1.15.1 charset-normalizer-2.1.1 crccheck-1.1 cryptography-38.0.1 frozenlist-1.3.1 idna-3.3 multidict-6.0.2 pycparser-2.21 typing_extensions-4.3.0 voluptuous-0.13.1 yarl-1.8.1 zha-quirks-0.0.79 zigpy-0.50.2
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 --no-cache-dir --force-reinstall --upgrade zigpy-znp
Collecting zigpy-znp
Downloading zigpy_znp-0.8.2-py3-none-any.whl (122 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 122.8/122.8 kB 2.5 MB/s eta 0:00:00
Collecting async-timeout
Downloading async_timeout-4.0.2-py3-none-any.whl (5.8 kB)
Collecting voluptuous
Downloading voluptuous-0.13.1-py3-none-any.whl (29 kB)
Collecting jsonschema
Downloading jsonschema-4.16.0-py3-none-any.whl (83 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.1/83.1 kB 3.2 MB/s eta 0:00:00
Collecting pyserial-asyncio
Downloading pyserial_asyncio-0.6-py3-none-any.whl (7.6 kB)
Collecting coloredlogs
Downloading coloredlogs-15.0.1-py2.py3-none-any.whl (46 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.0/46.0 kB 6.7 MB/s eta 0:00:00
Collecting zigpy>=0.50.0
Downloading zigpy-0.50.2-py3-none-any.whl (155 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 155.6/155.6 kB 2.4 MB/s eta 0:00:00
Collecting aiosqlite>=0.16.0
Downloading aiosqlite-0.17.0-py3-none-any.whl (15 kB)
Collecting aiohttp
Downloading aiohttp-3.8.1.tar.gz (7.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.3/7.3 MB 2.7 MB/s eta 0:00:00
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Installing backend dependencies: started

Tu dois être sur un pi ? Si oui la correction est en beta. Il faut accepter les beta (via son compte market, il y a une case a cocher), puis installer celle de zigbee en date de ce jour.

Je suis déjà en Beta

1 « J'aime »

Comment savez vous que c’est bloque ? Au vu de vos logs c’est toujours en cours et l’installation des dépendances de ce plugin sont très longue. Elles ont été lancée quand ?

A 11 h ce matin , et j’ai eu des erreurs d’installation qui ont dépassé le timing

Donc c’est pas la dernière. Il y en a eu une autre depuis.

Loic,
J’ai vraiment besoin que tu m’aides , j’ai toute ma régul basé sur le zigbee

1 « J'aime »

Et celle de 11h54 ne s’est pas installée?

se lancer dans une mise à jour alors que le support clame de ne pas toucher ^^ :smiley:

2 « J'aime »

si c’est celle là

T’es gentil mais pourquoi ne pas la retirer cette mise à jour ?? Je maintiens juste mon système à jour … Sinon t’aurais pas une solution ?

2 « J'aime »

Tu es toujours bloqué ? Tu as essayé de maj pip et python comme indiqué dans la doc en cas de pb avec les dépendances ?

oui tjrs bloqué et oui j’ai tout essayé

Tu es toujours a 11% ? Tu as tenté :
« Cela peut venir d’un soucis avec la version de pip3, pour corriger il faut aller dans la configuration de Jeedom, onglet OS/DB puis lancer la console OS et faire : sudo pip3 install --upgrade pip puis relancer l’installation des dépendances. Si ca ne marche pas vous pouvez essayer de faire sudo apt remove -y python3-openssl;sudo pip3 install --upgrade pip et relancer l’installation des dépendances. »

Ton log a pas avancé ?

1 « J'aime »
Requirement already satisfied: pip in /usr/local/lib/python3.7/dist-packages (22.2.2)
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
2 « J'aime »