+ echo '*******************Begin of package installation******************' *******************Begin of package installation****************** + touch /tmp/jeedom_install_in_progress_deconz + echo 1 + echo 2 + sudo apt update WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease Hit:2 http://archive.raspberrypi.org/debian buster InRelease Hit:3 http://phoscon.de/apt/deconz buster-beta InRelease Hit:4 https://deb.nodesource.com/node_14.x buster InRelease Reading package lists... Building dependency tree... Reading state information... All packages are up to date. + echo 3 + sudo pip3 install --force-reinstall --ignore-installed --upgrade six Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting six Using cached https://files.pythonhosted.org/packages/d9/5a/e7c31adbe875f2abbb91bd84cf2dc52d792b5a01506781dbcf25c91daf11/six-1.16.0-py2.py3-none-any.whl Installing collected packages: six Successfully installed six-1.16.0 + echo 4 + sudo pip3 install --force-reinstall --ignore-installed --upgrade pyudev Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting pyudev Downloading https://files.pythonhosted.org/packages/b7/95/4c67255c65da9c939903cb95c57bd1ad7c920a7b711066aaa56cd7d149ab/pyudev-0.23.2-py3-none-any.whl (63kB) Collecting six (from pyudev) Using cached https://files.pythonhosted.org/packages/d9/5a/e7c31adbe875f2abbb91bd84cf2dc52d792b5a01506781dbcf25c91daf11/six-1.16.0-py2.py3-none-any.whl Installing collected packages: six, pyudev Successfully installed pyudev-0.23.2 six-1.16.0 + echo 5 + sudo pip3 install --force-reinstall --ignore-installed --upgrade requests Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting requests Using cached https://files.pythonhosted.org/packages/2d/61/08076519c80041bc0ffa1a8af0cbd3bf3e2b62af10435d269a9d0f40564d/requests-2.27.1-py2.py3-none-any.whl Collecting urllib3<1.27,>=1.21.1 (from requests) Downloading https://files.pythonhosted.org/packages/4e/b8/f5a25b22e803f0578e668daa33ba3701bb37858ec80e08a150bd7d2cf1b1/urllib3-1.26.8-py2.py3-none-any.whl (138kB) Collecting idna<4,>=2.5; python_version >= "3" (from requests) Using cached https://files.pythonhosted.org/packages/04/a2/d918dcd22354d8958fe113e1a3630137e0fc8b44859ade3063982eacd2a4/idna-3.3-py3-none-any.whl Collecting certifi>=2017.4.17 (from requests) Downloading https://files.pythonhosted.org/packages/37/45/946c02767aabb873146011e665728b680884cd8fe70dde973c640e45b775/certifi-2021.10.8-py2.py3-none-any.whl (149kB) Collecting charset-normalizer~=2.0.0; python_version >= "3" (from requests) Cache entry deserialization failed, entry ignored Downloading https://files.pythonhosted.org/packages/06/b3/24afc8868eba069a7f03650ac750a778862dc34941a4bebeb58706715726/charset_normalizer-2.0.12-py3-none-any.whl Installing collected packages: urllib3, idna, certifi, charset-normalizer, requests Successfully installed certifi-2021.10.8 charset-normalizer-2.0.12 idna-3.3 requests-2.27.1 urllib3-1.26.8 + echo 6 + sudo pip3 install --force-reinstall --ignore-installed --upgrade setuptools Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting setuptools Downloading https://files.pythonhosted.org/packages/7d/c4/33822b323a5d2f6239ea668ad04261b6965c309953880a32ce373caf22c7/setuptools-60.9.2-py3-none-any.whl (1.1MB) Installing collected packages: setuptools Could not install packages due to an EnvironmentError: [Errno 20] Not a directory: '/usr/local/lib/python3.7/dist-packages/pkg_resources/__init__.py' + echo 7 + sudo pip3 install --force-reinstall --ignore-installed --upgrade wheel Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting wheel Using cached https://files.pythonhosted.org/packages/27/d6/003e593296a85fd6ed616ed962795b2f87709c3eee2bca4f6d0fe55c6d00/wheel-0.37.1-py2.py3-none-any.whl Installing collected packages: wheel Successfully installed wheel-0.37.1 + echo 8 + sudo pip3 install --force-reinstall --ignore-installed --upgrade pyserial Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting pyserial Using cached https://files.pythonhosted.org/packages/07/bc/587a445451b253b285629263eb51c2d8e9bcea4fc97826266d186f96f558/pyserial-3.5-py2.py3-none-any.whl Installing collected packages: pyserial Successfully installed pyserial-3.5 + echo 9 + sudo pip3 install --force-reinstall --ignore-installed --upgrade websocket-client Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting websocket-client Using cached https://files.pythonhosted.org/packages/88/03/cd5aa2c97356b7eee484a2b63fe850076ecb82fdeda82979a234b62a9a37/websocket_client-1.2.3-py3-none-any.whl Installing collected packages: websocket-client Successfully installed websocket-client-1.2.3 + echo 10 + php /var/www/html/core/class/../php/jeecli.php plugin dependancy_end deconz + rm /tmp/jeedom_install_in_progress_deconz + echo '*******************End of package installation******************' *******************End of package installation******************