ModuleNotFoundError: No module named 'aiohttp'

Bonjour Mips

Mise à jour de la BETA

relance des dépendances

[2023-11-29 09:36:38] *************************************
[2023-11-29 09:36:38] *   Launch install of dependencies  *
[2023-11-29 09:36:38] *************************************
[2023-11-29 09:36:39] Hit:1 http://deb.debian.org/debian buster InRelease
[2023-11-29 09:36:39] Hit:2 http://deb.debian.org/debian buster-updates InRelease
[2023-11-29 09:36:39] Get:3 http://deb.debian.org/debian buster-backports InRelease [51.4 kB]
[2023-11-29 09:36:39] Get:4 http://security.debian.org buster/updates InRelease [34.8 kB]
[2023-11-29 09:36:39] Hit:5 https://download.docker.com/linux/debian buster InRelease
[2023-11-29 09:36:39] Hit:6 https://deb.nodesource.com/node_18.x nodistro InRelease
[2023-11-29 09:36:39] Hit:7 http://armbian.hosthatch.com/apt buster InRelease
[2023-11-29 09:36:40] Hit:8 https://packagecloud.io/ookla/speedtest-cli/debian buster InRelease
[2023-11-29 09:36:40] Get:9 http://security.debian.org buster/updates/main arm64 Packages [733 kB]
[2023-11-29 09:36:40] Get:10 http://security.debian.org buster/updates/main armhf Packages [736 kB]
[2023-11-29 09:36:42] Fetched 1556 kB in 3s (505 kB/s)
[2023-11-29 09:36:49] Reading package lists...
[2023-11-29 09:36:49] *****************************
[2023-11-29 09:36:49] Install modules using apt-get
[2023-11-29 09:36:49] *****************************
[2023-11-29 09:36:49] Reading package lists...
[2023-11-29 09:36:50] Building dependency tree...
[2023-11-29 09:36:50] Reading state information...
[2023-11-29 09:36:52] python3-pip is already the newest version (18.1-5).
[2023-11-29 09:36:52] python3 is already the newest version (3.7.3-1).
[2023-11-29 09:36:52] python3-dev is already the newest version (3.7.3-1).
[2023-11-29 09:36:52] python3-venv is already the newest version (3.7.3-1).
[2023-11-29 09:36:52] python3-requests is already the newest version (2.21.0-1+deb10u1).
[2023-11-29 09:36:52] 0 upgraded, 0 newly installed, 0 to remove and 201 not upgraded.
[2023-11-29 09:36:52] *************************************
[2023-11-29 09:36:52] Creating python 3 virtual environment
[2023-11-29 09:36:52] *************************************
[2023-11-29 09:36:56] Done
[2023-11-29 09:36:56] *************************************
[2023-11-29 09:36:56] Install the required python libraries
[2023-11-29 09:36:56] *************************************
[2023-11-29 09:36:58] Requirement already satisfied: pip in ./venv/lib/python3.7/site-packages (23.3.1)
[2023-11-29 09:36:58] Requirement already satisfied: wheel in ./venv/lib/python3.7/site-packages (0.42.0)
[2023-11-29 09:37:00] Requirement already satisfied: aiohttp>=3.8.0 in ./venv/lib/python3.7/site-packages (from -r requirements.txt (line 1)) (3.8.6)
[2023-11-29 09:37:00] Requirement already satisfied: paho-mqtt>=1.6.0 in ./venv/lib/python3.7/site-packages (from -r requirements.txt (line 2)) (1.6.1)
[2023-11-29 09:37:00] Requirement already satisfied: urllib3==1.26.15 in ./venv/lib/python3.7/site-packages (from -r requirements.txt (line 3)) (1.26.15)
[2023-11-29 09:37:00] Requirement already satisfied: backports.zoneinfo==0.2.1 in ./venv/lib/python3.7/site-packages (from -r requirements.txt (line 4)) (0.2.1)
[2023-11-29 09:37:01] Requirement already satisfied: attrs>=17.3.0 in ./venv/lib/python3.7/site-packages (from aiohttp>=3.8.0->-r requirements.txt (line 1)) (23.1.0)
[2023-11-29 09:37:01] Requirement already satisfied: charset-normalizer<4.0,>=2.0 in ./venv/lib/python3.7/site-packages (from aiohttp>=3.8.0->-r requirements.txt (line 1)) (3.3.2)
[2023-11-29 09:37:01] Requirement already satisfied: multidict<7.0,>=4.5 in ./venv/lib/python3.7/site-packages (from aiohttp>=3.8.0->-r requirements.txt (line 1)) (6.0.4)
[2023-11-29 09:37:01] Requirement already satisfied: async-timeout<5.0,>=4.0.0a3 in ./venv/lib/python3.7/site-packages (from aiohttp>=3.8.0->-r requirements.txt (line 1)) (4.0.3)
[2023-11-29 09:37:01] Requirement already satisfied: yarl<2.0,>=1.0 in ./venv/lib/python3.7/site-packages (from aiohttp>=3.8.0->-r requirements.txt (line 1)) (1.9.2)
[2023-11-29 09:37:01] Requirement already satisfied: frozenlist>=1.1.1 in ./venv/lib/python3.7/site-packages (from aiohttp>=3.8.0->-r requirements.txt (line 1)) (1.3.3)
[2023-11-29 09:37:01] Requirement already satisfied: aiosignal>=1.1.2 in ./venv/lib/python3.7/site-packages (from aiohttp>=3.8.0->-r requirements.txt (line 1)) (1.3.1)
[2023-11-29 09:37:01] Requirement already satisfied: asynctest==0.13.0 in ./venv/lib/python3.7/site-packages (from aiohttp>=3.8.0->-r requirements.txt (line 1)) (0.13.0)
[2023-11-29 09:37:01] Requirement already satisfied: typing-extensions>=3.7.4 in ./venv/lib/python3.7/site-packages (from aiohttp>=3.8.0->-r requirements.txt (line 1)) (4.7.1)
[2023-11-29 09:37:01] Requirement already satisfied: importlib-metadata in ./venv/lib/python3.7/site-packages (from attrs>=17.3.0->aiohttp>=3.8.0->-r requirements.txt (line 1)) (6.7.0)
[2023-11-29 09:37:01] Requirement already satisfied: idna>=2.0 in ./venv/lib/python3.7/site-packages (from yarl<2.0,>=1.0->aiohttp>=3.8.0->-r requirements.txt (line 1)) (3.4)
[2023-11-29 09:37:01] Requirement already satisfied: zipp>=0.5 in ./venv/lib/python3.7/site-packages (from importlib-metadata->attrs>=17.3.0->aiohttp>=3.8.0->-r requirements.txt (line 1)) (3.15.0)
[2023-11-29 09:37:02] ***************************
[2023-11-29 09:37:02] *      Install ended      *
[2023-11-29 09:37:02] ***************************

