+ echo '*******************Begin of package installation******************' *******************Begin of package installation****************** + touch /tmp/jeedom_install_in_progress_nut + echo 1 + echo 2 ++ awk '$1 <= 4' ++ find /usr/local/lib/python3.9/dist-packages/ -mindepth 1 -maxdepth 1 -type d -exec du -ks '{}' + ++ cut -f 2- + RESULTTODELETE= ++ sed 's, ,\ ,g' ++ echo '' + RESULTTODELETE2= + xargs rm -rf + echo '' + echo 3 + sudo pip3 cache purge Files removed: 8 + echo 4 + sudo pip3 install --upgrade pip Requirement already satisfied: pip in /usr/local/lib/python3.9/dist-packages (24.1.1) WARNING: Error parsing dependencies of gpg: Invalid version: '1.14.0-unknown' WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. + echo 5 + sudo pip3 install --force-reinstall --upgrade pynut3==1.6.2 Collecting pynut3==1.6.2 Downloading pynut3-1.6.2-py3-none-any.whl.metadata (3.3 kB) Downloading pynut3-1.6.2-py3-none-any.whl (20 kB) WARNING: Error parsing dependencies of gpg: Invalid version: '1.14.0-unknown' Installing collected packages: pynut3 Attempting uninstall: pynut3 Found existing installation: pynut3 1.6.2 Uninstalling pynut3-1.6.2: Successfully uninstalled pynut3-1.6.2 Successfully installed pynut3-1.6.2 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. + echo 6 + php /var/www/html/core/class/../php/jeecli.php plugin dependancy_end nut + echo 7 + rm /tmp/jeedom_install_in_progress_nut + echo '*******************End of package installation******************' *******************End of package installation******************