Installation dépendance KLF200

Bonjour,
J’essaie en vain de faire fonctionner le plugin KLF200, j’ai le message « KLF200 has been restarted after found not responding », après avoir parcouru les messages qui auraient pu m’aider et ouvert un ticket sans réponse, je me tourne vers vous.
Sur une Jeedom Smart fraîchement acquise, le plugin est bien activé, mais les dépendances restes avec le statut NOK, quand je relance l’installation cela a l’air de bien se passer, mais à 90% l’installation plante.
Le DEMON, reste bien entendu NOK lui aussi.

Merci par avance,

Voici les LOGs lors de l’installation des Dépendances :

********************************************************
02/07/2022 17:16:25 Installation des dépendances
********************************************************
Hit:1 http://security.debian.org buster/updates InRelease
Hit:2 http://deb.debian.org/debian buster InRelease
Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
Get:4 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
Hit:5 http://imola.armbian.com/apt buster InRelease
Fetched 98.6 kB in 3s (38.8 kB/s)
Reading package lists...
Installation des dépendances apt
Reading package lists...
Building dependency tree...
Reading state information...
python3-venv is already the newest version (3.7.3-1).
0 upgraded, 0 newly installed, 0 to remove and 120 not upgraded.
The directory '/var/www/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/var/www/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Requirement already satisfied: pyvlx in /var/www/html/plugins/klf200/resources/venv/lib/python3.7/site-packages (0.2.20)
Requirement already satisfied: PyYAML in /var/www/html/plugins/klf200/resources/venv/lib/python3.7/site-packages (from pyvlx) (5.4.1)
The directory '/var/www/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/var/www/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Collecting aiohttp==3.7.4.post0
Downloading https://files.pythonhosted.org/packages/99/f5/90ede947a3ce2d6de1614799f5fea4e93c19b6520a59dc5d2f64123b032f/aiohttp-3.7.4.post0.tar.gz (1.1MB)
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Requirement already satisfied: attrs>=17.3.0 in /var/www/html/plugins/klf200/resources/venv/lib/python3.7/site-packages (from aiohttp==3.7.4.post0) (21.4.0)
Requirement already satisfied: chardet<5.0,>=2.0 in /var/www/html/plugins/klf200/resources/venv/lib/python3.7/site-packages (from aiohttp==3.7.4.post0) (4.0.0)
Collecting multidict<7.0,>=4.5 (from aiohttp==3.7.4.post0)
Downloading https://files.pythonhosted.org/packages/fa/a7/71c253cdb8a1528802bac7503bf82fe674367e4055b09c28846fdfa4ab90/multidict-6.0.2.tar.gz (50kB)
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Collecting async_timeout<4.0,>=3.0 (from aiohttp==3.7.4.post0)
Downloading https://files.pythonhosted.org/packages/e1/1e/5a4441be21b0726c4464f3f23c8b19628372f606755a9d2e46c187e65ec4/async_timeout-3.0.1-py3-none-any.whl
Collecting yarl<2.0,>=1.0 (from aiohttp==3.7.4.post0)
Downloading https://files.pythonhosted.org/packages/f6/da/46d1b3d69a9a0835dabf9d59c7eb0f1600599edd421a4c5a15ab09f527e0/yarl-1.7.2.tar.gz (168kB)
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Collecting typing_extensions>=3.6.5 (from aiohttp==3.7.4.post0)
Downloading https://files.pythonhosted.org/packages/ed/d6/2afc375a8d55b8be879d6b4986d4f69f01115e795e36827fd3a40166028b/typing_extensions-4.3.0-py3-none-any.whl
Collecting idna>=2.0 (from yarl<2.0,>=1.0->aiohttp==3.7.4.post0)
Downloading https://files.pythonhosted.org/packages/04/a2/d918dcd22354d8958fe113e1a3630137e0fc8b44859ade3063982eacd2a4/idna-3.3-py3-none-any.whl (61kB)
Installing collected packages: multidict, async-timeout, idna, typing-extensions, yarl, aiohttp
Running setup.py install for multidict: started
Running setup.py install for multidict: finished with status 'error'
Complete output from command /var/www/html/plugins/klf200/resources/venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-kta3iwai/multidict/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('
', '
');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-o0h6a9r9/install-record.txt --single-version-externally-managed --compile --install-headers /var/www/html/plugins/klf200/resources/venv/include/site/python3.7/multidict:
*********************
* Accelerated build *
*********************
running install
/tmp/pip-build-env-i5yucodp/lib/python3.7/site-packages/setuptools/command/install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
setuptools.SetuptoolsDeprecationWarning,
running build
running build_py
creating build
creating build/lib.linux-aarch64-cpython-37
creating build/lib.linux-aarch64-cpython-37/multidict
copying multidict/_multidict_py.py -> build/lib.linux-aarch64-cpython-37/multidict
copying multidict/_multidict_base.py -> build/lib.linux-aarch64-cpython-37/multidict
copying multidict/_compat.py -> build/lib.linux-aarch64-cpython-37/multidict
copying multidict/_abc.py -> build/lib.linux-aarch64-cpython-37/multidict
copying multidict/__init__.py -> build/lib.linux-aarch64-cpython-37/multidict
running egg_info
writing multidict.egg-info/PKG-INFO
writing dependency_links to multidict.egg-info/dependency_links.txt
writing top-level names to multidict.egg-info/top_level.txt
reading manifest file 'multidict.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files found matching 'multidict/_multidict.html'
warning: no previously-included files found matching 'multidict/*.so'
warning: no previously-included files found matching 'multidict/*.pyd'
warning: no previously-included files found matching 'multidict/*.pyd'
no previously-included directories found matching 'docs/_build'
adding license file 'LICENSE'
writing manifest file 'multidict.egg-info/SOURCES.txt'
/tmp/pip-build-env-i5yucodp/lib/python3.7/site-packages/setuptools/command/build_py.py:153: SetuptoolsDeprecationWarning:     Installing 'multidict._multilib' as data is deprecated, please list it in `packages`.
!!
############################
# Package would be ignored #
############################
Python recognizes 'multidict._multilib' as an importable package,
but it is not listed in the `packages` configuration of setuptools.
'multidict._multilib' has been automatically added to the distribution only
because it may contain data files, but this behavior is likely to change
in future versions of setuptools (and therefore is considered deprecated).
Please make sure that 'multidict._multilib' is included as a package by using
the `packages` configuration field or the proper discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" and "data files" on setuptools
documentation page.
!!
check.warn(importable)
copying multidict/__init__.pyi -> build/lib.linux-aarch64-cpython-37/multidict
copying multidict/py.typed -> build/lib.linux-aarch64-cpython-37/multidict
running build_ext
building 'multidict._multidict' extension
creating build/temp.linux-aarch64-cpython-37
creating build/temp.linux-aarch64-cpython-37/multidict
aarch64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/var/www/html/plugins/klf200/resources/venv/include -I/usr/include/python3.7m -c multidict/_multidict.c -o build/temp.linux-aarch64-cpython-37/multidict/_multidict.o -O2 -std=c99 -Wall -Wsign-compare -Wconversion -fno-strict-aliasing -pedantic
multidict/_multidict.c:1:10: fatal error: Python.h: No such file or directory
#include "Python.h"
^~~~~~~~~~
compilation terminated.
error: command '/usr/bin/aarch64-linux-gnu-gcc' failed with exit code 1
----------------------------------------
Command "/var/www/html/plugins/klf200/resources/venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-kta3iwai/multidict/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('
', '
');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-o0h6a9r9/install-record.txt --single-version-externally-managed --compile --install-headers /var/www/html/plugins/klf200/resources/venv/include/site/python3.7/multidict" failed with error code 1 in /tmp/pip-install-kta3iwai/multidict/
The directory '/var/www/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/var/www/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Collecting PyYAML==5.4.1
Downloading https://files.pythonhosted.org/packages/a0/a4/d63f2d7597e1a4b55aa3b4d6c5b029991d3b824b5bd331af8d4ab1ed687d/PyYAML-5.4.1.tar.gz (175kB)
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Installing collected packages: PyYAML
Found existing installation: PyYAML 5.4.1
Uninstalling PyYAML-5.4.1:
Successfully uninstalled PyYAML-5.4.1
Running setup.py install for PyYAML: started
Running setup.py install for PyYAML: finished with status 'done'
Successfully installed PyYAML-5.4.1
The directory '/var/www/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/var/www/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Requirement already satisfied: bottle in /var/www/html/plugins/klf200/resources/venv/lib/python3.7/site-packages (0.12.21)
********************************************************
02/07/2022 17:18:25 Installation terminée
********************************************************

Personne pour m’aider ? :cry:

Hello,

Je vais pas t’aider mais j’ai le même problème avec l’installation des dépendances.

Jeedom en 4.2.20

0000|********************************************************
0001|04/07/2022 08:53:15 Installation des dépendances
0002|********************************************************
0003|Hit:1 http://security.debian.org buster/updates InRelease
0004|Hit:2 http://deb.debian.org/debian buster InRelease
0005|Hit:3 http://deb.debian.org/debian buster-updates InRelease
0006|Hit:4 http://deb.debian.org/debian buster-backports InRelease
0007|Hit:5 https://deb.nodesource.com/node_16.x buster InRelease
0008|Hit:6 https://armbian.site-meganet.com/apt buster InRelease
0009|Reading package lists...
0010|Installation des dépendances apt
0011|Reading package lists...
0012|Building dependency tree...
0013|Reading state information...
0014|python3-venv is already the newest version (3.7.3-1).
0015|0 upgraded, 0 newly installed, 0 to remove and 115 not upgraded.
0016|Requirement already satisfied: pyvlx in /var/www/html/plugins/klf200/resources/venv/lib/python3.7/site-packages (0.2.20)
0017|Requirement already satisfied: PyYAML in /var/www/html/plugins/klf200/resources/venv/lib/python3.7/site-packages (from pyvlx) (5.4.1)
0018|Collecting aiohttp==3.7.4.post0
0019|Collecting async-timeout<4.0,>=3.0 (from aiohttp==3.7.4.post0)
0020|Using cached https://files.pythonhosted.org/packages/e1/1e/5a4441be21b0726c4464f3f23c8b19628372f606755a9d2e46c187e65ec4/async_timeout-3.0.1-py3-none-any.whl
0021|Requirement already satisfied: chardet<5.0,>=2.0 in /var/www/html/plugins/klf200/resources/venv/lib/python3.7/site-packages (from aiohttp==3.7.4.post0) (4.0.0)
0022|Collecting multidict<7.0,>=4.5 (from aiohttp==3.7.4.post0)
0023|Using cached https://files.pythonhosted.org/packages/fa/a7/71c253cdb8a1528802bac7503bf82fe674367e4055b09c28846fdfa4ab90/multidict-6.0.2.tar.gz
0024|Installing build dependencies: started
0025|Installing build dependencies: finished with status 'done'
0026|Requirement already satisfied: attrs>=17.3.0 in /var/www/html/plugins/klf200/resources/venv/lib/python3.7/site-packages (from aiohttp==3.7.4.post0) (21.4.0)
0027|Collecting yarl<2.0,>=1.0 (from aiohttp==3.7.4.post0)
0028|Using cached https://files.pythonhosted.org/packages/f6/da/46d1b3d69a9a0835dabf9d59c7eb0f1600599edd421a4c5a15ab09f527e0/yarl-1.7.2.tar.gz
0029|Installing build dependencies: started
0030|Installing build dependencies: finished with status 'done'
0031|Requirement already satisfied: typing-extensions>=3.6.5 in /var/www/html/plugins/klf200/resources/venv/lib/python3.7/site-packages (from aiohttp==3.7.4.post0) (4.3.0)
0032|Collecting idna>=2.0 (from yarl<2.0,>=1.0->aiohttp==3.7.4.post0)
0033|Using cached https://files.pythonhosted.org/packages/04/a2/d918dcd22354d8958fe113e1a3630137e0fc8b44859ade3063982eacd2a4/idna-3.3-py3-none-any.whl
0034|Running setup.py bdist_wheel for multidict: started
0035|Running setup.py bdist_wheel for multidict: finished with status 'error'
0036|Complete output from command /var/www/html/plugins/klf200/resources/venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-axdjuwhj/multidict/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('
0037|', '
0038|');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/pip-wheel-67p5xmzw --python-tag cp37:
0039|*********************
0040|* Accelerated build *
0041|*********************
0042|running bdist_wheel
0043|running build
0044|running build_py
0045|creating build
0046|creating build/lib.linux-aarch64-cpython-37
0047|creating build/lib.linux-aarch64-cpython-37/multidict
0048|copying multidict/_multidict_py.py -> build/lib.linux-aarch64-cpython-37/multidict
0049|copying multidict/_multidict_base.py -> build/lib.linux-aarch64-cpython-37/multidict
0050|copying multidict/_compat.py -> build/lib.linux-aarch64-cpython-37/multidict
0051|copying multidict/_abc.py -> build/lib.linux-aarch64-cpython-37/multidict
0052|copying multidict/__init__.py -> build/lib.linux-aarch64-cpython-37/multidict
0053|running egg_info
0054|writing multidict.egg-info/PKG-INFO
0055|writing dependency_links to multidict.egg-info/dependency_links.txt
0056|writing top-level names to multidict.egg-info/top_level.txt
0057|reading manifest file 'multidict.egg-info/SOURCES.txt'
0058|reading manifest template 'MANIFEST.in'
0059|warning: no previously-included files matching '*.pyc' found anywhere in distribution
0060|warning: no previously-included files found matching 'multidict/_multidict.html'
0061|warning: no previously-included files found matching 'multidict/*.so'
0062|warning: no previously-included files found matching 'multidict/*.pyd'
0063|warning: no previously-included files found matching 'multidict/*.pyd'
0064|no previously-included directories found matching 'docs/_build'
0065|adding license file 'LICENSE'
0066|writing manifest file 'multidict.egg-info/SOURCES.txt'
0067|/tmp/pip-build-env-r6hmdwuk/lib/python3.7/site-packages/setuptools/command/build_py.py:153: SetuptoolsDeprecationWarning:     Installing 'multidict._multilib' as data is deprecated, please list it in `packages`.
0068|!!
0069|############################
0070|# Package would be ignored #
0071|############################
0072|Python recognizes 'multidict._multilib' as an importable package,
0073|but it is not listed in the `packages` configuration of setuptools.
0074|'multidict._multilib' has been automatically added to the distribution only
0075|because it may contain data files, but this behavior is likely to change
0076|in future versions of setuptools (and therefore is considered deprecated).
0077|Please make sure that 'multidict._multilib' is included as a package by using
0078|the `packages` configuration field or the proper discovery methods
0079|(for example by using `find_namespace_packages(...)`/`find_namespace:`
0080|instead of `find_packages(...)`/`find:`).
0081|You can read more about "package discovery" and "data files" on setuptools
0082|documentation page.
0083|!!
0084|check.warn(importable)
0085|copying multidict/__init__.pyi -> build/lib.linux-aarch64-cpython-37/multidict
0086|copying multidict/py.typed -> build/lib.linux-aarch64-cpython-37/multidict
0087|running build_ext
0088|building 'multidict._multidict' extension
0089|creating build/temp.linux-aarch64-cpython-37
0090|creating build/temp.linux-aarch64-cpython-37/multidict
0091|aarch64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/var/www/html/plugins/klf200/resources/venv/include -I/usr/include/python3.7m -c multidict/_multidict.c -o build/temp.linux-aarch64-cpython-37/multidict/_multidict.o -O2 -std=c99 -Wall -Wsign-compare -Wconversion -fno-strict-aliasing -pedantic
0092|multidict/_multidict.c:1:10: fatal error: Python.h: No such file or directory
0093|#include "Python.h"
0094|^~~~~~~~~~
0095|compilation terminated.
0096|error: command '/usr/bin/aarch64-linux-gnu-gcc' failed with exit code 1
0097|----------------------------------------
0098|Failed building wheel for multidict
0099|Running setup.py clean for multidict
0100|Running setup.py bdist_wheel for yarl: started
0101|Running setup.py bdist_wheel for yarl: finished with status 'error'
0102|Complete output from command /var/www/html/plugins/klf200/resources/venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-axdjuwhj/yarl/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('
0103|', '
0104|');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/pip-wheel-fdzbajmk --python-tag cp37:
0105|**********************
0106|* Accelerated build *
0107|**********************
0108|/tmp/pip-build-env-qyjvtr4p/lib/python3.7/site-packages/setuptools/config/setupcfg.py:463: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead.
0109|warnings.warn(msg, warning_class)
0110|running bdist_wheel
0111|running build
0112|running build_py
0113|creating build
0114|creating build/lib.linux-aarch64-cpython-37
0115|creating build/lib.linux-aarch64-cpython-37/yarl
0116|copying yarl/_url.py -> build/lib.linux-aarch64-cpython-37/yarl
0117|copying yarl/_quoting_py.py -> build/lib.linux-aarch64-cpython-37/yarl
0118|copying yarl/_quoting.py -> build/lib.linux-aarch64-cpython-37/yarl
0119|copying yarl/__init__.py -> build/lib.linux-aarch64-cpython-37/yarl
0120|running egg_info
0121|writing yarl.egg-info/PKG-INFO
0122|writing dependency_links to yarl.egg-info/dependency_links.txt
0123|writing requirements to yarl.egg-info/requires.txt
0124|writing top-level names to yarl.egg-info/top_level.txt
0125|reading manifest file 'yarl.egg-info/SOURCES.txt'
0126|reading manifest template 'MANIFEST.in'
0127|warning: no previously-included files matching '*.pyc' found anywhere in distribution
0128|warning: no previously-included files matching '*.cache' found anywhere in distribution
0129|warning: no previously-included files found matching 'yarl/*.html'
0130|warning: no previously-included files found matching 'yarl/*.so'
0131|warning: no previously-included files found matching 'yarl/*.pyd'
0132|no previously-included directories found matching 'docs/_build'
0133|adding license file 'LICENSE'
0134|writing manifest file 'yarl.egg-info/SOURCES.txt'
0135|copying yarl/__init__.pyi -> build/lib.linux-aarch64-cpython-37/yarl
0136|copying yarl/_quoting_c.c -> build/lib.linux-aarch64-cpython-37/yarl
0137|copying yarl/_quoting_c.pyi -> build/lib.linux-aarch64-cpython-37/yarl
0138|copying yarl/_quoting_c.pyx -> build/lib.linux-aarch64-cpython-37/yarl
0139|copying yarl/py.typed -> build/lib.linux-aarch64-cpython-37/yarl
0140|running build_ext
0141|building 'yarl._quoting_c' extension
0142|creating build/temp.linux-aarch64-cpython-37
0143|creating build/temp.linux-aarch64-cpython-37/yarl
0144|aarch64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/var/www/html/plugins/klf200/resources/venv/include -I/usr/include/python3.7m -c yarl/_quoting_c.c -o build/temp.linux-aarch64-cpython-37/yarl/_quoting_c.o
0145|yarl/_quoting_c.c:6:10: fatal error: Python.h: No such file or directory
0146|#include "Python.h"
0147|^~~~~~~~~~
0148|compilation terminated.
0149|error: command '/usr/bin/aarch64-linux-gnu-gcc' failed with exit code 1
0150|----------------------------------------
0151|Failed building wheel for yarl
0152|Running setup.py clean for yarl
0153|Failed to build multidict yarl
0154|Installing collected packages: async-timeout, multidict, idna, yarl, aiohttp
0155|Running setup.py install for multidict: started
0156|Running setup.py install for multidict: finished with status 'error'
0157|Complete output from command /var/www/html/plugins/klf200/resources/venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-axdjuwhj/multidict/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('
0158|', '
0159|');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-hzcx9tag/install-record.txt --single-version-externally-managed --compile --install-headers /var/www/html/plugins/klf200/resources/venv/include/site/python3.7/multidict:
0160|*********************
0161|* Accelerated build *
0162|*********************
0163|running install
0164|/tmp/pip-build-env-r6hmdwuk/lib/python3.7/site-packages/setuptools/command/install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
0165|setuptools.SetuptoolsDeprecationWarning,
0166|running build
0167|running build_py
0168|creating build
0169|creating build/lib.linux-aarch64-cpython-37
0170|creating build/lib.linux-aarch64-cpython-37/multidict
0171|copying multidict/_multidict_py.py -> build/lib.linux-aarch64-cpython-37/multidict
0172|copying multidict/_multidict_base.py -> build/lib.linux-aarch64-cpython-37/multidict
0173|copying multidict/_compat.py -> build/lib.linux-aarch64-cpython-37/multidict
0174|copying multidict/_abc.py -> build/lib.linux-aarch64-cpython-37/multidict
0175|copying multidict/__init__.py -> build/lib.linux-aarch64-cpython-37/multidict
0176|running egg_info
0177|writing multidict.egg-info/PKG-INFO
0178|writing dependency_links to multidict.egg-info/dependency_links.txt
0179|writing top-level names to multidict.egg-info/top_level.txt
0180|reading manifest file 'multidict.egg-info/SOURCES.txt'
0181|reading manifest template 'MANIFEST.in'
0182|warning: no previously-included files matching '*.pyc' found anywhere in distribution
0183|warning: no previously-included files found matching 'multidict/_multidict.html'
0184|warning: no previously-included files found matching 'multidict/*.so'
0185|warning: no previously-included files found matching 'multidict/*.pyd'
0186|warning: no previously-included files found matching 'multidict/*.pyd'
0187|no previously-included directories found matching 'docs/_build'
0188|adding license file 'LICENSE'
0189|writing manifest file 'multidict.egg-info/SOURCES.txt'
0190|/tmp/pip-build-env-r6hmdwuk/lib/python3.7/site-packages/setuptools/command/build_py.py:153: SetuptoolsDeprecationWarning:     Installing 'multidict._multilib' as data is deprecated, please list it in `packages`.
0191|!!
0192|############################
0193|# Package would be ignored #
0194|############################
0195|Python recognizes 'multidict._multilib' as an importable package,
0196|but it is not listed in the `packages` configuration of setuptools.
0197|'multidict._multilib' has been automatically added to the distribution only
0198|because it may contain data files, but this behavior is likely to change
0199|in future versions of setuptools (and therefore is considered deprecated).
0200|Please make sure that 'multidict._multilib' is included as a package by using
0201|the `packages` configuration field or the proper discovery methods
0202|(for example by using `find_namespace_packages(...)`/`find_namespace:`
0203|instead of `find_packages(...)`/`find:`).
0204|You can read more about "package discovery" and "data files" on setuptools
0205|documentation page.
0206|!!
0207|check.warn(importable)
0208|copying multidict/__init__.pyi -> build/lib.linux-aarch64-cpython-37/multidict
0209|copying multidict/py.typed -> build/lib.linux-aarch64-cpython-37/multidict
0210|running build_ext
0211|building 'multidict._multidict' extension
0212|creating build/temp.linux-aarch64-cpython-37
0213|creating build/temp.linux-aarch64-cpython-37/multidict
0214|aarch64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/var/www/html/plugins/klf200/resources/venv/include -I/usr/include/python3.7m -c multidict/_multidict.c -o build/temp.linux-aarch64-cpython-37/multidict/_multidict.o -O2 -std=c99 -Wall -Wsign-compare -Wconversion -fno-strict-aliasing -pedantic
0215|multidict/_multidict.c:1:10: fatal error: Python.h: No such file or directory
0216|#include "Python.h"
0217|^~~~~~~~~~
0218|compilation terminated.
0219|error: command '/usr/bin/aarch64-linux-gnu-gcc' failed with exit code 1
0220|----------------------------------------
0221|Command "/var/www/html/plugins/klf200/resources/venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-axdjuwhj/multidict/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('
0222|', '
0223|');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-hzcx9tag/install-record.txt --single-version-externally-managed --compile --install-headers /var/www/html/plugins/klf200/resources/venv/include/site/python3.7/multidict" failed with error code 1 in /tmp/pip-install-axdjuwhj/multidict/
0224|Collecting PyYAML==5.4.1
0225|Installing collected packages: PyYAML
0226|Found existing installation: PyYAML 5.4.1
0227|Uninstalling PyYAML-5.4.1:
0228|Successfully uninstalled PyYAML-5.4.1
0229|Successfully installed PyYAML-5.4.1
0230|Requirement already satisfied: bottle in /var/www/html/plugins/klf200/resources/venv/lib/python3.7/site-packages (0.12.21)
0231|********************************************************
0232|04/07/2022 08:54:22 Installation terminée
0233|*****************************************

Bonjour
J’ai fait l’acquisition d’un module KLF200 Velux pour pilotter mes fenetres de toit et mes stores somfy en io.

J’ai configuré le KLF et retrouve bien tous mes devices:

Par contre impossible d’installer les dépendance du plugin KLF sur jeedom.

Si quelqu’un a une idée? Merci

Ci dessous les differentes config et logs de mon systeme

Produit KLF200
image

Parametres reseau KLF200
image

Version jeedom Atlas
image

Configuration du plugin KLF200
image

Message d’erreur
image

Log KLF200

********************************************************
  03/07/2022 10:36:58 Installation des dépendances
********************************************************
Hit:1 http://deb.debian.org/debian buster InRelease
Hit:2 http://deb.debian.org/debian buster-updates InRelease
Hit:3 http://deb.debian.org/debian buster-backports InRelease
Hit:4 http://security.debian.org buster/updates InRelease
Hit:5 https://download.docker.com/linux/debian buster InRelease
Hit:6 https://deb.nodesource.com/node_16.x buster InRelease
Hit:7 https://armbian.site-meganet.com/apt buster InRelease
Reading package lists...
Installation des dépendances apt
Reading package lists...
Building dependency tree...
Reading state information...
python3-venv is already the newest version (3.7.3-1).
0 upgraded, 0 newly installed, 0 to remove and 103 not upgraded.
The directory '/var/www/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/var/www/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Requirement already satisfied: pyvlx in /var/www/html/plugins/klf200/resources/venv/lib/python3.7/site-packages (0.2.20)
Requirement already satisfied: PyYAML in /var/www/html/plugins/klf200/resources/venv/lib/python3.7/site-packages (from pyvlx) (5.4.1)
The directory '/var/www/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/var/www/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Collecting aiohttp==3.7.4.post0
  Downloading https://files.pythonhosted.org/packages/99/f5/90ede947a3ce2d6de1614799f5fea4e93c19b6520a59dc5d2f64123b032f/aiohttp-3.7.4.post0.tar.gz (1.1MB)
  Installing build dependencies: started
  Installing build dependencies: finished with status 'done'
Requirement already satisfied: attrs>=17.3.0 in /var/www/html/plugins/klf200/resources/venv/lib/python3.7/site-packages (from aiohttp==3.7.4.post0) (21.4.0)
Requirement already satisfied: chardet<5.0,>=2.0 in /var/www/html/plugins/klf200/resources/venv/lib/python3.7/site-packages (from aiohttp==3.7.4.post0) (4.0.0)
Collecting multidict<7.0,>=4.5 (from aiohttp==3.7.4.post0)
  Downloading https://files.pythonhosted.org/packages/fa/a7/71c253cdb8a1528802bac7503bf82fe674367e4055b09c28846fdfa4ab90/multidict-6.0.2.tar.gz (50kB)
  Installing build dependencies: started
  Installing build dependencies: finished with status 'done'
Collecting async_timeout<4.0,>=3.0 (from aiohttp==3.7.4.post0)
  Downloading https://files.pythonhosted.org/packages/e1/1e/5a4441be21b0726c4464f3f23c8b19628372f606755a9d2e46c187e65ec4/async_timeout-3.0.1-py3-none-any.whl
Collecting yarl<2.0,>=1.0 (from aiohttp==3.7.4.post0)
  Downloading https://files.pythonhosted.org/packages/f6/da/46d1b3d69a9a0835dabf9d59c7eb0f1600599edd421a4c5a15ab09f527e0/yarl-1.7.2.tar.gz (168kB)
  Installing build dependencies: started
  Installing build dependencies: finished with status 'done'
Collecting typing_extensions>=3.6.5 (from aiohttp==3.7.4.post0)
  Downloading https://files.pythonhosted.org/packages/ed/d6/2afc375a8d55b8be879d6b4986d4f69f01115e795e36827fd3a40166028b/typing_extensions-4.3.0-py3-none-any.whl
Collecting idna>=2.0 (from yarl<2.0,>=1.0->aiohttp==3.7.4.post0)
  Downloading https://files.pythonhosted.org/packages/04/a2/d918dcd22354d8958fe113e1a3630137e0fc8b44859ade3063982eacd2a4/idna-3.3-py3-none-any.whl (61kB)
Installing collected packages: multidict, async-timeout, idna, typing-extensions, yarl, aiohttp
  Running setup.py install for multidict: started
    Running setup.py install for multidict: finished with status 'error'
    Complete output from command /var/www/html/plugins/klf200/resources/venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-k4hz36xn/multidict/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('
', '
');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-y3wzo_35/install-record.txt --single-version-externally-managed --compile --install-headers /var/www/html/plugins/klf200/resources/venv/include/site/python3.7/multidict:
    *********************
    * Accelerated build *
    *********************
    running install
    /tmp/pip-build-env-xawjtpnp/lib/python3.7/site-packages/setuptools/command/install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
      setuptools.SetuptoolsDeprecationWarning,
    running build
    running build_py
    creating build
    creating build/lib.linux-aarch64-cpython-37
    creating build/lib.linux-aarch64-cpython-37/multidict
    copying multidict/_multidict_py.py -> build/lib.linux-aarch64-cpython-37/multidict
    copying multidict/_multidict_base.py -> build/lib.linux-aarch64-cpython-37/multidict
    copying multidict/_compat.py -> build/lib.linux-aarch64-cpython-37/multidict
    copying multidict/_abc.py -> build/lib.linux-aarch64-cpython-37/multidict
    copying multidict/__init__.py -> build/lib.linux-aarch64-cpython-37/multidict
    running egg_info
    writing multidict.egg-info/PKG-INFO
    writing dependency_links to multidict.egg-info/dependency_links.txt
    writing top-level names to multidict.egg-info/top_level.txt
    reading manifest file 'multidict.egg-info/SOURCES.txt'
    reading manifest template 'MANIFEST.in'
    warning: no previously-included files matching '*.pyc' found anywhere in distribution
    warning: no previously-included files found matching 'multidict/_multidict.html'
    warning: no previously-included files found matching 'multidict/*.so'
    warning: no previously-included files found matching 'multidict/*.pyd'
    warning: no previously-included files found matching 'multidict/*.pyd'
    no previously-included directories found matching 'docs/_build'
    adding license file 'LICENSE'
    writing manifest file 'multidict.egg-info/SOURCES.txt'
    /tmp/pip-build-env-xawjtpnp/lib/python3.7/site-packages/setuptools/command/build_py.py:153: SetuptoolsDeprecationWarning:     Installing 'multidict._multilib' as data is deprecated, please list it in `packages`.
        !!
    
    
        ############################
        # Package would be ignored #
        ############################
        Python recognizes 'multidict._multilib' as an importable package,
        but it is not listed in the `packages` configuration of setuptools.
    
        'multidict._multilib' has been automatically added to the distribution only
        because it may contain data files, but this behavior is likely to change
        in future versions of setuptools (and therefore is considered deprecated).
    
        Please make sure that 'multidict._multilib' is included as a package by using
        the `packages` configuration field or the proper discovery methods
        (for example by using `find_namespace_packages(...)`/`find_namespace:`
        instead of `find_packages(...)`/`find:`).
    
        You can read more about "package discovery" and "data files" on setuptools
        documentation page.
    
    
    !!
    
      check.warn(importable)
    copying multidict/__init__.pyi -> build/lib.linux-aarch64-cpython-37/multidict
    copying multidict/py.typed -> build/lib.linux-aarch64-cpython-37/multidict
    running build_ext
    building 'multidict._multidict' extension
    creating build/temp.linux-aarch64-cpython-37
    creating build/temp.linux-aarch64-cpython-37/multidict
    aarch64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/var/www/html/plugins/klf200/resources/venv/include -I/usr/include/python3.7m -c multidict/_multidict.c -o build/temp.linux-aarch64-cpython-37/multidict/_multidict.o -O2 -std=c99 -Wall -Wsign-compare -Wconversion -fno-strict-aliasing -pedantic
    multidict/_multidict.c:1:10: fatal error: Python.h: No such file or directory
     #include "Python.h"
              ^~~~~~~~~~
    compilation terminated.
    error: command '/usr/bin/aarch64-linux-gnu-gcc' failed with exit code 1
    
    ----------------------------------------
Command "/var/www/html/plugins/klf200/resources/venv/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-k4hz36xn/multidict/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('
', '
');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-y3wzo_35/install-record.txt --single-version-externally-managed --compile --install-headers /var/www/html/plugins/klf200/resources/venv/include/site/python3.7/multidict" failed with error code 1 in /tmp/pip-install-k4hz36xn/multidict/
The directory '/var/www/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/var/www/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Collecting PyYAML==5.4.1
  Downloading https://files.pythonhosted.org/packages/a0/a4/d63f2d7597e1a4b55aa3b4d6c5b029991d3b824b5bd331af8d4ab1ed687d/PyYAML-5.4.1.tar.gz (175kB)
  Installing build dependencies: started
  Installing build dependencies: finished with status 'done'
Installing collected packages: PyYAML
  Found existing installation: PyYAML 5.4.1
    Uninstalling PyYAML-5.4.1:
      Successfully uninstalled PyYAML-5.4.1
  Running setup.py install for PyYAML: started
    Running setup.py install for PyYAML: finished with status 'done'
Successfully installed PyYAML-5.4.1
The directory '/var/www/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/var/www/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Requirement already satisfied: bottle in /var/www/html/plugins/klf200/resources/venv/lib/python3.7/site-packages (0.12.21)
********************************************************
  03/07/2022 10:39:00 Installation terminée
********************************************************

Log KLF

[2022-07-03 10:37:44][ERROR] : KLF200 has been restarted after found not responding
Traceback (most recent call last):
  File "/var/www/html/plugins/klf200/resources/klf200d.py", line 4, in <module>
    from aiohttp import web
ModuleNotFoundError: No module named 'aiohttp'
[2022-07-03 10:38:44][ERROR] : KLF200 has been restarted after found not responding
Traceback (most recent call last):
  File "/var/www/html/plugins/klf200/resources/klf200d.py", line 4, in <module>
    from aiohttp import web
ModuleNotFoundError: No module named 'aiohttp'

OK, donc on est trois avec la même erreur, @Prebelo et @Kiwane pourriez confirmer que vous êtes sous jeedom 4.2.20?

Oui je suis sur jeedom 4.2.20

OK, si jamais @lunarok passe dans le coin…

D’avance merci

Oui je suis bien sur 4.2.20.
J’ai 2 plugins payant du même auteur non fonctionnel, il doit y avoir un probléme avec les installations

C’est quoi cette plateforme avec de l’armbian en entrée ?

Hello,

J’ai la même:

0001|04/07/2022 08:53:15 Installation des dépendances
0002|********************************************************
0003|Hit:1 http://security.debian.org buster/updates InRelease
0004|Hit:2 http://deb.debian.org/debian buster InRelease
0005|Hit:3 http://deb.debian.org/debian buster-updates InRelease
0006|Hit:4 http://deb.debian.org/debian buster-backports InRelease
0007|Hit:5 https://deb.nodesource.com/node_16.x buster InRelease
**0008|Hit:6 https://armbian.site-meganet.com/apt buster InRelease**

Sur une jeedom Pro (RockPI)

Et je vois que @Kiwane a de l’armbian en entrée églalement:

Hit:1 http://security.debian.org buster/updates InRelease
Hit:2 http://deb.debian.org/debian buster InRelease
Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
Get:4 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
**Hit:5 http://imola.armbian.com/apt buster InRelease**

Effectivement, mon installation est toute neuve par contre moi, seulement quelques plugins officiels installés pour tester, KLF et Loxone également.

Pour moi également installation toute neuve uniquement KLF200 et Modbus

vous pouvez vérifier si vous avez gcc d’installer sur vos box, sinon l’installer

1 « J'aime »

A prioris déja présent sur ma box :

root@JeedomAtlas:~# sudo apt-get install gcc
Reading package lists... Done
Building dependency tree
Reading state information... Done
gcc is already the newest version (4:8.3.0-1).
gcc set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Egalement present sur ma bos

Reading package lists…
Building dependency tree…
Reading state information…
gcc is already the newest version (4:8.3.0-1).
gcc set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 115 not upgraded.

A priori présent pour moi également.

jeedom@JeedomAtlas:~$ sudo apt-get install gcc
[sudo] Mot de passe de jeedom :
Lecture des listes de paquets… Fait
Construction de l’arbre des dépendances
Lecture des informations d’état… Fait
gcc est déjà la version la plus récente (4:8.3.0-1).
gcc passé en « installé manuellement ».
0 mis à jour, 0 nouvellement installés, 0 à enlever et 132 non mis à jour.
jeedom@JeedomAtlas:~$

Bonjour si ça peut aider ci joint le défaut récurent qui est remonté

[2022-07-04 19:24:43]ERROR : KLF200 has been restarted after found not responding
Traceback (most recent call last):
File « /var/www/html/plugins/klf200/resources/klf200d.py », line 4, in
from aiohttp import web
ModuleNotFoundError: No module named ‹ aiohttp ›

Hello,

Si j’essaye d’installer a la mano aiohttp qui est la lib que tu utilises pour la com avec le klf200 si je dis pas de bétises, ca me retourne ca:

root@JeedomAtlas:~# sudo pip install aiohttp[speedups]
Collecting aiohttp[speedups]
  Downloading https://files.pythonhosted.org/packages/2e/e6/9175733f42cec4f2cd6834564517f2f6260e27dab5edb75afdaa66f101bb/aiohttp-2.3.1.tar.gz (1.1MB)
    100% |████████████████████████████████| 1.1MB 446kB/s
  Installing build dependencies ... done
aiohttp requires Python '>=3.4.2' but the running Python is 2.7.16

Là tu es en python 2 par défaut, c’est Debian Buster (EOL cet été …)
Il faut mettre pip3 install pour voir, mais ca va surement installé une version compilée

Dans le répertoire resources du plugin, tu pourrais lancer ca :
AIOHTTP_NO_EXTENSIONS=1 MULTIDICT_NO_EXTENSIONS=1 YARL_NO_EXTENSIONS=1 venv/bin/pip3 install aiohttp==3.7.4.post0

1 « J'aime »

Voici le resultat :

root@JeedomAtlas:/var/www/html/plugins/klf200/resources# AIOHTTP_NO_EXTENSIONS=1 MULTIDICT_NO_EXTENSIONS=1 YARL_NO_EXTENSIONS=1 venv/bin/pip3 install aiohttp==3.7.4.post0
Collecting aiohttp==3.7.4.post0
  Downloading https://files.pythonhosted.org/packages/99/f5/90ede947a3ce2d6de1614799f5fea4e93c19b6520a59dc5d2f64123b032f/aiohttp-3.7.4.post0.tar.gz (1.1MB)
    100% |████████████████████████████████| 1.1MB 222kB/s
  Installing build dependencies ... done
Requirement already satisfied: attrs>=17.3.0 in ./venv/lib/python3.7/site-packages (from aiohttp==3.7.4.post0) (21.4.0)
Requirement already satisfied: chardet<5.0,>=2.0 in ./venv/lib/python3.7/site-packages (from aiohttp==3.7.4.post0) (4.0.0)
Collecting multidict<7.0,>=4.5 (from aiohttp==3.7.4.post0)
  Downloading https://files.pythonhosted.org/packages/fa/a7/71c253cdb8a1528802bac7503bf82fe674367e4055b09c28846fdfa4ab90/multidict-6.0.2.tar.gz (50kB)
    100% |████████████████████████████████| 51kB 1.0MB/s
  Installing build dependencies ... done
Requirement already satisfied: async_timeout<4.0,>=3.0 in ./venv/lib/python3.7/site-packages (from aiohttp==3.7.4.post0) (3.0.1)
Collecting yarl<2.0,>=1.0 (from aiohttp==3.7.4.post0)
  Downloading https://files.pythonhosted.org/packages/f6/da/46d1b3d69a9a0835dabf9d59c7eb0f1600599edd421a4c5a15ab09f527e0/yarl-1.7.2.tar.gz (168kB)
    100% |████████████████████████████████| 174kB 641kB/s
  Installing build dependencies ... done
Requirement already satisfied: typing_extensions>=3.6.5 in ./venv/lib/python3.7/site-packages (from aiohttp==3.7.4.post0) (4.3.0)
Collecting idna>=2.0 (from yarl<2.0,>=1.0->aiohttp==3.7.4.post0)
  Downloading https://files.pythonhosted.org/packages/04/a2/d918dcd22354d8958fe113e1a3630137e0fc8b44859ade3063982eacd2a4/idna-3.3-py3-none-any.whl (61kB)
    100% |████████████████████████████████| 61kB 1.1MB/s
Building wheels for collected packages: aiohttp, multidict, yarl
  Running setup.py bdist_wheel for aiohttp ... done
  Stored in directory: /root/.cache/pip/wheels/15/aa/5f/33df380f4940b1c1bda8d83967345fcb97d0749e2cfbb06794
  Running setup.py bdist_wheel for multidict ... done
  Stored in directory: /root/.cache/pip/wheels/e7/67/fd/4e3843a89ae0e233d79452f8f04e45814f350173a99f5addc9
  Running setup.py bdist_wheel for yarl ... done
  Stored in directory: /root/.cache/pip/wheels/4b/5b/dc/b5c2dbad09144a8af76e8faf3549084e8d99284388a9439eba
Successfully built aiohttp multidict yarl
Installing collected packages: multidict, idna, yarl, aiohttp
Successfully installed aiohttp-3.7.4.post0 idna-3.3 multidict-6.0.2 yarl-1.7.2
root@JeedomAtlas:/var/www/html/plugins/klf200/resources#

C’est donc ok pour les deps

Mes logs :


0000|********************************************************
0001|05/07/2022 11:04:32 Installation des dépendances
0002|********************************************************
0003|Hit:1 http://deb.debian.org/debian buster InRelease
0004|Hit:2 http://security.debian.org buster/updates InRelease
0005|Hit:3 http://deb.debian.org/debian buster-updates InRelease
0006|Hit:4 http://deb.debian.org/debian buster-backports InRelease
0007|Hit:5 https://deb.nodesource.com/node_16.x buster InRelease
0008|Hit:6 http://armbian.systemonachip.net/apt buster InRelease
0009|Reading package lists...
0010|Installation des dépendances apt
0011|Reading package lists...
0012|Building dependency tree...
0013|Reading state information...
0014|python3-venv is already the newest version (3.7.3-1).
0015|0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
0016|Requirement already satisfied: pyvlx in /var/www/html/plugins/klf200/resources/venv/lib/python3.7/site-packages (0.2.20)
0017|Requirement already satisfied: PyYAML in /var/www/html/plugins/klf200/resources/venv/lib/python3.7/site-packages (from pyvlx) (5.4.1)
0018|Requirement already satisfied: aiohttp==3.7.4.post0 in /var/www/html/plugins/klf200/resources/venv/lib/python3.7/site-packages (3.7.4.post0)
0019|Requirement already satisfied: multidict<7.0,>=4.5 in /var/www/html/plugins/klf200/resources/venv/lib/python3.7/site-packages (from aiohttp==3.7.4.post0) (6.0.2)
0020|Requirement already satisfied: attrs>=17.3.0 in /var/www/html/plugins/klf200/resources/venv/lib/python3.7/site-packages (from aiohttp==3.7.4.post0) (21.4.0)
0021|Requirement already satisfied: typing-extensions>=3.6.5 in /var/www/html/plugins/klf200/resources/venv/lib/python3.7/site-packages (from aiohttp==3.7.4.post0) (4.3.0)
0022|Requirement already satisfied: chardet<5.0,>=2.0 in /var/www/html/plugins/klf200/resources/venv/lib/python3.7/site-packages (from aiohttp==3.7.4.post0) (4.0.0)
0023|Requirement already satisfied: yarl<2.0,>=1.0 in /var/www/html/plugins/klf200/resources/venv/lib/python3.7/site-packages (from aiohttp==3.7.4.post0) (1.7.2)
0024|Requirement already satisfied: async-timeout<4.0,>=3.0 in /var/www/html/plugins/klf200/resources/venv/lib/python3.7/site-packages (from aiohttp==3.7.4.post0) (3.0.1)
0025|Requirement already satisfied: idna>=2.0 in /var/www/html/plugins/klf200/resources/venv/lib/python3.7/site-packages (from yarl<2.0,>=1.0->aiohttp==3.7.4.post0) (3.3)
0026|Collecting PyYAML==5.4.1
0027|Installing collected packages: PyYAML
0028|Found existing installation: PyYAML 5.4.1
0029|Uninstalling PyYAML-5.4.1:
0030|Successfully uninstalled PyYAML-5.4.1
0031|Successfully installed PyYAML-5.4.1
0032|Requirement already satisfied: bottle in /var/www/html/plugins/klf200/resources/venv/lib/python3.7/site-packages (0.12.21)
0033|********************************************************
0034|05/07/2022 11:05:09 Installation terminée
0035|********************************************************