toujours ce paho qui bloque.
C’est un module qui n’était pas utilisé avant ? car le plugin a toujours bien fonctionné chez moi depuis quelques années.

Traceback (most recent call last):
File "/var/www/html/plugins/worxLandroidS/resources/worxLandroidSd.py", line 15, in 
from pyworxcloud import WorxCloud
File "/var/www/html/plugins/worxLandroidS/resources/pyworxcloud/__init__.py", line 11, in 
from .api import LandroidCloudAPI
File "/var/www/html/plugins/worxLandroidS/resources/pyworxcloud/api.py", line 9, in 
from .utils.requests import GET, HEADERS, POST
File "/var/www/html/plugins/worxLandroidS/resources/pyworxcloud/utils/__init__.py", line 10, in 
from .mqtt import MQTT, Command
File "/var/www/html/plugins/worxLandroidS/resources/pyworxcloud/utils/mqtt.py", line 13, in 
import paho.mqtt.client as mqtt
ModuleNotFoundError: No module named 'paho'

je peux désinstaller le plugin et le réinstaller ?

si tu veux prendre la main pour regarder ?

C’était déjà utilisé avant, ca l’a toujours été

et dans l’install ici on voit qu’il est installé:

[2023-11-29 09:37:00] Requirement already satisfied: paho-mqtt>=1.6.0 in ./venv/lib/python3.7/site-packages (from -r requirements.txt (line 2)) (1.6.1)

et après il ne le trouve pas

il doit y avoir un truc cassé dans les dépendances mais je ne comprend pas quoi

tu n’a plus ta smart ou une autre box dispo pour tester sur une autre installation?

si j’ai toujours la smart, je testerais demain en prenant la dernière stable

je peux faire un recovery sur l’Atlas, maintenant que j’ai compris comment ca fonctionne :wink:

mais je pense que le plugin fonctionnait sur ma smart mais n’a jamais fonctionné sur l’Atlas avant même que je fasse la commande

Je ne pense pas que la commande pour réinstaller python3-pip soit la cause
C’est pour ca que je n’ai plus d’idée là

Et je suppose qu’il y a d’autres utilisateurs avec une atlas aussi

Bonjour

J’ai rebranché la SMART, le plugin fonctionne dans l’état

j’ai installé la version beta, relancer les dépendances, pas de soucis avec le démon

j’ai aussi eu l’erreur SQL

[2023-11-30 07:51:45]ERROR : [MySQL] Error code : 23000 (1062). Duplicate entry '1172-Direction' for key 'unique'  : INSERT INTO `cmd` SET `id` = :id, `logicalId` = :logicalId, `generic_type` = :generic_type, `eqType` = :eqType, `name` = :name, `order` = :order, `type` = :type, `subType` = :subType, `eqLogic_id` = :eqLogic_id, `isHistorized` = :isHistorized, `unite` = :unite, `configuration` = :configuration, `template` = :template, `display` = :display, `value` = :value, `isVisible` = :isVisible, `alert` = :alert

Tu penses qu’un recovery sur la smart remettrait les choses à plat ?

Il y a des users ALTAS qui pourrait confirmer que tout est ok sur la leur ?

sur l’atlas tu veux dire?
franchement aucune idée, je me vois mal te conseiller cela sans savoir

tu avais déjà essayé de supprimer complétement le plugin? fait une vérification des droits des fichiers avant
image

j’ai lancé un controle des packages systeme, tout est OK


Package	Type	Status	Obligatoire	Voulu par	Version	Remarque	Commande	Action
apcupsd	apt	OK	
oui
apcups	3.14.14-2			
apt-transport-https	apt	OK	
oui
core	1.8.2.3			
at	apt	OK	
oui
core	3.1.23-1			
chromium	apt	OK	
non
core	89.0.4389.114-1~deb10u1	Utilisé pour les rapports		
ffmpeg	apt	OK	
oui
core camera	7:4.1.11-0+deb10u1			
gettext	apt	OK	
oui
core	0.19.8.1-9			
libav-tools	apt	OK (ffmpeg)	
oui
core camera				
libcurl3-gnutls	apt	OK	
non
core	7.64.0-4+deb10u2	Utilisé pour chromium		
libffi-dev	apt	OK	
oui
xiaomihome	3.2.1-9			
librsync-dev	apt	OK	
oui
core	0.9.7-10+b1			
libssl-dev	apt	OK	
oui
xiaomihome	1.1.1d-0+deb10u6			
libudev-dev	apt	OK	
oui
broadlink	241-7~deb10u10			
mariadb-client	apt	OK	
oui
core	1:10.3.29-0+deb10u1			
mariadb-common	apt	OK	
non
core	1:10.3.29-0+deb10u1			
mariadb-server	apt	OK	
non
core	1:10.3.29-0+deb10u1			
net-tools	apt	OK	
oui
core	1.60+git20180626.aebd88e-1			
nmap	apt	OK	
oui
core	7.70+dfsg1-6+deb10u2			
nodejs	apt	OK	
oui
gsh mqtt2 z2m zwavejs	18.18.2-1nodesource1			
ntpdate	apt	OK	
oui
core	1:4.2.8p12+dfsg-4			
openvpn	apt	OK	
oui
openvpn	2.4.7-1+deb10u1			
php-common	apt	OK	
oui
core	2:69			
php-curl	apt	OK	
oui
core	2:7.3+69			
php-dev	apt	OK	
oui
core	2:7.3+69			
php-gd	apt	OK	
oui
core	2:7.3+69			
php-imap	apt	OK	
oui
core	2:7.3+69			
php-ldap	apt	OK	
non
core	2:7.3+69			
php-mbstring	apt	OK	
oui
core	2:7.3+69			
php-phpseclib	apt	OK	
oui
Monitoring	2.0.30-2~deb10u1			
php-snmp	apt	OK	
oui
monitoring2	2:7.3+69			
php-soap	apt	OK	
oui
core	2:7.3+69			
php-ssh2	apt	OK	
oui
core	1.1.2+0.13-4			
php-xml	apt	OK	
oui
core	2:7.3+69			
php-xmlrpc	apt	OK	
oui
core	2:7.3+69			
php-yaml	apt	OK	
oui
z2m	2.0.2+1.3.1-4			
php-zip	apt	OK	
oui
core	2:7.3+69			
python	apt	OK	
oui
core	2.7.16-1			
python-dev	apt	OK	
oui
core	2.7.16-1			
python-pip	apt	OK	
oui
core	18.1-5			
python3	apt	OK	
oui
core broadlink	3.7.3-1			
python3-cryptography	apt	OK	
oui
xiaomihome	2.6.1-3+deb10u4			
python3-dev	apt	OK	
oui
broadlink	3.7.3-1			
python3-pip	apt	OK	
oui
core broadlink	18.1-5			
python3-requests	apt	OK	
oui
broadlink	2.21.0-1+deb10u1			
python3-serial	apt	OK	
oui
broadlink	3.4-4			
smbclient	apt	OK	
oui
core	2:4.9.5+dfsg-5+deb10u1			
snmp	apt	OK	
oui
monitoring2	5.7.3+dfsg-5+deb10u4			
snmp-mibs-downloader	apt	OK	
oui
monitoring2	1.2			
software-properties-common	apt	OK	
oui
core	0.96.20.2-2			
ssl-cert	apt	OK	
oui
core	1.0.39			
tar	apt	OK	
oui
core	1.30+dfsg-6			
usbutils	apt	OK	
non
core	1:010-3			
wget	apt	OK	
oui
core	1.20.1-1.1			
plugins/gsh/resources/gshd	npm	OK	
oui
gsh	0.0.1			
plugins/mqtt2/resources/mqtt2d	npm	OK	
oui
mqtt2	1.0.0			
yarn	npm	OK	
oui
zwavejs	1.22.21			
fasteners	pip2	OK	
oui
core	0.16.3			
future	pip2	OK	
oui
core	0.18.2			
asn1crypto	pip3	OK	
oui
broadlink	1.5.1			
construct	pip3	OK	
oui
xiaomihome	2.10.69			
cryptography	pip3	OK	
oui
broadlink xiaomihome	41.0.5			
enum-compat	pip3	OK	
oui
xiaomihome	0.0.3			
enum34	pip3	OK	
oui
xiaomihome	1.1.10			
future	pip3	OK	
oui
xiaomihome	0.18.3			
pycrypto	pip3	OK	
oui
broadlink xiaomihome	2.6.1			
pyserial	pip3	OK	
oui
xiaomihome	3.5			
python-miio	pip3	OK	
oui
xiaomihome	0.5.12			
pyudev	pip3	OK	
oui
broadlink xiaomihome	0.24.1			
requests	pip3	OK	
oui
xiaomihome	2.31.0			
wheel	pip3	OK	
oui
broadlink xiaomihome	0.41.3			
yeelight	pip3	OK	
oui
xiaomihome	0.7.13			
mqtt2	plugin	OK	
oui
zwavejs	2023-10-27 16:04:40	

