+ echo '*******************Begin of package installation******************' *******************Begin of package installation****************** + touch /tmp/jeedom_install_in_progress_teleinfo + echo 1 + echo 2 + sudo apt update WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Réception de :1 http://archive.raspberrypi.org/debian buster InRelease [32,6 kB] Atteint :2 http://raspbian.raspberrypi.org/raspbian buster InRelease Réception de :3 http://archive.raspberrypi.org/debian buster/main armhf Packages [392 kB] 424 ko réceptionnés en 3s (164 ko/s) Lecture des listes de paquets… Construction de l'arbre des dépendances… Lecture des informations d'état… 162 paquets peuvent être mis à jour. Exécutez « apt list --upgradable » pour les voir. + echo 3 + sudo apt install -o Dpkg::Options::=--force-confdef -y python3-ftdi1 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Lecture des listes de paquets… Construction de l'arbre des dépendances… Lecture des informations d'état… Les NOUVEAUX paquets suivants seront installés : python3-ftdi1 0 mis à jour, 1 nouvellement installés, 0 à enlever et 162 non mis à jour. Il est nécessaire de prendre 44,0 ko dans les archives. Après cette opération, 455 ko d'espace disque supplémentaires seront utilisés. Réception de :1 http://mirrors.ircam.fr/pub/raspbian/raspbian buster/main armhf python3-ftdi1 armhf 1.4-1+b2 [44,0 kB] debconf: Impossible d'initialiser l'interface : Dialog debconf: (L'interface dialog ne fonctionnera pas avec un terminal rustique (« dumb »), un tampon shell d'Emacs ou sans terminal de contrôle.) debconf: Utilisation de l'interface Readline en remplacement debconf: Impossible d'initialiser l'interface : Readline debconf: (Cette interface a besoin d'un terminal de contrôle.) debconf: Utilisation de l'interface Teletype en remplacement dpkg-preconfigure: impossible de réouvrir stdin : 44,0 ko réceptionnés en 0s (125 ko/s) Sélection du paquet python3-ftdi1 précédemment désélectionné. (Lecture de la base de données... (Lecture de la base de données... 5% (Lecture de la base de données... 10% (Lecture de la base de données... 15% (Lecture de la base de données... 20% (Lecture de la base de données... 25% (Lecture de la base de données... 30% (Lecture de la base de données... 35% (Lecture de la base de données... 40% (Lecture de la base de données... 45% (Lecture de la base de données... 50% (Lecture de la base de données... 55% (Lecture de la base de données... 60% (Lecture de la base de données... 65% (Lecture de la base de données... 70% (Lecture de la base de données... 75% (Lecture de la base de données... 80% (Lecture de la base de données... 85% (Lecture de la base de données... 90% (Lecture de la base de données... 95% (Lecture de la base de données... 100% (Lecture de la base de données... 71682 fichiers et répertoires déjà installés.) Préparation du dépaquetage de .../python3-ftdi1_1.4-1+b2_armhf.deb ... Dépaquetage de python3-ftdi1 (1.4-1+b2) ... Paramétrage de python3-ftdi1 (1.4-1+b2) ... + echo 4 ++ find /usr/local/lib/python3.7/dist-packages/ -mindepth 1 -maxdepth 1 -type d -exec du -ks '{}' + ++ cut -f 2- ++ awk '$1 <= 4' + RESULTTODELETE= ++ echo '' ++ sed 's, ,\ ,g' + RESULTTODELETE2= + echo '' + xargs rm -rf + echo 5 + sudo pip3 install --upgrade pip Requirement already satisfied: pip in /usr/local/lib/python3.7/dist-packages (21.3.1) Collecting pip Downloading pip-22.3-py3-none-any.whl (2.1 MB) Installing collected packages: pip Attempting uninstall: pip Found existing installation: pip 21.3.1 Uninstalling pip-21.3.1: Successfully uninstalled pip-21.3.1 Successfully installed pip-22.3 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 pylibftdi Collecting pylibftdi Downloading pylibftdi-0.20.0-py2.py3-none-any.whl (32 kB) Installing collected packages: pylibftdi Attempting uninstall: pylibftdi Found existing installation: pylibftdi 0.19.0 Uninstalling pylibftdi-0.19.0: Successfully uninstalled pylibftdi-0.19.0 Successfully installed pylibftdi-0.20.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 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.12.0 Uninstalling six-1.12.0: Successfully uninstalled six-1.12.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 8 + 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 4.2 MB/s eta 0:00:00 Installing collected packages: pyserial Attempting uninstall: pyserial Found existing installation: pyserial 3.4 Uninstalling pyserial-3.4: Successfully uninstalled pyserial-3.4 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 9 + sudo pip3 install --no-cache-dir --force-reinstall --upgrade setuptools Collecting setuptools Downloading setuptools-65.5.0-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 9.7 MB/s eta 0:00:00 Installing collected packages: setuptools Attempting uninstall: setuptools Found existing installation: setuptools 60.5.0 Uninstalling setuptools-60.5.0: Successfully uninstalled setuptools-60.5.0 Successfully installed setuptools-65.5.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 10 + 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 3.4 MB/s eta 0:00:00 Collecting certifi>=2017.4.17 Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 3.1 MB/s eta 0:00:00 Collecting charset-normalizer<3,>=2 Downloading charset_normalizer-2.1.1-py3-none-any.whl (39 kB) Collecting urllib3<1.27,>=1.21.1 Downloading urllib3-1.26.12-py2.py3-none-any.whl (140 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140.4/140.4 kB 6.6 MB/s eta 0:00:00 Collecting idna<4,>=2.5 Downloading idna-3.4-py3-none-any.whl (61 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 3.5 MB/s eta 0:00:00 Installing collected packages: urllib3, idna, charset-normalizer, certifi, requests Attempting uninstall: urllib3 Found existing installation: urllib3 1.24.1 Uninstalling urllib3-1.24.1: Successfully uninstalled urllib3-1.24.1 Attempting uninstall: idna Found existing installation: idna 2.6 Uninstalling idna-2.6: Successfully uninstalled idna-2.6 Attempting uninstall: certifi Found existing installation: certifi 2018.8.24 Uninstalling certifi-2018.8.24: Successfully uninstalled certifi-2018.8.24 Attempting uninstall: requests Found existing installation: requests 2.21.0 Uninstalling requests-2.21.0: Successfully uninstalled requests-2.21.0 Successfully installed certifi-2022.9.24 charset-normalizer-2.1.1 idna-3.4 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 11 + 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 5.1 MB/s eta 0:00:00 Installing collected packages: pyudev Attempting uninstall: pyudev Found existing installation: pyudev 0.22.0 Uninstalling pyudev-0.22.0: Successfully uninstalled pyudev-0.22.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 12 + php /var/www/html/core/class/../php/jeecli.php plugin dependancy_end teleinfo + rm /tmp/jeedom_install_in_progress_teleinfo + echo '*******************End of package installation******************' *******************End of package installation******************