+ echo '*******************Begin of package installation******************' *******************Begin of package installation****************** + touch /tmp/jeedom_install_in_progress_mymodbus + echo 1 + echo 2 + sudo chmod +x /var/www/html/core/class/../../plugins/mymodbus/ressources/post-install.sh + sudo /var/www/html/core/class/../../plugins/mymodbus/ressources/post-install.sh ******************************************************** * Nettoyage de l'ancienne version * ******************************************************** Mon Nov 20 09:21:44 CET 2023 ******************************************************** * Installation de pyenv * ******************************************************** Mon Nov 20 09:21:44 CET 2023 **** Configuration de pyenv... ******************************************************** * Configuration de pyenv avec python 3.9.16 * ******************************************************** Mon Nov 20 09:21:44 CET 2023 WARNING: The directory '/root/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag. Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Requirement already satisfied: pip in /var/www/html/plugins/mymodbus/ressources/_pyenv/versions/3.9.16/lib/python3.9/site-packages (23.3.1) Requirement already satisfied: setuptools in /var/www/html/plugins/mymodbus/ressources/_pyenv/versions/3.9.16/lib/python3.9/site-packages (65.7.0) Collecting setuptools Downloading https://www.piwheels.org/simple/setuptools/setuptools-68.2.2-py3-none-any.whl (807 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 807.9/807.9 kB 4.5 MB/s eta 0:00:00 Installing collected packages: setuptools Attempting uninstall: setuptools Found existing installation: setuptools 65.7.0 Uninstalling setuptools-65.7.0: Successfully uninstalled setuptools-65.7.0 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. pymodbus 3.2.2 requires setuptools<66.0.0, but you have setuptools 68.2.2 which is incompatible. Successfully installed setuptools-68.2.2 WARNING: The directory '/root/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag. Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Requirement already satisfied: requests in /var/www/html/plugins/mymodbus/ressources/_pyenv/versions/3.9.16/lib/python3.9/site-packages (2.31.0) Requirement already satisfied: pyserial in /var/www/html/plugins/mymodbus/ressources/_pyenv/versions/3.9.16/lib/python3.9/site-packages (3.5) Requirement already satisfied: pyudev in /var/www/html/plugins/mymodbus/ressources/_pyenv/versions/3.9.16/lib/python3.9/site-packages (0.24.1) Requirement already satisfied: charset-normalizer<4,>=2 in /var/www/html/plugins/mymodbus/ressources/_pyenv/versions/3.9.16/lib/python3.9/site-packages (from requests) (3.3.2) Requirement already satisfied: idna<4,>=2.5 in /var/www/html/plugins/mymodbus/ressources/_pyenv/versions/3.9.16/lib/python3.9/site-packages (from requests) (3.4) Requirement already satisfied: urllib3<3,>=1.21.1 in /var/www/html/plugins/mymodbus/ressources/_pyenv/versions/3.9.16/lib/python3.9/site-packages (from requests) (2.1.0) Requirement already satisfied: certifi>=2017.4.17 in /var/www/html/plugins/mymodbus/ressources/_pyenv/versions/3.9.16/lib/python3.9/site-packages (from requests) (2023.7.22) WARNING: The directory '/root/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag. Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Requirement already satisfied: pymodbus==3.2.2 in /var/www/html/plugins/mymodbus/ressources/_pyenv/versions/3.9.16/lib/python3.9/site-packages (3.2.2) Collecting setuptools<66.0.0 (from pymodbus==3.2.2) Downloading https://www.piwheels.org/simple/setuptools/setuptools-65.7.0-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 6.2 MB/s eta 0:00:00 Installing collected packages: setuptools Attempting uninstall: setuptools Found existing installation: setuptools 68.2.2 Uninstalling setuptools-68.2.2: Successfully uninstalled setuptools-68.2.2 Successfully installed setuptools-65.7.0 ******************************************************** * Installation terminée * ******************************************************** Mon Nov 20 09:22:09 CET 2023 + echo 3 + php /var/www/html/core/class/../php/jeecli.php plugin dependancy_end mymodbus + rm /tmp/jeedom_install_in_progress_mymodbus + echo '*******************End of package installation******************' *******************End of package installation******************