+ 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 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 249 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... Package 'rustc' is not installed, so not removed The following packages were automatically installed and are no longer required: chromium-common chromium-sandbox libimobiledevice6 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 249 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... Package 'cargo' is not installed, so not removed The following packages were automatically installed and are no longer required: chromium-common chromium-sandbox libimobiledevice6 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 249 not upgraded. info: downloading installer info: profile set to 'default' info: default host triple is armv7-unknown-linux-gnueabihf warning: Updating existing toolchain, profile choice will be ignored info: syncing channel updates for 'stable-armv7-unknown-linux-gnueabihf' info: default toolchain set to 'stable-armv7-unknown-linux-gnueabihf' stable-armv7-unknown-linux-gnueabihf unchanged - rustc 1.69.0 (84c898d65 2023-04-16) 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 ++ awk '$1 <= 4' ++ cut -f 2- ++ find /usr/local/lib/python2.7/dist-packages/ /usr/local/lib/python3.7/dist-packages/ -mindepth 1 -maxdepth 1 -type d -exec du -ks '{}' + + RESULTTODELETE= ++ echo '' ++ sed 's, ,\ ,g' + RESULTTODELETE2= + echo '' + xargs rm -rf + echo 4 + sudo pip3 cache purge Files removed: 162 + echo 5 + 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 (23.1.2) WARNING: Error parsing requirements for idna: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/idna-3.3.dist-info/METADATA' WARNING: Error parsing requirements for pyudev: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/pyudev-0.23.2.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 6 + sudo pip3 install --force-reinstall --upgrade setuptools Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting setuptools Downloading https://www.piwheels.org/simple/setuptools/setuptools-67.8.0-py3-none-any.whl (1.1 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 2.8 MB/s eta 0:00:00 WARNING: Error parsing requirements for idna: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/idna-3.3.dist-info/METADATA' WARNING: Error parsing requirements for pyudev: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/pyudev-0.23.2.dist-info/METADATA' Installing collected packages: setuptools Attempting uninstall: setuptools Found existing installation: setuptools 67.8.0 Uninstalling setuptools-67.8.0: Successfully uninstalled setuptools-67.8.0 Successfully installed setuptools-67.8.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 --force-reinstall --upgrade wheel Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting wheel Downloading https://www.piwheels.org/simple/wheel/wheel-0.40.0-py3-none-any.whl (64 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.5/64.5 kB 948.5 kB/s eta 0:00:00 WARNING: Error parsing requirements for idna: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/idna-3.3.dist-info/METADATA' WARNING: Error parsing requirements for pyudev: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/pyudev-0.23.2.dist-info/METADATA' Installing collected packages: wheel Attempting uninstall: wheel Found existing installation: wheel 0.40.0 Uninstalling wheel-0.40.0: Successfully uninstalled wheel-0.40.0 Successfully installed wheel-0.40.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 six Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting six Downloading https://www.piwheels.org/simple/six/six-1.16.0-py2.py3-none-any.whl (11 kB) WARNING: Error parsing requirements for idna: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/idna-3.3.dist-info/METADATA' WARNING: Error parsing requirements for pyudev: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/pyudev-0.23.2.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 9 + sudo pip3 install --force-reinstall --upgrade pyudev Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting pyudev Downloading https://www.piwheels.org/simple/pyudev/pyudev-0.24.1-py3-none-any.whl (62 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.9/62.9 kB 814.3 kB/s eta 0:00:00 WARNING: Error parsing requirements for idna: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/idna-3.3.dist-info/METADATA' WARNING: Error parsing requirements for pyudev: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/pyudev-0.23.2.dist-info/METADATA' Installing collected packages: pyudev Attempting uninstall: pyudev WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages Found existing installation: pyudev 0.23.2 ERROR: Cannot uninstall pyudev 0.23.2, RECORD file not found. You might be able to recover from this via: 'pip install --force-reinstall --no-deps pyudev==0.23.2'. + echo 10 + sudo pip3 install --force-reinstall --upgrade requests Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting requests Downloading https://www.piwheels.org/simple/requests/requests-2.31.0-py3-none-any.whl (62 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.6/62.6 kB 885.8 kB/s eta 0:00:00 Collecting charset-normalizer<4,>=2 (from requests) Downloading charset_normalizer-3.1.0-py3-none-any.whl (46 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.2/46.2 kB 719.2 kB/s eta 0:00:00 Collecting idna<4,>=2.5 (from requests) Downloading https://www.piwheels.org/simple/idna/idna-3.4-py3-none-any.whl (61 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 875.9 kB/s eta 0:00:00 Collecting urllib3<3,>=1.21.1 (from requests) Downloading https://www.piwheels.org/simple/urllib3/urllib3-2.0.2-py3-none-any.whl (123 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.2/123.2 kB 1.2 MB/s eta 0:00:00 Collecting certifi>=2017.4.17 (from requests) Downloading https://www.piwheels.org/simple/certifi/certifi-2023.5.7-py3-none-any.whl (156 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 156.9/156.9 kB 1.9 MB/s eta 0:00:00 WARNING: Error parsing requirements for idna: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/idna-3.3.dist-info/METADATA' WARNING: Error parsing requirements for pyudev: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/pyudev-0.23.2.dist-info/METADATA' Installing collected packages: urllib3, idna, charset-normalizer, certifi, requests Attempting uninstall: urllib3 Found existing installation: urllib3 2.0.2 Uninstalling urllib3-2.0.2: Successfully uninstalled urllib3-2.0.2 Attempting uninstall: idna WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages Found existing installation: idna 3.3 ERROR: Cannot uninstall idna 3.3, RECORD file not found. You might be able to recover from this via: 'pip install --force-reinstall --no-deps idna==3.3'. + echo 11 + sudo pip3 install --force-reinstall --upgrade pyserial Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting pyserial Downloading https://www.piwheels.org/simple/pyserial/pyserial-3.5-py2.py3-none-any.whl (90 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.6/90.6 kB 1.0 MB/s eta 0:00:00 WARNING: Error parsing requirements for idna: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/idna-3.3.dist-info/METADATA' WARNING: Error parsing requirements for pyudev: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/pyudev-0.23.2.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 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 12 + sudo pip3 install --force-reinstall --upgrade tornado Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting tornado Downloading https://www.piwheels.org/simple/tornado/tornado-6.2-cp37-abi3-linux_armv7l.whl (422 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 422.5/422.5 kB 2.0 MB/s eta 0:00:00 WARNING: Error parsing requirements for idna: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/idna-3.3.dist-info/METADATA' WARNING: Error parsing requirements for pyudev: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/pyudev-0.23.2.dist-info/METADATA' 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 13 + sudo pip3 install --force-reinstall --upgrade zha-quirks==0.0.80 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting zha-quirks==0.0.80 Downloading https://www.piwheels.org/simple/zha-quirks/zha_quirks-0.0.80-py3-none-any.whl (315 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 315.6/315.6 kB 1.8 MB/s eta 0:00:00 Collecting zigpy>=0.45.1 (from zha-quirks==0.0.80) Downloading https://www.piwheels.org/simple/zigpy/zigpy-0.51.6-py3-none-any.whl (153 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 153.1/153.1 kB 1.3 MB/s eta 0:00:00 Collecting aiohttp (from zigpy>=0.45.1->zha-quirks==0.0.80) Downloading https://www.piwheels.org/simple/aiohttp/aiohttp-3.8.4-cp37-cp37m-linux_armv7l.whl (486 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 486.6/486.6 kB 3.1 MB/s eta 0:00:00 Collecting aiosqlite>=0.16.0 (from zigpy>=0.45.1->zha-quirks==0.0.80) Downloading https://www.piwheels.org/simple/aiosqlite/aiosqlite-0.19.0-py3-none-any.whl (15 kB) Collecting crccheck (from zigpy>=0.45.1->zha-quirks==0.0.80) Downloading https://www.piwheels.org/simple/crccheck/crccheck-1.3.0-py3-none-any.whl (21 kB) Collecting cryptography (from zigpy>=0.45.1->zha-quirks==0.0.80) Downloading cryptography-40.0.2.tar.gz (625 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 625.6/625.6 kB 3.3 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 voluptuous (from zigpy>=0.45.1->zha-quirks==0.0.80) Downloading https://www.piwheels.org/simple/voluptuous/voluptuous-0.13.1-py3-none-any.whl (35 kB) Collecting yarl (from zigpy>=0.45.1->zha-quirks==0.0.80) Downloading https://www.piwheels.org/simple/yarl/yarl-1.9.2-cp37-cp37m-linux_armv7l.whl (99 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.3/99.3 kB 1.2 MB/s eta 0:00:00 Collecting pyserial-asyncio (from zigpy>=0.45.1->zha-quirks==0.0.80) Downloading https://www.piwheels.org/simple/pyserial-asyncio/pyserial_asyncio-0.6-py3-none-any.whl (7.5 kB) Collecting typing_extensions>=4.0 (from aiosqlite>=0.16.0->zigpy>=0.45.1->zha-quirks==0.0.80) Using cached https://www.piwheels.org/simple/typing-extensions/typing_extensions-4.6.2-py3-none-any.whl (31 kB) Collecting attrs>=17.3.0 (from aiohttp->zigpy>=0.45.1->zha-quirks==0.0.80) Downloading https://www.piwheels.org/simple/attrs/attrs-23.1.0-py3-none-any.whl (61 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 783.1 kB/s eta 0:00:00 Collecting charset-normalizer<4.0,>=2.0 (from aiohttp->zigpy>=0.45.1->zha-quirks==0.0.80) Using cached charset_normalizer-3.1.0-py3-none-any.whl (46 kB) Collecting multidict<7.0,>=4.5 (from aiohttp->zigpy>=0.45.1->zha-quirks==0.0.80) Downloading https://www.piwheels.org/simple/multidict/multidict-6.0.4-cp37-cp37m-linux_armv7l.whl (53 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.9/53.9 kB 822.6 kB/s eta 0:00:00 Collecting async-timeout<5.0,>=4.0.0a3 (from aiohttp->zigpy>=0.45.1->zha-quirks==0.0.80) Downloading https://www.piwheels.org/simple/async-timeout/async_timeout-4.0.2-py3-none-any.whl (5.8 kB) Collecting frozenlist>=1.1.1 (from aiohttp->zigpy>=0.45.1->zha-quirks==0.0.80) Downloading https://www.piwheels.org/simple/frozenlist/frozenlist-1.3.3-cp37-cp37m-linux_armv7l.whl (66 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.1/66.1 kB 904.5 kB/s eta 0:00:00 Collecting aiosignal>=1.1.2 (from aiohttp->zigpy>=0.45.1->zha-quirks==0.0.80) Downloading https://www.piwheels.org/simple/aiosignal/aiosignal-1.3.1-py3-none-any.whl (7.6 kB) Collecting asynctest==0.13.0 (from aiohttp->zigpy>=0.45.1->zha-quirks==0.0.80) Downloading https://www.piwheels.org/simple/asynctest/asynctest-0.13.0-py3-none-any.whl (26 kB) Collecting idna>=2.0 (from yarl->zigpy>=0.45.1->zha-quirks==0.0.80) Using cached https://www.piwheels.org/simple/idna/idna-3.4-py3-none-any.whl (61 kB) Collecting cffi>=1.12 (from cryptography->zigpy>=0.45.1->zha-quirks==0.0.80) Using cached https://www.piwheels.org/simple/cffi/cffi-1.15.1-cp37-cp37m-linux_armv7l.whl (219 kB) Collecting pyserial (from pyserial-asyncio->zigpy>=0.45.1->zha-quirks==0.0.80) Using cached https://www.piwheels.org/simple/pyserial/pyserial-3.5-py2.py3-none-any.whl (90 kB) Collecting importlib-metadata (from attrs>=17.3.0->aiohttp->zigpy>=0.45.1->zha-quirks==0.0.80) Downloading https://www.piwheels.org/simple/importlib-metadata/importlib_metadata-6.6.0-py3-none-any.whl (22 kB) Collecting pycparser (from cffi>=1.12->cryptography->zigpy>=0.45.1->zha-quirks==0.0.80) Using cached https://www.piwheels.org/simple/pycparser/pycparser-2.21-py2.py3-none-any.whl (119 kB) Collecting zipp>=0.5 (from importlib-metadata->attrs>=17.3.0->aiohttp->zigpy>=0.45.1->zha-quirks==0.0.80) Downloading https://www.piwheels.org/simple/zipp/zipp-3.15.0-py3-none-any.whl (6.8 kB) Building wheels for collected packages: cryptography 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): finished with status 'done' Created wheel for cryptography: filename=cryptography-40.0.2-cp37-cp37m-linux_armv7l.whl size=1520945 sha256=0a46876cae89cceeec8981e8635c86c650104478bdc5d4a03aa641f3ca0f5d1f Stored in directory: /root/.cache/pip/wheels/5c/f4/61/020c76c77a04074a4562ad3591ac3e1d84ffc68a3b6fec95eb Successfully built cryptography WARNING: Error parsing requirements for idna: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/idna-3.3.dist-info/METADATA' WARNING: Error parsing requirements for pyudev: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/pyudev-0.23.2.dist-info/METADATA' Installing collected packages: voluptuous, pyserial, crccheck, zipp, typing_extensions, pyserial-asyncio, pycparser, multidict, idna, frozenlist, charset-normalizer, asynctest, yarl, importlib-metadata, cffi, async-timeout, aiosqlite, aiosignal, cryptography, attrs, 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: pyserial Found existing installation: pyserial 3.5 Uninstalling pyserial-3.5: Successfully uninstalled pyserial-3.5 Attempting uninstall: crccheck Found existing installation: crccheck 1.3.0 Uninstalling crccheck-1.3.0: Successfully uninstalled crccheck-1.3.0 Attempting uninstall: zipp Found existing installation: zipp 3.15.0 Uninstalling zipp-3.15.0: Successfully uninstalled zipp-3.15.0 Attempting uninstall: typing_extensions Found existing installation: typing_extensions 4.6.2 Uninstalling typing_extensions-4.6.2: Successfully uninstalled typing_extensions-4.6.2 Attempting uninstall: pyserial-asyncio Found existing installation: pyserial-asyncio 0.6 Uninstalling pyserial-asyncio-0.6: Successfully uninstalled pyserial-asyncio-0.6 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.4 Uninstalling multidict-6.0.4: Successfully uninstalled multidict-6.0.4 Attempting uninstall: idna WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages Found existing installation: idna 3.3 ERROR: Cannot uninstall idna 3.3, RECORD file not found. You might be able to recover from this via: 'pip install --force-reinstall --no-deps idna==3.3'. + echo 14 + sudo pip3 install --force-reinstall --upgrade zigpy-znp==0.8.2 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting zigpy-znp==0.8.2 Downloading https://www.piwheels.org/simple/zigpy-znp/zigpy_znp-0.8.2-py3-none-any.whl (109 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 109.9/109.9 kB 1.2 MB/s eta 0:00:00 Collecting zigpy>=0.50.0 (from zigpy-znp==0.8.2) Using cached https://www.piwheels.org/simple/zigpy/zigpy-0.51.6-py3-none-any.whl (153 kB) Collecting async-timeout (from zigpy-znp==0.8.2) Using cached https://www.piwheels.org/simple/async-timeout/async_timeout-4.0.2-py3-none-any.whl (5.8 kB) Collecting voluptuous (from zigpy-znp==0.8.2) Using cached https://www.piwheels.org/simple/voluptuous/voluptuous-0.13.1-py3-none-any.whl (35 kB) Collecting coloredlogs (from zigpy-znp==0.8.2) Downloading https://www.piwheels.org/simple/coloredlogs/coloredlogs-15.0.1-py2.py3-none-any.whl (46 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.0/46.0 kB 667.3 kB/s eta 0:00:00 Collecting jsonschema (from zigpy-znp==0.8.2) Downloading https://www.piwheels.org/simple/jsonschema/jsonschema-4.17.3-py3-none-any.whl (90 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.4/90.4 kB 1.1 MB/s eta 0:00:00 Collecting pyserial-asyncio (from zigpy-znp==0.8.2) Using cached https://www.piwheels.org/simple/pyserial-asyncio/pyserial_asyncio-0.6-py3-none-any.whl (7.5 kB) Collecting aiohttp (from zigpy>=0.50.0->zigpy-znp==0.8.2) Using cached https://www.piwheels.org/simple/aiohttp/aiohttp-3.8.4-cp37-cp37m-linux_armv7l.whl (486 kB) Collecting aiosqlite>=0.16.0 (from zigpy>=0.50.0->zigpy-znp==0.8.2) Using cached https://www.piwheels.org/simple/aiosqlite/aiosqlite-0.19.0-py3-none-any.whl (15 kB) Collecting crccheck (from zigpy>=0.50.0->zigpy-znp==0.8.2) Using cached https://www.piwheels.org/simple/crccheck/crccheck-1.3.0-py3-none-any.whl (21 kB) Collecting cryptography (from zigpy>=0.50.0->zigpy-znp==0.8.2) Using cached cryptography-40.0.2-cp37-cp37m-linux_armv7l.whl Collecting yarl (from zigpy>=0.50.0->zigpy-znp==0.8.2) Using cached https://www.piwheels.org/simple/yarl/yarl-1.9.2-cp37-cp37m-linux_armv7l.whl (99 kB) Collecting typing-extensions>=3.6.5 (from async-timeout->zigpy-znp==0.8.2) Using cached https://www.piwheels.org/simple/typing-extensions/typing_extensions-4.6.2-py3-none-any.whl (31 kB) Collecting humanfriendly>=9.1 (from coloredlogs->zigpy-znp==0.8.2) Downloading https://www.piwheels.org/simple/humanfriendly/humanfriendly-10.0-py2.py3-none-any.whl (89 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.9/89.9 kB 969.5 kB/s eta 0:00:00 Collecting attrs>=17.4.0 (from jsonschema->zigpy-znp==0.8.2) Using cached https://www.piwheels.org/simple/attrs/attrs-23.1.0-py3-none-any.whl (61 kB) Collecting importlib-metadata (from jsonschema->zigpy-znp==0.8.2) Using cached https://www.piwheels.org/simple/importlib-metadata/importlib_metadata-6.6.0-py3-none-any.whl (22 kB) Collecting importlib-resources>=1.4.0 (from jsonschema->zigpy-znp==0.8.2) Downloading https://www.piwheels.org/simple/importlib-resources/importlib_resources-5.12.0-py3-none-any.whl (36 kB) Collecting pkgutil-resolve-name>=1.3.10 (from jsonschema->zigpy-znp==0.8.2) Downloading https://www.piwheels.org/simple/pkgutil-resolve-name/pkgutil_resolve_name-1.3.10-py3-none-any.whl (4.7 kB) Collecting pyrsistent!=0.17.0,!=0.17.1,!=0.17.2,>=0.14.0 (from jsonschema->zigpy-znp==0.8.2) Downloading https://www.piwheels.org/simple/pyrsistent/pyrsistent-0.19.3-cp37-cp37m-linux_armv7l.whl (83 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 83.3/83.3 kB 933.3 kB/s eta 0:00:00 Collecting pyserial (from pyserial-asyncio->zigpy-znp==0.8.2) Using cached https://www.piwheels.org/simple/pyserial/pyserial-3.5-py2.py3-none-any.whl (90 kB) Collecting zipp>=3.1.0 (from importlib-resources>=1.4.0->jsonschema->zigpy-znp==0.8.2) Using cached https://www.piwheels.org/simple/zipp/zipp-3.15.0-py3-none-any.whl (6.8 kB) Collecting charset-normalizer<4.0,>=2.0 (from aiohttp->zigpy>=0.50.0->zigpy-znp==0.8.2) Using cached charset_normalizer-3.1.0-py3-none-any.whl (46 kB) Collecting multidict<7.0,>=4.5 (from aiohttp->zigpy>=0.50.0->zigpy-znp==0.8.2) Using cached https://www.piwheels.org/simple/multidict/multidict-6.0.4-cp37-cp37m-linux_armv7l.whl (53 kB) Collecting frozenlist>=1.1.1 (from aiohttp->zigpy>=0.50.0->zigpy-znp==0.8.2) Using cached https://www.piwheels.org/simple/frozenlist/frozenlist-1.3.3-cp37-cp37m-linux_armv7l.whl (66 kB) Collecting aiosignal>=1.1.2 (from aiohttp->zigpy>=0.50.0->zigpy-znp==0.8.2) Using cached https://www.piwheels.org/simple/aiosignal/aiosignal-1.3.1-py3-none-any.whl (7.6 kB) Collecting asynctest==0.13.0 (from aiohttp->zigpy>=0.50.0->zigpy-znp==0.8.2) Using cached https://www.piwheels.org/simple/asynctest/asynctest-0.13.0-py3-none-any.whl (26 kB) Collecting idna>=2.0 (from yarl->zigpy>=0.50.0->zigpy-znp==0.8.2) Using cached https://www.piwheels.org/simple/idna/idna-3.4-py3-none-any.whl (61 kB) Collecting cffi>=1.12 (from cryptography->zigpy>=0.50.0->zigpy-znp==0.8.2) Using cached https://www.piwheels.org/simple/cffi/cffi-1.15.1-cp37-cp37m-linux_armv7l.whl (219 kB) Collecting pycparser (from cffi>=1.12->cryptography->zigpy>=0.50.0->zigpy-znp==0.8.2) Using cached https://www.piwheels.org/simple/pycparser/pycparser-2.21-py2.py3-none-any.whl (119 kB) WARNING: Error parsing requirements for idna: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/idna-3.3.dist-info/METADATA' WARNING: Error parsing requirements for pyudev: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/pyudev-0.23.2.dist-info/METADATA' Installing collected packages: voluptuous, pyserial, crccheck, zipp, typing-extensions, pyserial-asyncio, pyrsistent, pycparser, pkgutil-resolve-name, multidict, idna, humanfriendly, frozenlist, charset-normalizer, asynctest, yarl, importlib-resources, importlib-metadata, coloredlogs, cffi, async-timeout, aiosqlite, aiosignal, cryptography, attrs, jsonschema, 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 Found existing installation: pyserial 3.5 Uninstalling pyserial-3.5: Successfully uninstalled pyserial-3.5 Attempting uninstall: crccheck Found existing installation: crccheck 1.3.0 Uninstalling crccheck-1.3.0: Successfully uninstalled crccheck-1.3.0 Attempting uninstall: zipp Found existing installation: zipp 3.15.0 Uninstalling zipp-3.15.0: Successfully uninstalled zipp-3.15.0 Attempting uninstall: typing-extensions Found existing installation: typing_extensions 4.6.2 Uninstalling typing_extensions-4.6.2: Successfully uninstalled typing_extensions-4.6.2 Attempting uninstall: pyserial-asyncio Found existing installation: pyserial-asyncio 0.6 Uninstalling pyserial-asyncio-0.6: Successfully uninstalled pyserial-asyncio-0.6 Attempting uninstall: pyrsistent Found existing installation: pyrsistent 0.19.3 Uninstalling pyrsistent-0.19.3: Successfully uninstalled pyrsistent-0.19.3 Attempting uninstall: pycparser Found existing installation: pycparser 2.21 Uninstalling pycparser-2.21: Successfully uninstalled pycparser-2.21 Attempting uninstall: pkgutil-resolve-name Found existing installation: pkgutil_resolve_name 1.3.10 Uninstalling pkgutil_resolve_name-1.3.10: Successfully uninstalled pkgutil_resolve_name-1.3.10 Attempting uninstall: multidict Found existing installation: multidict 6.0.4 Uninstalling multidict-6.0.4: Successfully uninstalled multidict-6.0.4 Attempting uninstall: idna WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages Found existing installation: idna 3.3 ERROR: Cannot uninstall idna 3.3, RECORD file not found. You might be able to recover from this via: 'pip install --force-reinstall --no-deps idna==3.3'. + echo 15 + sudo pip3 install --force-reinstall --upgrade zigpy-xbee==0.15.0 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting zigpy-xbee==0.15.0 Downloading https://www.piwheels.org/simple/zigpy-xbee/zigpy_xbee-0.15.0-py3-none-any.whl (40 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 kB 713.0 kB/s eta 0:00:00 Collecting pyserial-asyncio (from zigpy-xbee==0.15.0) Using cached https://www.piwheels.org/simple/pyserial-asyncio/pyserial_asyncio-0.6-py3-none-any.whl (7.5 kB) Collecting zigpy>=0.47.0 (from zigpy-xbee==0.15.0) Using cached https://www.piwheels.org/simple/zigpy/zigpy-0.51.6-py3-none-any.whl (153 kB) Collecting aiohttp (from zigpy>=0.47.0->zigpy-xbee==0.15.0) Using cached https://www.piwheels.org/simple/aiohttp/aiohttp-3.8.4-cp37-cp37m-linux_armv7l.whl (486 kB) Collecting aiosqlite>=0.16.0 (from zigpy>=0.47.0->zigpy-xbee==0.15.0) Using cached https://www.piwheels.org/simple/aiosqlite/aiosqlite-0.19.0-py3-none-any.whl (15 kB) Collecting crccheck (from zigpy>=0.47.0->zigpy-xbee==0.15.0) Using cached https://www.piwheels.org/simple/crccheck/crccheck-1.3.0-py3-none-any.whl (21 kB) Collecting cryptography (from zigpy>=0.47.0->zigpy-xbee==0.15.0) Using cached cryptography-40.0.2-cp37-cp37m-linux_armv7l.whl Collecting voluptuous (from zigpy>=0.47.0->zigpy-xbee==0.15.0) Using cached https://www.piwheels.org/simple/voluptuous/voluptuous-0.13.1-py3-none-any.whl (35 kB) Collecting yarl (from zigpy>=0.47.0->zigpy-xbee==0.15.0) Using cached https://www.piwheels.org/simple/yarl/yarl-1.9.2-cp37-cp37m-linux_armv7l.whl (99 kB) Collecting pyserial (from pyserial-asyncio->zigpy-xbee==0.15.0) Using cached https://www.piwheels.org/simple/pyserial/pyserial-3.5-py2.py3-none-any.whl (90 kB) Collecting typing_extensions>=4.0 (from aiosqlite>=0.16.0->zigpy>=0.47.0->zigpy-xbee==0.15.0) Using cached https://www.piwheels.org/simple/typing-extensions/typing_extensions-4.6.2-py3-none-any.whl (31 kB) Collecting attrs>=17.3.0 (from aiohttp->zigpy>=0.47.0->zigpy-xbee==0.15.0) Using cached https://www.piwheels.org/simple/attrs/attrs-23.1.0-py3-none-any.whl (61 kB) Collecting charset-normalizer<4.0,>=2.0 (from aiohttp->zigpy>=0.47.0->zigpy-xbee==0.15.0) Using cached charset_normalizer-3.1.0-py3-none-any.whl (46 kB) Collecting multidict<7.0,>=4.5 (from aiohttp->zigpy>=0.47.0->zigpy-xbee==0.15.0) Using cached https://www.piwheels.org/simple/multidict/multidict-6.0.4-cp37-cp37m-linux_armv7l.whl (53 kB) Collecting async-timeout<5.0,>=4.0.0a3 (from aiohttp->zigpy>=0.47.0->zigpy-xbee==0.15.0) Using cached https://www.piwheels.org/simple/async-timeout/async_timeout-4.0.2-py3-none-any.whl (5.8 kB) Collecting frozenlist>=1.1.1 (from aiohttp->zigpy>=0.47.0->zigpy-xbee==0.15.0) Using cached https://www.piwheels.org/simple/frozenlist/frozenlist-1.3.3-cp37-cp37m-linux_armv7l.whl (66 kB) Collecting aiosignal>=1.1.2 (from aiohttp->zigpy>=0.47.0->zigpy-xbee==0.15.0) Using cached https://www.piwheels.org/simple/aiosignal/aiosignal-1.3.1-py3-none-any.whl (7.6 kB) Collecting asynctest==0.13.0 (from aiohttp->zigpy>=0.47.0->zigpy-xbee==0.15.0) Using cached https://www.piwheels.org/simple/asynctest/asynctest-0.13.0-py3-none-any.whl (26 kB) Collecting idna>=2.0 (from yarl->zigpy>=0.47.0->zigpy-xbee==0.15.0) Using cached https://www.piwheels.org/simple/idna/idna-3.4-py3-none-any.whl (61 kB) Collecting cffi>=1.12 (from cryptography->zigpy>=0.47.0->zigpy-xbee==0.15.0) Using cached https://www.piwheels.org/simple/cffi/cffi-1.15.1-cp37-cp37m-linux_armv7l.whl (219 kB) Collecting importlib-metadata (from attrs>=17.3.0->aiohttp->zigpy>=0.47.0->zigpy-xbee==0.15.0) Using cached https://www.piwheels.org/simple/importlib-metadata/importlib_metadata-6.6.0-py3-none-any.whl (22 kB) Collecting pycparser (from cffi>=1.12->cryptography->zigpy>=0.47.0->zigpy-xbee==0.15.0) Using cached https://www.piwheels.org/simple/pycparser/pycparser-2.21-py2.py3-none-any.whl (119 kB) Collecting zipp>=0.5 (from importlib-metadata->attrs>=17.3.0->aiohttp->zigpy>=0.47.0->zigpy-xbee==0.15.0) Using cached https://www.piwheels.org/simple/zipp/zipp-3.15.0-py3-none-any.whl (6.8 kB) WARNING: Error parsing requirements for idna: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/idna-3.3.dist-info/METADATA' WARNING: Error parsing requirements for pyudev: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/pyudev-0.23.2.dist-info/METADATA' Installing collected packages: voluptuous, pyserial, crccheck, zipp, typing_extensions, pyserial-asyncio, pycparser, multidict, idna, frozenlist, charset-normalizer, asynctest, yarl, importlib-metadata, cffi, async-timeout, aiosqlite, aiosignal, cryptography, attrs, 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 Found existing installation: pyserial 3.5 Uninstalling pyserial-3.5: Successfully uninstalled pyserial-3.5 Attempting uninstall: crccheck Found existing installation: crccheck 1.3.0 Uninstalling crccheck-1.3.0: Successfully uninstalled crccheck-1.3.0 Attempting uninstall: zipp Found existing installation: zipp 3.15.0 Uninstalling zipp-3.15.0: Successfully uninstalled zipp-3.15.0 Attempting uninstall: typing_extensions Found existing installation: typing_extensions 4.6.2 Uninstalling typing_extensions-4.6.2: Successfully uninstalled typing_extensions-4.6.2 Attempting uninstall: pyserial-asyncio Found existing installation: pyserial-asyncio 0.6 Uninstalling pyserial-asyncio-0.6: Successfully uninstalled pyserial-asyncio-0.6 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.4 Uninstalling multidict-6.0.4: Successfully uninstalled multidict-6.0.4 Attempting uninstall: idna WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages Found existing installation: idna 3.3 ERROR: Cannot uninstall idna 3.3, RECORD file not found. You might be able to recover from this via: 'pip install --force-reinstall --no-deps idna==3.3'. + echo 16 + sudo pip3 install --force-reinstall --upgrade zigpy-deconz==0.18.1 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting zigpy-deconz==0.18.1 Downloading https://www.piwheels.org/simple/zigpy-deconz/zigpy_deconz-0.18.1-py3-none-any.whl (31 kB) Collecting pyserial-asyncio (from zigpy-deconz==0.18.1) Using cached https://www.piwheels.org/simple/pyserial-asyncio/pyserial_asyncio-0.6-py3-none-any.whl (7.5 kB) Collecting zigpy>=0.47.0 (from zigpy-deconz==0.18.1) Using cached https://www.piwheels.org/simple/zigpy/zigpy-0.51.6-py3-none-any.whl (153 kB) Collecting aiohttp (from zigpy>=0.47.0->zigpy-deconz==0.18.1) Using cached https://www.piwheels.org/simple/aiohttp/aiohttp-3.8.4-cp37-cp37m-linux_armv7l.whl (486 kB) Collecting aiosqlite>=0.16.0 (from zigpy>=0.47.0->zigpy-deconz==0.18.1) Using cached https://www.piwheels.org/simple/aiosqlite/aiosqlite-0.19.0-py3-none-any.whl (15 kB) Collecting crccheck (from zigpy>=0.47.0->zigpy-deconz==0.18.1) Using cached https://www.piwheels.org/simple/crccheck/crccheck-1.3.0-py3-none-any.whl (21 kB) Collecting cryptography (from zigpy>=0.47.0->zigpy-deconz==0.18.1) Using cached cryptography-40.0.2-cp37-cp37m-linux_armv7l.whl Collecting voluptuous (from zigpy>=0.47.0->zigpy-deconz==0.18.1) Using cached https://www.piwheels.org/simple/voluptuous/voluptuous-0.13.1-py3-none-any.whl (35 kB) Collecting yarl (from zigpy>=0.47.0->zigpy-deconz==0.18.1) Using cached https://www.piwheels.org/simple/yarl/yarl-1.9.2-cp37-cp37m-linux_armv7l.whl (99 kB) Collecting pyserial (from pyserial-asyncio->zigpy-deconz==0.18.1) Using cached https://www.piwheels.org/simple/pyserial/pyserial-3.5-py2.py3-none-any.whl (90 kB) Collecting typing_extensions>=4.0 (from aiosqlite>=0.16.0->zigpy>=0.47.0->zigpy-deconz==0.18.1) Using cached https://www.piwheels.org/simple/typing-extensions/typing_extensions-4.6.2-py3-none-any.whl (31 kB) Collecting attrs>=17.3.0 (from aiohttp->zigpy>=0.47.0->zigpy-deconz==0.18.1) Using cached https://www.piwheels.org/simple/attrs/attrs-23.1.0-py3-none-any.whl (61 kB) Collecting charset-normalizer<4.0,>=2.0 (from aiohttp->zigpy>=0.47.0->zigpy-deconz==0.18.1) Using cached charset_normalizer-3.1.0-py3-none-any.whl (46 kB) Collecting multidict<7.0,>=4.5 (from aiohttp->zigpy>=0.47.0->zigpy-deconz==0.18.1) Using cached https://www.piwheels.org/simple/multidict/multidict-6.0.4-cp37-cp37m-linux_armv7l.whl (53 kB) Collecting async-timeout<5.0,>=4.0.0a3 (from aiohttp->zigpy>=0.47.0->zigpy-deconz==0.18.1) Using cached https://www.piwheels.org/simple/async-timeout/async_timeout-4.0.2-py3-none-any.whl (5.8 kB) Collecting frozenlist>=1.1.1 (from aiohttp->zigpy>=0.47.0->zigpy-deconz==0.18.1) Using cached https://www.piwheels.org/simple/frozenlist/frozenlist-1.3.3-cp37-cp37m-linux_armv7l.whl (66 kB) Collecting aiosignal>=1.1.2 (from aiohttp->zigpy>=0.47.0->zigpy-deconz==0.18.1) Using cached https://www.piwheels.org/simple/aiosignal/aiosignal-1.3.1-py3-none-any.whl (7.6 kB) Collecting asynctest==0.13.0 (from aiohttp->zigpy>=0.47.0->zigpy-deconz==0.18.1) Using cached https://www.piwheels.org/simple/asynctest/asynctest-0.13.0-py3-none-any.whl (26 kB) Collecting idna>=2.0 (from yarl->zigpy>=0.47.0->zigpy-deconz==0.18.1) Using cached https://www.piwheels.org/simple/idna/idna-3.4-py3-none-any.whl (61 kB) Collecting cffi>=1.12 (from cryptography->zigpy>=0.47.0->zigpy-deconz==0.18.1) Using cached https://www.piwheels.org/simple/cffi/cffi-1.15.1-cp37-cp37m-linux_armv7l.whl (219 kB) Collecting importlib-metadata (from attrs>=17.3.0->aiohttp->zigpy>=0.47.0->zigpy-deconz==0.18.1) Using cached https://www.piwheels.org/simple/importlib-metadata/importlib_metadata-6.6.0-py3-none-any.whl (22 kB) Collecting pycparser (from cffi>=1.12->cryptography->zigpy>=0.47.0->zigpy-deconz==0.18.1) Using cached https://www.piwheels.org/simple/pycparser/pycparser-2.21-py2.py3-none-any.whl (119 kB) Collecting zipp>=0.5 (from importlib-metadata->attrs>=17.3.0->aiohttp->zigpy>=0.47.0->zigpy-deconz==0.18.1) Using cached https://www.piwheels.org/simple/zipp/zipp-3.15.0-py3-none-any.whl (6.8 kB) WARNING: Error parsing requirements for idna: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/idna-3.3.dist-info/METADATA' WARNING: Error parsing requirements for pyudev: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/pyudev-0.23.2.dist-info/METADATA' Installing collected packages: voluptuous, pyserial, crccheck, zipp, typing_extensions, pyserial-asyncio, pycparser, multidict, idna, frozenlist, charset-normalizer, asynctest, yarl, importlib-metadata, cffi, async-timeout, aiosqlite, aiosignal, cryptography, attrs, 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 Found existing installation: pyserial 3.5 Uninstalling pyserial-3.5: Successfully uninstalled pyserial-3.5 Attempting uninstall: crccheck Found existing installation: crccheck 1.3.0 Uninstalling crccheck-1.3.0: Successfully uninstalled crccheck-1.3.0 Attempting uninstall: zipp Found existing installation: zipp 3.15.0 Uninstalling zipp-3.15.0: Successfully uninstalled zipp-3.15.0 Attempting uninstall: typing_extensions Found existing installation: typing_extensions 4.6.2 Uninstalling typing_extensions-4.6.2: Successfully uninstalled typing_extensions-4.6.2 Attempting uninstall: pyserial-asyncio Found existing installation: pyserial-asyncio 0.6 Uninstalling pyserial-asyncio-0.6: Successfully uninstalled pyserial-asyncio-0.6 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.4 Uninstalling multidict-6.0.4: Successfully uninstalled multidict-6.0.4 Attempting uninstall: idna WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages Found existing installation: idna 3.3 ERROR: Cannot uninstall idna 3.3, RECORD file not found. You might be able to recover from this via: 'pip install --force-reinstall --no-deps idna==3.3'. + echo 17 + sudo pip3 install --force-reinstall --upgrade zigpy-zigate==0.9.2 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting zigpy-zigate==0.9.2 Downloading https://www.piwheels.org/simple/zigpy-zigate/zigpy_zigate-0.9.2-py3-none-any.whl (39 kB) Collecting pyserial>=3.5 (from zigpy-zigate==0.9.2) Using cached https://www.piwheels.org/simple/pyserial/pyserial-3.5-py2.py3-none-any.whl (90 kB) Collecting pyusb>=1.1.0 (from zigpy-zigate==0.9.2) Downloading https://www.piwheels.org/simple/pyusb/pyusb-1.2.1-py3-none-any.whl (58 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.4/58.4 kB 1.1 MB/s eta 0:00:00 Collecting zigpy>=0.47.0 (from zigpy-zigate==0.9.2) Using cached https://www.piwheels.org/simple/zigpy/zigpy-0.51.6-py3-none-any.whl (153 kB) Collecting gpiozero (from zigpy-zigate==0.9.2) Downloading https://www.piwheels.org/simple/gpiozero/gpiozero-1.6.2-py2.py3-none-any.whl (148 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 148.9/148.9 kB 1.5 MB/s eta 0:00:00 Collecting pyserial-asyncio>=0.5 (from zigpy-zigate==0.9.2) Using cached https://www.piwheels.org/simple/pyserial-asyncio/pyserial_asyncio-0.6-py3-none-any.whl (7.5 kB) Collecting aiohttp (from zigpy>=0.47.0->zigpy-zigate==0.9.2) Using cached https://www.piwheels.org/simple/aiohttp/aiohttp-3.8.4-cp37-cp37m-linux_armv7l.whl (486 kB) Collecting aiosqlite>=0.16.0 (from zigpy>=0.47.0->zigpy-zigate==0.9.2) Using cached https://www.piwheels.org/simple/aiosqlite/aiosqlite-0.19.0-py3-none-any.whl (15 kB) Collecting crccheck (from zigpy>=0.47.0->zigpy-zigate==0.9.2) Using cached https://www.piwheels.org/simple/crccheck/crccheck-1.3.0-py3-none-any.whl (21 kB) Collecting cryptography (from zigpy>=0.47.0->zigpy-zigate==0.9.2) Using cached cryptography-40.0.2-cp37-cp37m-linux_armv7l.whl Collecting voluptuous (from zigpy>=0.47.0->zigpy-zigate==0.9.2) Using cached https://www.piwheels.org/simple/voluptuous/voluptuous-0.13.1-py3-none-any.whl (35 kB) Collecting yarl (from zigpy>=0.47.0->zigpy-zigate==0.9.2) Using cached https://www.piwheels.org/simple/yarl/yarl-1.9.2-cp37-cp37m-linux_armv7l.whl (99 kB) Collecting colorzero (from gpiozero->zigpy-zigate==0.9.2) Downloading https://www.piwheels.org/simple/colorzero/colorzero-2.0-py2.py3-none-any.whl (26 kB) Collecting typing_extensions>=4.0 (from aiosqlite>=0.16.0->zigpy>=0.47.0->zigpy-zigate==0.9.2) Using cached https://www.piwheels.org/simple/typing-extensions/typing_extensions-4.6.2-py3-none-any.whl (31 kB) Collecting attrs>=17.3.0 (from aiohttp->zigpy>=0.47.0->zigpy-zigate==0.9.2) Using cached https://www.piwheels.org/simple/attrs/attrs-23.1.0-py3-none-any.whl (61 kB) Collecting charset-normalizer<4.0,>=2.0 (from aiohttp->zigpy>=0.47.0->zigpy-zigate==0.9.2) Using cached charset_normalizer-3.1.0-py3-none-any.whl (46 kB) Collecting multidict<7.0,>=4.5 (from aiohttp->zigpy>=0.47.0->zigpy-zigate==0.9.2) Using cached https://www.piwheels.org/simple/multidict/multidict-6.0.4-cp37-cp37m-linux_armv7l.whl (53 kB) Collecting async-timeout<5.0,>=4.0.0a3 (from aiohttp->zigpy>=0.47.0->zigpy-zigate==0.9.2) Using cached https://www.piwheels.org/simple/async-timeout/async_timeout-4.0.2-py3-none-any.whl (5.8 kB) Collecting frozenlist>=1.1.1 (from aiohttp->zigpy>=0.47.0->zigpy-zigate==0.9.2) Using cached https://www.piwheels.org/simple/frozenlist/frozenlist-1.3.3-cp37-cp37m-linux_armv7l.whl (66 kB) Collecting aiosignal>=1.1.2 (from aiohttp->zigpy>=0.47.0->zigpy-zigate==0.9.2) Using cached https://www.piwheels.org/simple/aiosignal/aiosignal-1.3.1-py3-none-any.whl (7.6 kB) Collecting asynctest==0.13.0 (from aiohttp->zigpy>=0.47.0->zigpy-zigate==0.9.2) Using cached https://www.piwheels.org/simple/asynctest/asynctest-0.13.0-py3-none-any.whl (26 kB) Collecting idna>=2.0 (from yarl->zigpy>=0.47.0->zigpy-zigate==0.9.2) Using cached https://www.piwheels.org/simple/idna/idna-3.4-py3-none-any.whl (61 kB) Collecting setuptools (from colorzero->gpiozero->zigpy-zigate==0.9.2) Using cached https://www.piwheels.org/simple/setuptools/setuptools-67.8.0-py3-none-any.whl (1.1 MB) Collecting cffi>=1.12 (from cryptography->zigpy>=0.47.0->zigpy-zigate==0.9.2) Using cached https://www.piwheels.org/simple/cffi/cffi-1.15.1-cp37-cp37m-linux_armv7l.whl (219 kB) Collecting importlib-metadata (from attrs>=17.3.0->aiohttp->zigpy>=0.47.0->zigpy-zigate==0.9.2) Using cached https://www.piwheels.org/simple/importlib-metadata/importlib_metadata-6.6.0-py3-none-any.whl (22 kB) Collecting pycparser (from cffi>=1.12->cryptography->zigpy>=0.47.0->zigpy-zigate==0.9.2) Using cached https://www.piwheels.org/simple/pycparser/pycparser-2.21-py2.py3-none-any.whl (119 kB) Collecting zipp>=0.5 (from importlib-metadata->attrs>=17.3.0->aiohttp->zigpy>=0.47.0->zigpy-zigate==0.9.2) Using cached https://www.piwheels.org/simple/zipp/zipp-3.15.0-py3-none-any.whl (6.8 kB) WARNING: Error parsing requirements for idna: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/idna-3.3.dist-info/METADATA' WARNING: Error parsing requirements for pyudev: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/pyudev-0.23.2.dist-info/METADATA' Installing collected packages: voluptuous, pyserial, crccheck, zipp, typing_extensions, setuptools, pyusb, pyserial-asyncio, pycparser, multidict, idna, frozenlist, charset-normalizer, asynctest, yarl, importlib-metadata, colorzero, cffi, async-timeout, aiosqlite, aiosignal, gpiozero, cryptography, attrs, 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 Found existing installation: pyserial 3.5 Uninstalling pyserial-3.5: Successfully uninstalled pyserial-3.5 Attempting uninstall: crccheck Found existing installation: crccheck 1.3.0 Uninstalling crccheck-1.3.0: Successfully uninstalled crccheck-1.3.0 Attempting uninstall: zipp Found existing installation: zipp 3.15.0 Uninstalling zipp-3.15.0: Successfully uninstalled zipp-3.15.0 Attempting uninstall: typing_extensions Found existing installation: typing_extensions 4.6.2 Uninstalling typing_extensions-4.6.2: Successfully uninstalled typing_extensions-4.6.2 Attempting uninstall: setuptools Found existing installation: setuptools 67.8.0 Uninstalling setuptools-67.8.0: Successfully uninstalled setuptools-67.8.0 Attempting uninstall: pyusb Found existing installation: pyusb 1.2.1 Uninstalling pyusb-1.2.1: Successfully uninstalled pyusb-1.2.1 Attempting uninstall: pyserial-asyncio Found existing installation: pyserial-asyncio 0.6 Uninstalling pyserial-asyncio-0.6: Successfully uninstalled pyserial-asyncio-0.6 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.4 Uninstalling multidict-6.0.4: Successfully uninstalled multidict-6.0.4 Attempting uninstall: idna WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages Found existing installation: idna 3.3 ERROR: Cannot uninstall idna 3.3, RECORD file not found. You might be able to recover from this via: 'pip install --force-reinstall --no-deps idna==3.3'. + echo 18 + sudo pip3 install --force-reinstall --upgrade bellows==0.33.1 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting bellows==0.33.1 Downloading https://www.piwheels.org/simple/bellows/bellows-0.33.1-py3-none-any.whl (194 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 194.2/194.2 kB 1.8 MB/s eta 0:00:00 Collecting click (from bellows==0.33.1) Downloading https://www.piwheels.org/simple/click/click-8.1.3-py3-none-any.whl (96 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.6/96.6 kB 1.3 MB/s eta 0:00:00 Collecting click-log>=0.2.1 (from bellows==0.33.1) Downloading https://www.piwheels.org/simple/click-log/click_log-0.4.0-py2.py3-none-any.whl (4.5 kB) Collecting pure-pcapy3==1.0.1 (from bellows==0.33.1) Downloading https://www.piwheels.org/simple/pure-pcapy3/pure_pcapy3-1.0.1-py3-none-any.whl (6.1 kB) Collecting pyserial (from bellows==0.33.1) Using cached https://www.piwheels.org/simple/pyserial/pyserial-3.5-py2.py3-none-any.whl (90 kB) Collecting pyserial-asyncio (from bellows==0.33.1) Using cached https://www.piwheels.org/simple/pyserial-asyncio/pyserial_asyncio-0.6-py3-none-any.whl (7.5 kB) Collecting voluptuous (from bellows==0.33.1) Using cached https://www.piwheels.org/simple/voluptuous/voluptuous-0.13.1-py3-none-any.whl (35 kB) Collecting zigpy>=0.50.0 (from bellows==0.33.1) Using cached https://www.piwheels.org/simple/zigpy/zigpy-0.51.6-py3-none-any.whl (153 kB) Collecting setuptools (from pure-pcapy3==1.0.1->bellows==0.33.1) Using cached https://www.piwheels.org/simple/setuptools/setuptools-67.8.0-py3-none-any.whl (1.1 MB) Collecting aiohttp (from zigpy>=0.50.0->bellows==0.33.1) Using cached https://www.piwheels.org/simple/aiohttp/aiohttp-3.8.4-cp37-cp37m-linux_armv7l.whl (486 kB) Collecting aiosqlite>=0.16.0 (from zigpy>=0.50.0->bellows==0.33.1) Using cached https://www.piwheels.org/simple/aiosqlite/aiosqlite-0.19.0-py3-none-any.whl (15 kB) Collecting crccheck (from zigpy>=0.50.0->bellows==0.33.1) Using cached https://www.piwheels.org/simple/crccheck/crccheck-1.3.0-py3-none-any.whl (21 kB) Collecting cryptography (from zigpy>=0.50.0->bellows==0.33.1) Using cached cryptography-40.0.2-cp37-cp37m-linux_armv7l.whl Collecting yarl (from zigpy>=0.50.0->bellows==0.33.1) Using cached https://www.piwheels.org/simple/yarl/yarl-1.9.2-cp37-cp37m-linux_armv7l.whl (99 kB) Collecting importlib-metadata (from click->bellows==0.33.1) Using cached https://www.piwheels.org/simple/importlib-metadata/importlib_metadata-6.6.0-py3-none-any.whl (22 kB) Collecting typing_extensions>=4.0 (from aiosqlite>=0.16.0->zigpy>=0.50.0->bellows==0.33.1) Using cached https://www.piwheels.org/simple/typing-extensions/typing_extensions-4.6.2-py3-none-any.whl (31 kB) Collecting attrs>=17.3.0 (from aiohttp->zigpy>=0.50.0->bellows==0.33.1) Using cached https://www.piwheels.org/simple/attrs/attrs-23.1.0-py3-none-any.whl (61 kB) Collecting charset-normalizer<4.0,>=2.0 (from aiohttp->zigpy>=0.50.0->bellows==0.33.1) Using cached charset_normalizer-3.1.0-py3-none-any.whl (46 kB) Collecting multidict<7.0,>=4.5 (from aiohttp->zigpy>=0.50.0->bellows==0.33.1) Using cached https://www.piwheels.org/simple/multidict/multidict-6.0.4-cp37-cp37m-linux_armv7l.whl (53 kB) Collecting async-timeout<5.0,>=4.0.0a3 (from aiohttp->zigpy>=0.50.0->bellows==0.33.1) Using cached https://www.piwheels.org/simple/async-timeout/async_timeout-4.0.2-py3-none-any.whl (5.8 kB) Collecting frozenlist>=1.1.1 (from aiohttp->zigpy>=0.50.0->bellows==0.33.1) Using cached https://www.piwheels.org/simple/frozenlist/frozenlist-1.3.3-cp37-cp37m-linux_armv7l.whl (66 kB) Collecting aiosignal>=1.1.2 (from aiohttp->zigpy>=0.50.0->bellows==0.33.1) Using cached https://www.piwheels.org/simple/aiosignal/aiosignal-1.3.1-py3-none-any.whl (7.6 kB) Collecting asynctest==0.13.0 (from aiohttp->zigpy>=0.50.0->bellows==0.33.1) Using cached https://www.piwheels.org/simple/asynctest/asynctest-0.13.0-py3-none-any.whl (26 kB) Collecting idna>=2.0 (from yarl->zigpy>=0.50.0->bellows==0.33.1) Using cached https://www.piwheels.org/simple/idna/idna-3.4-py3-none-any.whl (61 kB) Collecting cffi>=1.12 (from cryptography->zigpy>=0.50.0->bellows==0.33.1) Using cached https://www.piwheels.org/simple/cffi/cffi-1.15.1-cp37-cp37m-linux_armv7l.whl (219 kB) Collecting zipp>=0.5 (from importlib-metadata->click->bellows==0.33.1) Using cached https://www.piwheels.org/simple/zipp/zipp-3.15.0-py3-none-any.whl (6.8 kB) Collecting pycparser (from cffi>=1.12->cryptography->zigpy>=0.50.0->bellows==0.33.1) Using cached https://www.piwheels.org/simple/pycparser/pycparser-2.21-py2.py3-none-any.whl (119 kB) WARNING: Error parsing requirements for idna: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/idna-3.3.dist-info/METADATA' WARNING: Error parsing requirements for pyudev: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/pyudev-0.23.2.dist-info/METADATA' Installing collected packages: voluptuous, pyserial, crccheck, zipp, typing_extensions, setuptools, pyserial-asyncio, pycparser, multidict, idna, frozenlist, charset-normalizer, asynctest, yarl, pure-pcapy3, importlib-metadata, cffi, async-timeout, aiosqlite, aiosignal, cryptography, click, attrs, click-log, aiohttp, zigpy, 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 Found existing installation: pyserial 3.5 Uninstalling pyserial-3.5: Successfully uninstalled pyserial-3.5 Attempting uninstall: crccheck Found existing installation: crccheck 1.3.0 Uninstalling crccheck-1.3.0: Successfully uninstalled crccheck-1.3.0 Attempting uninstall: zipp Found existing installation: zipp 3.15.0 Uninstalling zipp-3.15.0: Successfully uninstalled zipp-3.15.0 Attempting uninstall: typing_extensions Found existing installation: typing_extensions 4.6.2 Uninstalling typing_extensions-4.6.2: Successfully uninstalled typing_extensions-4.6.2 Attempting uninstall: setuptools Found existing installation: setuptools 67.8.0 Uninstalling setuptools-67.8.0: Successfully uninstalled setuptools-67.8.0 Attempting uninstall: pyserial-asyncio Found existing installation: pyserial-asyncio 0.6 Uninstalling pyserial-asyncio-0.6: Successfully uninstalled pyserial-asyncio-0.6 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.4 Uninstalling multidict-6.0.4: Successfully uninstalled multidict-6.0.4 Attempting uninstall: idna WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages Found existing installation: idna 3.3 ERROR: Cannot uninstall idna 3.3, RECORD file not found. You might be able to recover from this via: 'pip install --force-reinstall --no-deps idna==3.3'. + echo 19 + sudo pip3 install --force-reinstall --upgrade zigpy==0.50.3 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting zigpy==0.50.3 Downloading https://www.piwheels.org/simple/zigpy/zigpy-0.50.3-py3-none-any.whl (143 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.1/143.1 kB 1.4 MB/s eta 0:00:00 Collecting aiohttp (from zigpy==0.50.3) Using cached https://www.piwheels.org/simple/aiohttp/aiohttp-3.8.4-cp37-cp37m-linux_armv7l.whl (486 kB) Collecting aiosqlite>=0.16.0 (from zigpy==0.50.3) Using cached https://www.piwheels.org/simple/aiosqlite/aiosqlite-0.19.0-py3-none-any.whl (15 kB) Collecting crccheck (from zigpy==0.50.3) Using cached https://www.piwheels.org/simple/crccheck/crccheck-1.3.0-py3-none-any.whl (21 kB) Collecting cryptography (from zigpy==0.50.3) Using cached cryptography-40.0.2-cp37-cp37m-linux_armv7l.whl Collecting voluptuous (from zigpy==0.50.3) Using cached https://www.piwheels.org/simple/voluptuous/voluptuous-0.13.1-py3-none-any.whl (35 kB) Collecting typing_extensions>=4.0 (from aiosqlite>=0.16.0->zigpy==0.50.3) Using cached https://www.piwheels.org/simple/typing-extensions/typing_extensions-4.6.2-py3-none-any.whl (31 kB) Collecting attrs>=17.3.0 (from aiohttp->zigpy==0.50.3) Using cached https://www.piwheels.org/simple/attrs/attrs-23.1.0-py3-none-any.whl (61 kB) Collecting charset-normalizer<4.0,>=2.0 (from aiohttp->zigpy==0.50.3) Using cached charset_normalizer-3.1.0-py3-none-any.whl (46 kB) Collecting multidict<7.0,>=4.5 (from aiohttp->zigpy==0.50.3) Using cached https://www.piwheels.org/simple/multidict/multidict-6.0.4-cp37-cp37m-linux_armv7l.whl (53 kB) Collecting async-timeout<5.0,>=4.0.0a3 (from aiohttp->zigpy==0.50.3) Using cached https://www.piwheels.org/simple/async-timeout/async_timeout-4.0.2-py3-none-any.whl (5.8 kB) Collecting yarl<2.0,>=1.0 (from aiohttp->zigpy==0.50.3) Using cached https://www.piwheels.org/simple/yarl/yarl-1.9.2-cp37-cp37m-linux_armv7l.whl (99 kB) Collecting frozenlist>=1.1.1 (from aiohttp->zigpy==0.50.3) Using cached https://www.piwheels.org/simple/frozenlist/frozenlist-1.3.3-cp37-cp37m-linux_armv7l.whl (66 kB) Collecting aiosignal>=1.1.2 (from aiohttp->zigpy==0.50.3) Using cached https://www.piwheels.org/simple/aiosignal/aiosignal-1.3.1-py3-none-any.whl (7.6 kB) Collecting asynctest==0.13.0 (from aiohttp->zigpy==0.50.3) Using cached https://www.piwheels.org/simple/asynctest/asynctest-0.13.0-py3-none-any.whl (26 kB) Collecting cffi>=1.12 (from cryptography->zigpy==0.50.3) Using cached https://www.piwheels.org/simple/cffi/cffi-1.15.1-cp37-cp37m-linux_armv7l.whl (219 kB) Collecting importlib-metadata (from attrs>=17.3.0->aiohttp->zigpy==0.50.3) Using cached https://www.piwheels.org/simple/importlib-metadata/importlib_metadata-6.6.0-py3-none-any.whl (22 kB) Collecting pycparser (from cffi>=1.12->cryptography->zigpy==0.50.3) Using cached https://www.piwheels.org/simple/pycparser/pycparser-2.21-py2.py3-none-any.whl (119 kB) Collecting idna>=2.0 (from yarl<2.0,>=1.0->aiohttp->zigpy==0.50.3) Using cached https://www.piwheels.org/simple/idna/idna-3.4-py3-none-any.whl (61 kB) Collecting zipp>=0.5 (from importlib-metadata->attrs>=17.3.0->aiohttp->zigpy==0.50.3) Using cached https://www.piwheels.org/simple/zipp/zipp-3.15.0-py3-none-any.whl (6.8 kB) WARNING: Error parsing requirements for idna: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/idna-3.3.dist-info/METADATA' WARNING: Error parsing requirements for pyudev: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/pyudev-0.23.2.dist-info/METADATA' Installing collected packages: voluptuous, crccheck, zipp, typing_extensions, pycparser, multidict, idna, frozenlist, charset-normalizer, asynctest, yarl, importlib-metadata, cffi, async-timeout, aiosqlite, aiosignal, cryptography, attrs, 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.3.0 Uninstalling crccheck-1.3.0: Successfully uninstalled crccheck-1.3.0 Attempting uninstall: zipp Found existing installation: zipp 3.15.0 Uninstalling zipp-3.15.0: Successfully uninstalled zipp-3.15.0 Attempting uninstall: typing_extensions Found existing installation: typing_extensions 4.6.2 Uninstalling typing_extensions-4.6.2: Successfully uninstalled typing_extensions-4.6.2 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.4 Uninstalling multidict-6.0.4: Successfully uninstalled multidict-6.0.4 Attempting uninstall: idna WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages Found existing installation: idna 3.3 ERROR: Cannot uninstall idna 3.3, RECORD file not found. You might be able to recover from this via: 'pip install --force-reinstall --no-deps idna==3.3'. + echo 20 + sudo pip3 install --force-reinstall --upgrade xmodem Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting xmodem Downloading https://www.piwheels.org/simple/xmodem/xmodem-0.4.6-py3-none-any.whl (34 kB) WARNING: Error parsing requirements for idna: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/idna-3.3.dist-info/METADATA' WARNING: Error parsing requirements for pyudev: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/pyudev-0.23.2.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 21 + sudo pip3 install --force-reinstall --upgrade pycrypto Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting pycrypto Downloading https://www.piwheels.org/simple/pycrypto/pycrypto-2.6.1-cp37-cp37m-linux_armv7l.whl (525 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 525.4/525.4 kB 2.1 MB/s eta 0:00:00 WARNING: Error parsing requirements for idna: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/idna-3.3.dist-info/METADATA' WARNING: Error parsing requirements for pyudev: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/pyudev-0.23.2.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 22 + sudo pip3 install --force-reinstall --upgrade charset-normalizer==2.0.12 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting charset-normalizer==2.0.12 Downloading https://www.piwheels.org/simple/charset-normalizer/charset_normalizer-2.0.12-py3-none-any.whl (44 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.2/44.2 kB 577.6 kB/s eta 0:00:00 WARNING: Error parsing requirements for idna: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/idna-3.3.dist-info/METADATA' WARNING: Error parsing requirements for pyudev: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/pyudev-0.23.2.dist-info/METADATA' Installing collected packages: charset-normalizer 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 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. requests 2.28.2 requires idna<4,>=2.5, which is not installed. requests 2.28.2 requires urllib3<1.27,>=1.21.1, but you have urllib3 2.0.2 which is incompatible. Successfully installed charset-normalizer-2.0.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 23 + sudo pip3 install --force-reinstall --upgrade yarl==1.4.2 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting yarl==1.4.2 Downloading https://www.piwheels.org/simple/yarl/yarl-1.4.2-cp37-cp37m-linux_armv7l.whl (257 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 257.7/257.7 kB 1.9 MB/s eta 0:00:00 Collecting multidict>=4.0 (from yarl==1.4.2) Using cached https://www.piwheels.org/simple/multidict/multidict-6.0.4-cp37-cp37m-linux_armv7l.whl (53 kB) Collecting idna>=2.0 (from yarl==1.4.2) Using cached https://www.piwheels.org/simple/idna/idna-3.4-py3-none-any.whl (61 kB) WARNING: Error parsing requirements for idna: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/idna-3.3.dist-info/METADATA' WARNING: Error parsing requirements for pyudev: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/pyudev-0.23.2.dist-info/METADATA' Installing collected packages: multidict, idna, yarl Attempting uninstall: multidict Found existing installation: multidict 6.0.4 Uninstalling multidict-6.0.4: Successfully uninstalled multidict-6.0.4 Attempting uninstall: idna WARNING: No metadata found in /usr/local/lib/python3.7/dist-packages Found existing installation: idna 3.3 ERROR: Cannot uninstall idna 3.3, RECORD file not found. You might be able to recover from this via: 'pip install --force-reinstall --no-deps idna==3.3'. + echo 24 + 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 grep: /usr/local/lib/python3.7/dist-packages/bellows/zigbee/application.py: No such file or directory /var/www/html/core/class/../../plugins/zigbee/resources/post-install.sh: line 24: [: -eq: unary operator expected grep: /usr/local/lib/python3.8/dist-packages/bellows/zigbee/application.py: No such file or directory /var/www/html/core/class/../../plugins/zigbee/resources/post-install.sh: line 29: [: -eq: unary operator expected grep: /usr/local/lib/python3.9/dist-packages/bellows/zigbee/application.py: No such file or directory /var/www/html/core/class/../../plugins/zigbee/resources/post-install.sh: line 35: [: -eq: unary operator expected Cleaning rustc Everything is successfully installed! + echo 25 + 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******************