vérification des droits : OK

vérification générale :

[START CONSISTENCY]
[START CHECK AND FIX DB]
[END CHECK AND FIX DB]
Check jeedom package...
OK
Check jeedom database...OK
Check crons...
Check filesystem right...
OK
Flush cache widget...
Check jeedom object...OK
Check jeedom cmd...OK
Set cache hour...OK
[END CONSISTENCY]

suppression du plugin

installation plugin beta

= idem :frowning:

je fais un recovery, au moins ca sera propre

recovery fait avec image officielle JEEDOM sur ATLAS

j’ai pas remis ma sauvegarde

installation du plugin en beta

lancement de l’installation des dépendances

[2023-11-30 10:54:31] *************************************
[2023-11-30 10:54:31] *   Launch install of dependencies  *
[2023-11-30 10:54:31] *************************************
[2023-11-30 10:54:32] Hit:1 http://deb.debian.org/debian buster InRelease
[2023-11-30 10:54:32] Hit:2 http://deb.debian.org/debian buster-updates InRelease
[2023-11-30 10:54:32] Hit:3 http://deb.debian.org/debian buster-backports InRelease
[2023-11-30 10:54:32] Hit:4 http://security.debian.org buster/updates InRelease
[2023-11-30 10:54:32] Err:5 http://apt.armbian.com buster InRelease
[2023-11-30 10:54:32] 502  Bad Gateway [IP: 130.185.239.78 80]
[2023-11-30 10:54:40] Reading package lists...
W: Failed to fetch http://apt.armbian.com/dists/buster/InRelease  502  Bad Gateway [IP: 130.185.239.78 80]
W: Some index files failed to download. They have been ignored, or old ones used instead.
[2023-11-30 10:54:40] *****************************
[2023-11-30 10:54:40] Install modules using apt-get
[2023-11-30 10:54:41] *****************************
[2023-11-30 10:54:41] Reading package lists...
[2023-11-30 10:54:42] Building dependency tree...
[2023-11-30 10:54:42] Reading state information...
[2023-11-30 10:54:43] python3-pip is already the newest version (18.1-5).
[2023-11-30 10:54:43] python3 is already the newest version (3.7.3-1).
[2023-11-30 10:54:43] The following additional packages will be installed:
[2023-11-30 10:54:43] dh-python libpython3-dev libpython3.7 libpython3.7-dev libpython3.7-minimal
[2023-11-30 10:54:43] libpython3.7-stdlib python3-certifi python3-chardet python3-idna
[2023-11-30 10:54:43] python3-pkg-resources python3-six python3-urllib3 python3.7 python3.7-dev
[2023-11-30 10:54:43] python3.7-minimal python3.7-venv
[2023-11-30 10:54:43] Suggested packages:
[2023-11-30 10:54:43] python3-setuptools python3-cryptography python3-openssl python3-socks
[2023-11-30 10:54:43] python3.7-doc binfmt-support
[2023-11-30 10:54:45] The following NEW packages will be installed:
[2023-11-30 10:54:45] dh-python libpython3-dev libpython3.7 libpython3.7-dev python3-certifi
[2023-11-30 10:54:45] python3-chardet python3-dev python3-idna python3-pkg-resources
[2023-11-30 10:54:45] python3-requests python3-six python3-urllib3 python3-venv python3.7-dev
[2023-11-30 10:54:45] python3.7-venv
[2023-11-30 10:54:45] The following packages will be upgraded:
[2023-11-30 10:54:45] libpython3.7-minimal libpython3.7-stdlib python3.7 python3.7-minimal
[2023-11-30 10:54:45] 4 upgraded, 15 newly installed, 0 to remove and 239 not upgraded.
[2023-11-30 10:54:45] Need to get 8952 kB of archives.
[2023-11-30 10:54:45] After this operation, 25.1 MB of additional disk space will be used.
[2023-11-30 10:54:45] Get:1 http://deb.debian.org/debian buster/main arm64 dh-python all 3.20190308 [99.3 kB]
[2023-11-30 10:54:45] Get:2 http://security.debian.org buster/updates/main arm64 python3.7 arm64 3.7.3-2+deb10u6 [331 kB]
[2023-11-30 10:54:45] Get:3 http://deb.debian.org/debian buster/main arm64 libpython3-dev arm64 3.7.3-1 [20.1 kB]
[2023-11-30 10:54:45] Get:4 http://deb.debian.org/debian buster/main arm64 python3-certifi all 2018.8.24-1 [140 kB]
[2023-11-30 10:54:46] Get:5 http://deb.debian.org/debian buster/main arm64 python3-pkg-resources all 40.8.0-1 [153 kB]
[2023-11-30 10:54:46] Get:6 http://security.debian.org buster/updates/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u6 [1642 kB]
[2023-11-30 10:54:46] Get:7 http://deb.debian.org/debian buster/main arm64 python3-chardet all 3.0.4-3 [80.5 kB]
[2023-11-30 10:54:46] Get:8 http://deb.debian.org/debian buster/main arm64 python3-dev arm64 3.7.3-1 [1264 B]
[2023-11-30 10:54:46] Get:9 http://deb.debian.org/debian buster/main arm64 python3-idna all 2.6-1 [34.3 kB]
[2023-11-30 10:54:46] Get:10 http://deb.debian.org/debian buster/main arm64 python3-six all 1.12.0-1 [15.7 kB]
[2023-11-30 10:54:46] Get:11 http://deb.debian.org/debian buster/main arm64 python3-venv arm64 3.7.3-1 [1180 B]
[2023-11-30 10:54:46] Get:12 http://security.debian.org buster/updates/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u6 [1406 kB]
[2023-11-30 10:54:46] Get:13 http://security.debian.org buster/updates/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u6 [589 kB]
[2023-11-30 10:54:46] Get:14 http://security.debian.org buster/updates/main arm64 libpython3.7 arm64 3.7.3-2+deb10u6 [1373 kB]
[2023-11-30 10:54:46] Get:15 http://security.debian.org buster/updates/main arm64 libpython3.7-dev arm64 3.7.3-2+deb10u6 [2382 kB]
[2023-11-30 10:54:46] Get:16 http://security.debian.org buster/updates/main arm64 python3.7-dev arm64 3.7.3-2+deb10u6 [513 kB]
[2023-11-30 10:54:46] Get:17 http://security.debian.org buster/updates/main arm64 python3-urllib3 all 1.24.1-1+deb10u2 [98.4 kB]
[2023-11-30 10:54:46] Get:18 http://security.debian.org buster/updates/main arm64 python3-requests all 2.21.0-1+deb10u1 [67.4 kB]
[2023-11-30 10:54:46] Get:19 http://security.debian.org buster/updates/main arm64 python3.7-venv arm64 3.7.3-2+deb10u6 [6148 B]
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
dpkg-preconfigure: unable to re-open stdin:
[2023-11-30 10:54:47] Fetched 8952 kB in 0s (35.2 MB/s)
[2023-11-30 10:54:47] (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 56022 files and directories currently installed.)
[2023-11-30 10:54:47] Preparing to unpack .../00-python3.7_3.7.3-2+deb10u6_arm64.deb ...
[2023-11-30 10:54:47] Unpacking python3.7 (3.7.3-2+deb10u6) over (3.7.3-2+deb10u3) ...
[2023-11-30 10:54:47] Preparing to unpack .../01-libpython3.7-stdlib_3.7.3-2+deb10u6_arm64.deb ...
[2023-11-30 10:54:47] Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u6) over (3.7.3-2+deb10u3) ...
[2023-11-30 10:54:48] Preparing to unpack .../02-python3.7-minimal_3.7.3-2+deb10u6_arm64.deb ...
[2023-11-30 10:54:48] Unpacking python3.7-minimal (3.7.3-2+deb10u6) over (3.7.3-2+deb10u3) ...
[2023-11-30 10:54:48] Preparing to unpack .../03-libpython3.7-minimal_3.7.3-2+deb10u6_arm64.deb ...
[2023-11-30 10:54:48] Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u6) over (3.7.3-2+deb10u3) ...
[2023-11-30 10:54:48] Selecting previously unselected package dh-python.
[2023-11-30 10:54:48] Preparing to unpack .../04-dh-python_3.20190308_all.deb ...
[2023-11-30 10:54:48] Unpacking dh-python (3.20190308) ...
[2023-11-30 10:54:48] Selecting previously unselected package libpython3.7:arm64.
[2023-11-30 10:54:49] Preparing to unpack .../05-libpython3.7_3.7.3-2+deb10u6_arm64.deb ...
[2023-11-30 10:54:49] Unpacking libpython3.7:arm64 (3.7.3-2+deb10u6) ...
[2023-11-30 10:54:49] Selecting previously unselected package libpython3.7-dev:arm64.
[2023-11-30 10:54:49] Preparing to unpack .../06-libpython3.7-dev_3.7.3-2+deb10u6_arm64.deb ...
[2023-11-30 10:54:49] Unpacking libpython3.7-dev:arm64 (3.7.3-2+deb10u6) ...
[2023-11-30 10:54:49] Selecting previously unselected package libpython3-dev:arm64.
[2023-11-30 10:54:49] Preparing to unpack .../07-libpython3-dev_3.7.3-1_arm64.deb ...
[2023-11-30 10:54:49] Unpacking libpython3-dev:arm64 (3.7.3-1) ...
[2023-11-30 10:54:50] Selecting previously unselected package python3-certifi.
[2023-11-30 10:54:50] Preparing to unpack .../08-python3-certifi_2018.8.24-1_all.deb ...
[2023-11-30 10:54:50] Unpacking python3-certifi (2018.8.24-1) ...
[2023-11-30 10:54:50] Selecting previously unselected package python3-pkg-resources.
[2023-11-30 10:54:50] Preparing to unpack .../09-python3-pkg-resources_40.8.0-1_all.deb ...
[2023-11-30 10:54:50] Unpacking python3-pkg-resources (40.8.0-1) ...
[2023-11-30 10:54:50] Selecting previously unselected package python3-chardet.
[2023-11-30 10:54:50] Preparing to unpack .../10-python3-chardet_3.0.4-3_all.deb ...
[2023-11-30 10:54:50] Unpacking python3-chardet (3.0.4-3) ...
[2023-11-30 10:54:50] Selecting previously unselected package python3.7-dev.
[2023-11-30 10:54:50] Preparing to unpack .../11-python3.7-dev_3.7.3-2+deb10u6_arm64.deb ...
[2023-11-30 10:54:50] Unpacking python3.7-dev (3.7.3-2+deb10u6) ...
[2023-11-30 10:54:50] Selecting previously unselected package python3-dev.
[2023-11-30 10:54:50] Preparing to unpack .../12-python3-dev_3.7.3-1_arm64.deb ...
[2023-11-30 10:54:50] Unpacking python3-dev (3.7.3-1) ...
[2023-11-30 10:54:50] Selecting previously unselected package python3-idna.
[2023-11-30 10:54:50] Preparing to unpack .../13-python3-idna_2.6-1_all.deb ...
[2023-11-30 10:54:50] Unpacking python3-idna (2.6-1) ...
[2023-11-30 10:54:50] Selecting previously unselected package python3-six.
[2023-11-30 10:54:50] Preparing to unpack .../14-python3-six_1.12.0-1_all.deb ...
[2023-11-30 10:54:50] Unpacking python3-six (1.12.0-1) ...
[2023-11-30 10:54:50] Selecting previously unselected package python3-urllib3.
[2023-11-30 10:54:50] Preparing to unpack .../15-python3-urllib3_1.24.1-1+deb10u2_all.deb ...
[2023-11-30 10:54:50] Unpacking python3-urllib3 (1.24.1-1+deb10u2) ...
[2023-11-30 10:54:50] Selecting previously unselected package python3-requests.
[2023-11-30 10:54:50] Preparing to unpack .../16-python3-requests_2.21.0-1+deb10u1_all.deb ...
[2023-11-30 10:54:50] Unpacking python3-requests (2.21.0-1+deb10u1) ...
[2023-11-30 10:54:50] Selecting previously unselected package python3.7-venv.
[2023-11-30 10:54:50] Preparing to unpack .../17-python3.7-venv_3.7.3-2+deb10u6_arm64.deb ...
[2023-11-30 10:54:50] Unpacking python3.7-venv (3.7.3-2+deb10u6) ...
[2023-11-30 10:54:50] Selecting previously unselected package python3-venv.
[2023-11-30 10:54:50] Preparing to unpack .../18-python3-venv_3.7.3-1_arm64.deb ...
[2023-11-30 10:54:50] Unpacking python3-venv (3.7.3-1) ...
[2023-11-30 10:54:50] Setting up python3-pkg-resources (40.8.0-1) ...
[2023-11-30 10:54:52] Setting up dh-python (3.20190308) ...
[2023-11-30 10:54:52] Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u6) ...
[2023-11-30 10:54:52] Setting up python3-six (1.12.0-1) ...
[2023-11-30 10:54:53] Setting up python3-chardet (3.0.4-3) ...
[2023-11-30 10:54:54] Setting up python3-certifi (2018.8.24-1) ...
[2023-11-30 10:54:54] Setting up python3-idna (2.6-1) ...
[2023-11-30 10:54:55] Setting up python3.7-minimal (3.7.3-2+deb10u6) ...
[2023-11-30 10:54:56] Setting up python3-urllib3 (1.24.1-1+deb10u2) ...
[2023-11-30 10:54:57] Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u6) ...
[2023-11-30 10:54:57] Setting up libpython3.7:arm64 (3.7.3-2+deb10u6) ...
[2023-11-30 10:54:57] Setting up libpython3.7-dev:arm64 (3.7.3-2+deb10u6) ...
[2023-11-30 10:54:57] Setting up python3-requests (2.21.0-1+deb10u1) ...
[2023-11-30 10:54:57] Setting up python3.7 (3.7.3-2+deb10u6) ...
[2023-11-30 10:55:00] Setting up libpython3-dev:arm64 (3.7.3-1) ...
[2023-11-30 10:55:00] Setting up python3.7-venv (3.7.3-2+deb10u6) ...
[2023-11-30 10:55:00] Setting up python3.7-dev (3.7.3-2+deb10u6) ...
[2023-11-30 10:55:00] Setting up python3-venv (3.7.3-1) ...
[2023-11-30 10:55:00] Setting up python3-dev (3.7.3-1) ...
[2023-11-30 10:55:00] Processing triggers for libc-bin (2.28-10) ...
[2023-11-30 10:55:00] Processing triggers for man-db (2.8.5-2) ...
[2023-11-30 10:55:00] Processing triggers for mime-support (3.62) ...
[2023-11-30 10:55:01] *************************************
[2023-11-30 10:55:01] Creating python 3 virtual environment
[2023-11-30 10:55:01] *************************************
[2023-11-30 10:55:07] Done
[2023-11-30 10:55:07] *************************************
[2023-11-30 10:55:07] Install the required python libraries
[2023-11-30 10:55:07] *************************************
[2023-11-30 10:55:10] Collecting pip
[2023-11-30 10:55:11] Downloading https://files.pythonhosted.org/packages/47/6a/453160888fab7c6a432a6e25f8afe6256d0d9f2cbd25971021da6491d899/pip-23.3.1-py3-none-any.whl (2.1MB)
[2023-11-30 10:55:11] Collecting wheel
[2023-11-30 10:55:11] Downloading https://files.pythonhosted.org/packages/c7/c3/55076fc728723ef927521abaa1955213d094933dc36d4a2008d5101e1af5/wheel-0.42.0-py3-none-any.whl (65kB)
[2023-11-30 10:55:11] Installing collected packages: pip, wheel
[2023-11-30 10:55:11] Found existing installation: pip 18.1
[2023-11-30 10:55:12] Uninstalling pip-18.1:
[2023-11-30 10:55:12] Successfully uninstalled pip-18.1
[2023-11-30 10:55:15] Successfully installed pip-23.3.1 wheel-0.42.0
[2023-11-30 10:55:18] Collecting aiohttp>=3.8.0 (from -r requirements.txt (line 1))
[2023-11-30 10:55:18] Downloading aiohttp-3.8.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (7.7 kB)
[2023-11-30 10:55:18] Collecting paho-mqtt>=1.6.0 (from -r requirements.txt (line 2))
[2023-11-30 10:55:18] Downloading paho-mqtt-1.6.1.tar.gz (99 kB)
[2023-11-30 10:55:18] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.4/99.4 kB 6.7 MB/s eta 0:00:00
[2023-11-30 10:55:18] Preparing metadata (setup.py): started
[2023-11-30 10:55:19] Preparing metadata (setup.py): finished with status 'done'
[2023-11-30 10:55:19] Collecting urllib3==1.26.15 (from -r requirements.txt (line 3))
[2023-11-30 10:55:19] Downloading urllib3-1.26.15-py2.py3-none-any.whl (140 kB)
[2023-11-30 10:55:19] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140.9/140.9 kB 70.2 MB/s eta 0:00:00
[2023-11-30 10:55:19] Collecting backports.zoneinfo==0.2.1 (from -r requirements.txt (line 4))
[2023-11-30 10:55:19] Downloading backports.zoneinfo-0.2.1.tar.gz (74 kB)
[2023-11-30 10:55:19] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 74.1/74.1 kB 63.1 MB/s eta 0:00:00
[2023-11-30 10:55:19] Installing build dependencies: started
[2023-11-30 10:55:24] Installing build dependencies: finished with status 'done'
[2023-11-30 10:55:24] Getting requirements to build wheel: started
[2023-11-30 10:55:25] Getting requirements to build wheel: finished with status 'done'
[2023-11-30 10:55:25] Preparing metadata (pyproject.toml): started
[2023-11-30 10:55:26] Preparing metadata (pyproject.toml): finished with status 'done'
[2023-11-30 10:55:26] Collecting attrs>=17.3.0 (from aiohttp>=3.8.0->-r requirements.txt (line 1))
[2023-11-30 10:55:26] Downloading attrs-23.1.0-py3-none-any.whl (61 kB)
[2023-11-30 10:55:26] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 55.0 MB/s eta 0:00:00
[2023-11-30 10:55:26] Collecting charset-normalizer<4.0,>=2.0 (from aiohttp>=3.8.0->-r requirements.txt (line 1))
[2023-11-30 10:55:26] Downloading charset_normalizer-3.3.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (33 kB)
[2023-11-30 10:55:27] Collecting multidict<7.0,>=4.5 (from aiohttp>=3.8.0->-r requirements.txt (line 1))
[2023-11-30 10:55:27] Downloading multidict-6.0.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (96 kB)
[2023-11-30 10:55:27] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.7/96.7 kB 66.2 MB/s eta 0:00:00
[2023-11-30 10:55:27] Collecting async-timeout<5.0,>=4.0.0a3 (from aiohttp>=3.8.0->-r requirements.txt (line 1))
[2023-11-30 10:55:27] Downloading async_timeout-4.0.3-py3-none-any.whl.metadata (4.2 kB)
[2023-11-30 10:55:28] Collecting yarl<2.0,>=1.0 (from aiohttp>=3.8.0->-r requirements.txt (line 1))
[2023-11-30 10:55:28] Downloading yarl-1.9.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (28 kB)
[2023-11-30 10:55:28] Collecting frozenlist>=1.1.1 (from aiohttp>=3.8.0->-r requirements.txt (line 1))
[2023-11-30 10:55:28] Downloading frozenlist-1.3.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (147 kB)
[2023-11-30 10:55:28] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 147.3/147.3 kB 68.3 MB/s eta 0:00:00
[2023-11-30 10:55:28] Collecting aiosignal>=1.1.2 (from aiohttp>=3.8.0->-r requirements.txt (line 1))
[2023-11-30 10:55:28] Downloading aiosignal-1.3.1-py3-none-any.whl (7.6 kB)
[2023-11-30 10:55:28] Collecting asynctest==0.13.0 (from aiohttp>=3.8.0->-r requirements.txt (line 1))
[2023-11-30 10:55:28] Downloading asynctest-0.13.0-py3-none-any.whl (26 kB)
[2023-11-30 10:55:28] Collecting typing-extensions>=3.7.4 (from aiohttp>=3.8.0->-r requirements.txt (line 1))
[2023-11-30 10:55:28] Downloading typing_extensions-4.7.1-py3-none-any.whl.metadata (3.1 kB)
[2023-11-30 10:55:29] Collecting importlib-metadata (from attrs>=17.3.0->aiohttp>=3.8.0->-r requirements.txt (line 1))
[2023-11-30 10:55:29] Downloading importlib_metadata-6.7.0-py3-none-any.whl.metadata (4.9 kB)
[2023-11-30 10:55:29] Collecting idna>=2.0 (from yarl<2.0,>=1.0->aiohttp>=3.8.0->-r requirements.txt (line 1))
[2023-11-30 10:55:29] Downloading idna-3.6-py3-none-any.whl.metadata (9.9 kB)
[2023-11-30 10:55:29] Collecting zipp>=0.5 (from importlib-metadata->attrs>=17.3.0->aiohttp>=3.8.0->-r requirements.txt (line 1))
[2023-11-30 10:55:29] Downloading zipp-3.15.0-py3-none-any.whl (6.8 kB)
[2023-11-30 10:55:29] Downloading aiohttp-3.8.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (990 kB)
[2023-11-30 10:55:29] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 990.7/990.7 kB 54.6 MB/s eta 0:00:00
[2023-11-30 10:55:29] Downloading async_timeout-4.0.3-py3-none-any.whl (5.7 kB)
[2023-11-30 10:55:29] Downloading charset_normalizer-3.3.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (133 kB)
[2023-11-30 10:55:30] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.7/133.7 kB 66.1 MB/s eta 0:00:00
[2023-11-30 10:55:30] Downloading typing_extensions-4.7.1-py3-none-any.whl (33 kB)
[2023-11-30 10:55:30] Downloading yarl-1.9.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (285 kB)
[2023-11-30 10:55:30] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 285.3/285.3 kB 74.6 MB/s eta 0:00:00
[2023-11-30 10:55:30] Downloading idna-3.6-py3-none-any.whl (61 kB)
[2023-11-30 10:55:30] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.6/61.6 kB 59.9 MB/s eta 0:00:00
[2023-11-30 10:55:30] Downloading importlib_metadata-6.7.0-py3-none-any.whl (22 kB)
[2023-11-30 10:55:30] Building wheels for collected packages: backports.zoneinfo, paho-mqtt
[2023-11-30 10:55:30] Building wheel for backports.zoneinfo (pyproject.toml): started
[2023-11-30 10:55:33] Building wheel for backports.zoneinfo (pyproject.toml): finished with status 'done'
[2023-11-30 10:55:33] Created wheel for backports.zoneinfo: filename=backports.zoneinfo-0.2.1-cp37-cp37m-linux_aarch64.whl size=78850 sha256=ff36414abdaaf997ff2c7664799fb4c82101d4657339cce4b713ddd99c22e2a4
[2023-11-30 10:55:33] Stored in directory: /tmp/pip-ephem-wheel-cache-zct2nd7k/wheels/ce/bb/ad/1f44f43f7c4fce0a96dbe348c4acdf4fe2481496933357be62
[2023-11-30 10:55:33] Building wheel for paho-mqtt (setup.py): started
[2023-11-30 10:55:34] Building wheel for paho-mqtt (setup.py): finished with status 'done'
[2023-11-30 10:55:34] Created wheel for paho-mqtt: filename=paho_mqtt-1.6.1-py3-none-any.whl size=62116 sha256=a6bb5639611b4e1a730dd2c6d0cefa03d6f0ebfdefe47ce66ce1817bf2ddb471
[2023-11-30 10:55:34] Stored in directory: /tmp/pip-ephem-wheel-cache-zct2nd7k/wheels/d0/bf/ac/2b3f43f8c6fcd0f4ba5395397458c521eb0b52d33b574a5a40
[2023-11-30 10:55:34] Successfully built backports.zoneinfo paho-mqtt
[2023-11-30 10:55:34] Installing collected packages: paho-mqtt, zipp, urllib3, typing-extensions, multidict, idna, frozenlist, charset-normalizer, backports.zoneinfo, asynctest, yarl, importlib-metadata, async-timeout, aiosignal, attrs, aiohttp
[2023-11-30 10:55:36] Successfully installed aiohttp-3.8.6 aiosignal-1.3.1 async-timeout-4.0.3 asynctest-0.13.0 attrs-23.1.0 backports.zoneinfo-0.2.1 charset-normalizer-3.3.2 frozenlist-1.3.3 idna-3.6 importlib-metadata-6.7.0 multidict-6.0.4 paho-mqtt-1.6.1 typing-extensions-4.7.1 urllib3-1.26.15 yarl-1.9.3 zipp-3.15.0
[2023-11-30 10:55:37] ***************************
[2023-11-30 10:55:37] *      Install ended      *
[2023-11-30 10:55:37] ***************************

lancement du demon : KO

et je retombe sur l’erreur intiiale

Traceback (most recent call last):
File "/var/www/html/plugins/worxLandroidS/resources/worxLandroidSd.py", line 13, in 
from jeedom.aio_connector import Listener, Publisher
File "/var/www/html/plugins/worxLandroidS/resources/jeedom/aio_connector.py", line 6, in 
import aiohttp
ModuleNotFoundError: No module named 'aiohttp'

je restaure ma sav

Altas restaurée

j’ai relancé le démon sans réinstaller les dépendances

toujours KO avec l’erreur intiale

Traceback (most recent call last):
File "/var/www/html/plugins/worxLandroidS/resources/worxLandroidSd.py", line 13, in 
from jeedom.aio_connector import Listener, Publisher
File "/var/www/html/plugins/worxLandroidS/resources/jeedom/aio_connector.py", line 6, in 
import aiohttp
ModuleNotFoundError: No module named 'aiohttp'

je touche à rien, j’attends tes instructions @Mips :slight_smile:

c’est vmt bizarre, ok on va regarder mais je n’ai pas trop le temps ajd, p-e demain après-midi

l’idéal serait effectivement d’avoir un retour d’un autre utilisateur de l’atlas

pas d’urgence, si tu veux prendre la main, tu me diras

Bonjour @Mips

tu as bien vu que ce n’était pas l’erreur du PAHO, comme précédent, mais l’erreur du AIOHTTP, que j’avais corrigé par la commande que tu avais donnée sur une autre poste et ensuite j’ai eu l’erreur du PAHO

mais je ne relance pas la commande que j’avais utilisé

j’ai désactivé le plugin, j’attends tes instructions :slight_smile:

bonjour @Mips

As tu eu un peu de temps pour regarder le soucis du : No module named ‹ aiohttp ›

Bonjour @Mips

Aucune nouvelle pour mon soucis ?

Non je n’ai toujours pas de piste et tu es le seul à l’avoir remonté.
Pour le moment c’est toujours l’impasse.

Comment est il possible de vérifier que ce module est présent ou non et comment l’ajouter si absent ?

@mips; dois-je faire cette commande que tu indiques dans ce post ? :

si je regarde les modules dans PIP3, il n’apparait pas, est-ce normal ?

jeedom@JeedomAtlas:~$ pip3 list
Package             Version
------------------- ------------
android-backup      0.2.0
appdirs             1.4.4
asn1crypto          1.5.1
async-timeout       4.0.3
attrs               23.1.0
backports.zoneinfo  0.2.1
beautifulsoup4      4.12.2
bs4                 0.0.1
casttube            0.2.1
certifi             2023.11.17
cffi                1.15.1
chardet             3.0.4
charset-normalizer  3.3.2
click               8.1.7
construct           2.10.70
croniter            2.0.1
cryptography        41.0.7
defusedxml          0.7.1
distro-info         0.21
enum-compat         0.0.3
enum34              1.1.10
exceptiongroup      1.2.0
fail2ban            0.10.2
future              0.18.3
h11                 0.14.0
idna                3.6
ifaddr              0.2.0
importlib-metadata  1.7.0
iotop               0.6
micloud             0.6
netifaces           0.11.0
outcome             1.3.0.post0
pip                 23.3.1
protobuf            3.19.0
pycparser           2.21
pycrypto            2.6.1
pycryptodome        3.19.0
pycurl              7.43.0.2
PyGObject           3.30.4
pyserial            3.5
PySocks             1.7.1
python-apt          1.8.4.3
python-dateutil     2.8.2
python-miio         0.5.12
pytz                2023.3.post1
pyudev              0.24.1
PyYAML              6.0.1
requests            2.31.0
selenium            4.11.2
setuptools          68.0.0
six                 1.16.0
sniffio             1.3.0
sortedcontainers    2.4.0
soupsieve           2.4.1
tqdm                4.66.1
trio                0.22.2
trio-websocket      0.11.1
typing_extensions   4.7.1
tzlocal             5.1
unattended-upgrades 0.1
urllib3             2.0.7
websocket-client    1.6.1
wheel               0.42.0
wsproto             1.2.0
yeelight            0.7.14
zeroconf            0.127.0
zipp                3.15.0

tu as déjà posé la question (dans ce sujet!) et j’ai déjà répondu.


J’ai fait une petite modif dans les dépendances, c’est dispo en beta,
tu peux installer la dernière beta, normalement il va relancer les dépendances automatiquement donc vérifies juste si ca a bien tourné sinon relances les et tests

Oui mais a l’époque j’avais lancé des commandes qui d’après toi avaient peut être mis la grouille

là je suis sur une installation propre de l’image officielle jeedom

je test la nouvelle beta

installation des dépendances

[2023-12-19 11:36:42] *************************************
[2023-12-19 11:36:42] *   Launch install of dependencies  *
[2023-12-19 11:36:42] *************************************
[2023-12-19 11:36:42] Hit:1 http://deb.debian.org/debian buster InRelease
[2023-12-19 11:36:42] Hit:2 http://deb.debian.org/debian buster-updates InRelease
[2023-12-19 11:36:42] Hit:3 http://security.debian.org buster/updates InRelease
[2023-12-19 11:36:42] Hit:4 http://deb.debian.org/debian buster-backports InRelease
[2023-12-19 11:36:42] Hit:5 https://deb.nodesource.com/node_18.x nodistro InRelease
[2023-12-19 11:36:42] Hit:6 http://mirrors.xtom.de/armbian buster InRelease
[2023-12-19 11:36:44] Hit:7 https://packagecloud.io/ookla/speedtest-cli/debian buster InRelease
[2023-12-19 11:36:52] Reading package lists...
[2023-12-19 11:36:52] *****************************
[2023-12-19 11:36:52] Install modules using apt-get
[2023-12-19 11:36:52] *****************************
[2023-12-19 11:36:52] Reading package lists...
[2023-12-19 11:36:53] Building dependency tree...
[2023-12-19 11:36:53] Reading state information...
[2023-12-19 11:36:55] python3-pip is already the newest version (18.1-5).
[2023-12-19 11:36:55] python3 is already the newest version (3.7.3-1).
[2023-12-19 11:36:55] python3-dev is already the newest version (3.7.3-1).
[2023-12-19 11:36:55] python3-venv is already the newest version (3.7.3-1).
[2023-12-19 11:36:55] python3-requests is already the newest version (2.21.0-1+deb10u1).
[2023-12-19 11:36:55] 0 upgraded, 0 newly installed, 0 to remove and 203 not upgraded.
[2023-12-19 11:36:55] *************************************
[2023-12-19 11:36:55] Creating python 3 virtual environment
[2023-12-19 11:36:55] *************************************
[2023-12-19 11:36:59] Done
[2023-12-19 11:36:59] *************************************
[2023-12-19 11:36:59] Install the required python libraries
[2023-12-19 11:36:59] *************************************
[2023-12-19 11:37:01] Requirement already satisfied: pip in ./venv/lib/python3.7/site-packages (23.3.2)
[2023-12-19 11:37:01] Requirement already satisfied: wheel in ./venv/lib/python3.7/site-packages (0.42.0)
[2023-12-19 11:37:04] Requirement already satisfied: aiohttp>=3.8.0 in ./venv/lib/python3.7/site-packages (from -r requirements.txt (line 1)) (3.8.6)
[2023-12-19 11:37:04] Requirement already satisfied: paho-mqtt>=1.6.0 in ./venv/lib/python3.7/site-packages (from -r requirements.txt (line 2)) (1.6.1)
[2023-12-19 11:37:04] Requirement already satisfied: urllib3==1.26.15 in ./venv/lib/python3.7/site-packages (from -r requirements.txt (line 3)) (1.26.15)
[2023-12-19 11:37:04] Requirement already satisfied: backports.zoneinfo==0.2.1 in ./venv/lib/python3.7/site-packages (from -r requirements.txt (line 4)) (0.2.1)
[2023-12-19 11:37:04] Collecting requests==2.25.1 (from -r requirements.txt (line 5))
[2023-12-19 11:37:04] Downloading requests-2.25.1-py2.py3-none-any.whl (61 kB)
[2023-12-19 11:37:04] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 5.3 MB/s eta 0:00:00
[2023-12-19 11:37:05] Collecting chardet<5,>=3.0.2 (from requests==2.25.1->-r requirements.txt (line 5))
[2023-12-19 11:37:05] Downloading chardet-4.0.0-py2.py3-none-any.whl (178 kB)
[2023-12-19 11:37:05] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 178.7/178.7 kB 7.8 MB/s eta 0:00:00
[2023-12-19 11:37:05] Collecting idna<3,>=2.5 (from requests==2.25.1->-r requirements.txt (line 5))
[2023-12-19 11:37:05] Downloading idna-2.10-py2.py3-none-any.whl (58 kB)
[2023-12-19 11:37:05] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 35.2 MB/s eta 0:00:00
[2023-12-19 11:37:05] Collecting certifi>=2017.4.17 (from requests==2.25.1->-r requirements.txt (line 5))
[2023-12-19 11:37:05] Downloading certifi-2023.11.17-py3-none-any.whl.metadata (2.2 kB)
[2023-12-19 11:37:05] Requirement already satisfied: attrs>=17.3.0 in ./venv/lib/python3.7/site-packages (from aiohttp>=3.8.0->-r requirements.txt (line 1)) (23.1.0)
[2023-12-19 11:37:05] Requirement already satisfied: charset-normalizer<4.0,>=2.0 in ./venv/lib/python3.7/site-packages (from aiohttp>=3.8.0->-r requirements.txt (line 1)) (3.3.2)
[2023-12-19 11:37:05] Requirement already satisfied: multidict<7.0,>=4.5 in ./venv/lib/python3.7/site-packages (from aiohttp>=3.8.0->-r requirements.txt (line 1)) (6.0.4)
[2023-12-19 11:37:05] Requirement already satisfied: async-timeout<5.0,>=4.0.0a3 in ./venv/lib/python3.7/site-packages (from aiohttp>=3.8.0->-r requirements.txt (line 1)) (4.0.3)
[2023-12-19 11:37:05] Requirement already satisfied: yarl<2.0,>=1.0 in ./venv/lib/python3.7/site-packages (from aiohttp>=3.8.0->-r requirements.txt (line 1)) (1.9.2)
[2023-12-19 11:37:05] Requirement already satisfied: frozenlist>=1.1.1 in ./venv/lib/python3.7/site-packages (from aiohttp>=3.8.0->-r requirements.txt (line 1)) (1.3.3)
[2023-12-19 11:37:05] Requirement already satisfied: aiosignal>=1.1.2 in ./venv/lib/python3.7/site-packages (from aiohttp>=3.8.0->-r requirements.txt (line 1)) (1.3.1)
[2023-12-19 11:37:05] Requirement already satisfied: asynctest==0.13.0 in ./venv/lib/python3.7/site-packages (from aiohttp>=3.8.0->-r requirements.txt (line 1)) (0.13.0)
[2023-12-19 11:37:05] Requirement already satisfied: typing-extensions>=3.7.4 in ./venv/lib/python3.7/site-packages (from aiohttp>=3.8.0->-r requirements.txt (line 1)) (4.7.1)
[2023-12-19 11:37:05] Requirement already satisfied: importlib-metadata in ./venv/lib/python3.7/site-packages (from attrs>=17.3.0->aiohttp>=3.8.0->-r requirements.txt (line 1)) (6.7.0)
[2023-12-19 11:37:05] Requirement already satisfied: zipp>=0.5 in ./venv/lib/python3.7/site-packages (from importlib-metadata->attrs>=17.3.0->aiohttp>=3.8.0->-r requirements.txt (line 1)) (3.15.0)
[2023-12-19 11:37:05] Downloading certifi-2023.11.17-py3-none-any.whl (162 kB)
[2023-12-19 11:37:06] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 162.5/162.5 kB 7.9 MB/s eta 0:00:00
[2023-12-19 11:37:06] Installing collected packages: idna, chardet, certifi, requests
[2023-12-19 11:37:06] Attempting uninstall: idna
[2023-12-19 11:37:06] Found existing installation: idna 3.4
[2023-12-19 11:37:06] Uninstalling idna-3.4:
[2023-12-19 11:37:06] Successfully uninstalled idna-3.4
[2023-12-19 11:37:07] Successfully installed certifi-2023.11.17 chardet-4.0.0 idna-2.10 requests-2.25.1
[2023-12-19 11:37:07] ***************************
[2023-12-19 11:37:07] *      Install ended      *
[2023-12-19 11:37:07] ***************************

c’est beaucoup mieux :slight_smile:

Good job ! merci

1 « J'aime »

ok tant mieux

par contre pq t’es le seul à avoir rencontré ce problème… mystère

je vais passer ca en stable demain

En fait j’ai changé mis à jour une autre dépendances, dispo en beta, ca m’arrangerait que tu me fasses un retour sur cette nouvelle beta avant que je passe en stable tant qu’à faire.