Problèmes de dépendances avec JMQTT

Bonjour à tous,
j’essaye d’installer le plugin JMQTT et j’ai des problèmes de configuration. Les dépendances ne s’installent pas. Au cours de mes tentatives de résolution, j’ai eu des problèmes en upgradant pip en version 21.3, mon plugin EnOcean ne fonctionnait plus. Après avoir remis la version python en 2.7 par défaut, j’ai l’erreur suivante :

*
* Install python3 paho-mqtt library
*
Collecting paho-mqtt
Using cached paho-mqtt-1.6.1.tar.gz (99 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'error'
ERROR: Command errored out with exit status 1:
command: /usr/local/bin/python3.9 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-0nsn0upj/paho-mqtt_fe522066ea334a14a0f62a9aa7a3b043/setup.py'"'"'; __file__='"'"'/tmp/pip-install-0nsn0upj/paho-mqtt_fe522066ea334a14a0f62a9aa7a3b043/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'
'"'"', '"'"'
'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-tozwwua1
cwd: /tmp/pip-install-0nsn0upj/paho-mqtt_fe522066ea334a14a0f62a9aa7a3b043/
Complete output (11 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/local/lib/python3.9/site-packages/setuptools/__init__.py", line 18, in <module>
from setuptools.dist import Distribution
File "/usr/local/lib/python3.9/site-packages/setuptools/dist.py", line 37, in <module>
from setuptools import windows_support
File "/usr/local/lib/python3.9/site-packages/setuptools/windows_support.py", line 2, in <module>
import ctypes
File "/usr/local/lib/python3.9/ctypes/__init__.py", line 8, in <module>
from _ctypes import Union, Structure, Array
ModuleNotFoundError: No module named '_ctypes'

Pour information, je suis sur Debian Buster DIY en JEEDOM 4.1.28
python --version → Python 2.7.16
python3 --version → Python 3.9.2
pip --version → pip 20.3.4 from /usr/local/lib/python2.7/dist-packages/pip (python 2.7)
pip3 --version → pip 21.3.1 from /home/matt/.local/lib/python3.9/site-packages/pip (python 3.9)

Si une personne bienveillante a une idée pour m’aider à résoudre mon problème…

La Log complète si besoin Partie 1

- Downloading symfony/routing (v5.4.0)
- Downloading react/event-loop (v1.2.0)
- Downloading evenement/evenement (v3.0.1)
- Downloading react/stream (v1.2.0)
- Downloading react/promise (v2.8.0)
- Downloading react/promise-timer (v1.8.0)
- Downloading react/cache (v1.1.1)
- Downloading react/dns (v1.8.0)
- Downloading react/socket (v1.10.0)
- Downloading ralouphie/getallheaders (3.0.3)
- Downloading psr/http-message (1.0.1)
- Downloading psr/http-factory (1.0.1)
- Downloading guzzlehttp/psr7 (2.1.0)
- Downloading ratchet/rfc6455 (v0.3.1)
- Downloading cboden/ratchet (v0.4.4)
0/15 [>---------------------------]   0%
12/15 [======================>-----]  80%
15/15 [============================] 100%
- Installing symfony/routing (v5.4.0): Extracting archive
- Installing react/event-loop (v1.2.0): Extracting archive
- Installing evenement/evenement (v3.0.1): Extracting archive
- Installing react/stream (v1.2.0): Extracting archive
- Installing react/promise (v2.8.0): Extracting archive
- Installing react/promise-timer (v1.8.0): Extracting archive
- Installing react/cache (v1.1.1): Extracting archive
- Installing react/dns (v1.8.0): Extracting archive
- Installing react/socket (v1.10.0): Extracting archive
- Installing ralouphie/getallheaders (3.0.3): Extracting archive
- Installing psr/http-message (1.0.1): Extracting archive
- Installing psr/http-factory (1.0.1): Extracting archive
- Installing guzzlehttp/psr7 (2.1.0): Extracting archive
- Installing ratchet/rfc6455 (v0.3.1): Extracting archive
- Installing cboden/ratchet (v0.4.4): Extracting archive
0/15 [>---------------------------]   0%
10/15 [==================>---------]  66%
15/15 [============================] 100%
6 package suggestions were added by new dependencies, use `composer suggest` to see details.
Generating autoload files
12 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
*
* Install python3 debian packages
*
Lecture des listes de paquets…
Construction de l'arbre des dépendances…
Lecture des informations d'état…
python3-pip est déjà la version la plus récente (20.3.4-4).
python3-requests est déjà la version la plus récente (2.25.1+dfsg-2).
Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
bluez-obexd libarchive13 libcdio18 libexif12 libgdata-common libgdata22
libgoa-1.0-0b libgoa-1.0-common libgphoto2-6 libgphoto2-l10n
libgphoto2-port12 libical3 libldb1 libmtp-common libmtp-runtime libmtp9
libnfs12 libpython-dev libpython2-dev libpython2.7-dev libtalloc2 libtevent0
libwbclient0 python-pkg-resources python-setuptools python-six python2-dev
python2.7-dev samba-common
Veuillez utiliser « sudo apt autoremove » pour les supprimer.
0 mis à jour, 0 nouvellement installés, 0 à enlever et 64 non mis à jour.
*
* Install python3 setuptools library
*
Requirement already satisfied: setuptools in /usr/local/lib/python3.9/site-packages (59.7.0)
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
*
* Install python3 paho-mqtt library
*
Collecting paho-mqtt
Using cached paho-mqtt-1.6.1.tar.gz (99 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'error'
ERROR: Command errored out with exit status 1:
command: /usr/local/bin/python3.9 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-0nsn0upj/paho-mqtt_fe522066ea334a14a0f62a9aa7a3b043/setup.py'"'"'; __file__='"'"'/tmp/pip-install-0nsn0upj/paho-mqtt_fe522066ea334a14a0f62a9aa7a3b043/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'
'"'"', '"'"'
'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-tozwwua1
cwd: /tmp/pip-install-0nsn0upj/paho-mqtt_fe522066ea334a14a0f62a9aa7a3b043/
Complete output (11 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/local/lib/python3.9/site-packages/setuptools/__init__.py", line 18, in <module>
from setuptools.dist import Distribution
File "/usr/local/lib/python3.9/site-packages/setuptools/dist.py", line 37, in <module>
from setuptools import windows_support
File "/usr/local/lib/python3.9/site-packages/setuptools/windows_support.py", line 2, in <module>
import ctypes
File "/usr/local/lib/python3.9/ctypes/__init__.py", line 8, in <module>
from _ctypes import Union, Structure, Array
ModuleNotFoundError: No module named '_ctypes'
----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/f8/dd/4b75dcba025f8647bc9862ac17299e0d7d12d3beadbf026d8c8d74215c12/paho-mqtt-1.6.1.tar.gz#sha256=2a8291c81623aec00372b5a85558a372c747cbca8e9934dfe218638b8eefc26f (from https://pypi.org/simple/paho-mqtt/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Using cached paho-mqtt-1.6.0.tar.gz (99 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'error'
ERROR: Command errored out with exit status 1:
command: /usr/local/bin/python3.9 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-0nsn0upj/paho-mqtt_864bf99c9bc643aa94299c6e38a4f3ee/setup.py'"'"'; __file__='"'"'/tmp/pip-install-0nsn0upj/paho-mqtt_864bf99c9bc643aa94299c6e38a4f3ee/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'
'"'"', '"'"'
'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-7npd6xk8
cwd: /tmp/pip-install-0nsn0upj/paho-mqtt_864bf99c9bc643aa94299c6e38a4f3ee/
Complete output (11 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/local/lib/python3.9/site-packages/setuptools/__init__.py", line 18, in <module>
from setuptools.dist import Distribution
File "/usr/local/lib/python3.9/site-packages/setuptools/dist.py", line 37, in <module>
from setuptools import windows_support
File "/usr/local/lib/python3.9/site-packages/setuptools/windows_support.py", line 2, in <module>
import ctypes
File "/usr/local/lib/python3.9/ctypes/__init__.py", line 8, in <module>
from _ctypes import Union, Structure, Array
ModuleNotFoundError: No module named '_ctypes'
----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/af/c0/15d9a53948cfee06410d2a2340ea5d1e633d5db753a4eeedf7b6638bae43/paho-mqtt-1.6.0.tar.gz#sha256=4b34b07ee45925ecbdddecc862ff68d9a9999d78d8876e23f8f54985dd9ed5d1 (from https://pypi.org/simple/paho-mqtt/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Using cached paho-mqtt-1.5.1.tar.gz (101 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'error'
ERROR: Command errored out with exit status 1:
command: /usr/local/bin/python3.9 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-0nsn0upj/paho-mqtt_c831ee4111a54f9a8fbb8e4f159b3b8a/setup.py'"'"'; __file__='"'"'/tmp/pip-install-0nsn0upj/paho-mqtt_c831ee4111a54f9a8fbb8e4f159b3b8a/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'
'"'"', '"'"'
'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-zuf5y4w0
cwd: /tmp/pip-install-0nsn0upj/paho-mqtt_c831ee4111a54f9a8fbb8e4f159b3b8a/
Complete output (11 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/local/lib/python3.9/site-packages/setuptools/__init__.py", line 18, in <module>
from setuptools.dist import Distribution
File "/usr/local/lib/python3.9/site-packages/setuptools/dist.py", line 37, in <module>
from setuptools import windows_support
File "/usr/local/lib/python3.9/site-packages/setuptools/windows_support.py", line 2, in <module>
import ctypes
File "/usr/local/lib/python3.9/ctypes/__init__.py", line 8, in <module>
from _ctypes import Union, Structure, Array
ModuleNotFoundError: No module named '_ctypes'
----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/32/d3/6dcb8fd14746fcde6a556f932b5de8bea8fedcb85b3a092e0e986372c0e7/paho-mqtt-1.5.1.tar.gz#sha256=9feb068e822be7b3a116324e01fb6028eb1d66412bf98595ae72698965cb1cae (from https://pypi.org/simple/paho-mqtt/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Using cached paho-mqtt-1.5.0.tar.gz (99 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'error'
ERROR: Command errored out with exit status 1:
command: /usr/local/bin/python3.9 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-0nsn0upj/paho-mqtt_693a76cdf3174549b79b149f5f95f08a/setup.py'"'"'; __file__='"'"'/tmp/pip-install-0nsn0upj/paho-mqtt_693a76cdf3174549b79b149f5f95f08a/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'
'"'"', '"'"'
'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-hur1e38g
cwd: /tmp/pip-install-0nsn0upj/paho-mqtt_693a76cdf3174549b79b149f5f95f08a/
Complete output (11 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/local/lib/python3.9/site-packages/setuptools/__init__.py", line 18, in <module>
from setuptools.dist import Distribution
File "/usr/local/lib/python3.9/site-packages/setuptools/dist.py", line 37, in <module>
from setuptools import windows_support
File "/usr/local/lib/python3.9/site-packages/setuptools/windows_support.py", line 2, in <module>
import ctypes
File "/usr/local/lib/python3.9/ctypes/__init__.py", line 8, in <module>
from _ctypes import Union, Structure, Array
ModuleNotFoundError: No module named '_ctypes'
----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/59/11/1dd5c70f0f27a88a3a05772cd95f6087ac479fac66d9c7752ee5e16ddbbc/paho-mqtt-1.5.0.tar.gz#sha256=e3d286198baaea195c8b3bc221941d25a3ab0e1507fc1779bdb7473806394be4 (from https://pypi.org/simple/paho-mqtt/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Using cached paho-mqtt-1.4.0.tar.gz (88 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'error'
ERROR: Command errored out with exit status 1:
command: /usr/local/bin/python3.9 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-0nsn0upj/paho-mqtt_92240fe3badd4f149fc73751df125a80/setup.py'"'"'; __file__='"'"'/tmp/pip-install-0nsn0upj/paho-mqtt_92240fe3badd4f149fc73751df125a80/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'
'"'"', '"'"'
'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-lpmuqi7b
cwd: /tmp/pip-install-0nsn0upj/paho-mqtt_92240fe3badd4f149fc73751df125a80/
Complete output (11 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/local/lib/python3.9/site-packages/setuptools/__init__.py", line 18, in <module>
from setuptools.dist import Distribution
File "/usr/local/lib/python3.9/site-packages/setuptools/dist.py", line 37, in <module>
from setuptools import windows_support
File "/usr/local/lib/python3.9/site-packages/setuptools/windows_support.py", line 2, in <module>
import ctypes
File "/usr/local/lib/python3.9/ctypes/__init__.py", line 8, in <module>
from _ctypes import Union, Structure, Array
ModuleNotFoundError: No module named '_ctypes'
----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/25/63/db25e62979c2a716a74950c9ed658dce431b5cb01fde29eb6cba9489a904/paho-mqtt-1.4.0.tar.gz#sha256=e440a052b46d222e184be3be38676378722072fcd4dfd2c8f509fb861a7b0b79 (from https://pypi.org/simple/paho-mqtt/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Using cached paho-mqtt-1.3.1.tar.gz (80 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'error'
ERROR: Command errored out with exit status 1:
command: /usr/local/bin/python3.9 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-0nsn0upj/paho-mqtt_0e1503825348404593a651252c50a4e3/setup.py'"'"'; __file__='"'"'/tmp/pip-install-0nsn0upj/paho-mqtt_0e1503825348404593a651252c50a4e3/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'
'"'"', '"'"'
'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-f0ythuyj
cwd: /tmp/pip-install-0nsn0upj/paho-mqtt_0e1503825348404593a651252c50a4e3/
Complete output (11 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/local/lib/python3.9/site-packages/setuptools/__init__.py", line 18, in <module>
from setuptools.dist import Distribution
File "/usr/local/lib/python3.9/site-packages/setuptools/dist.py", line 37, in <module>
from setuptools import windows_support
File "/usr/local/lib/python3.9/site-packages/setuptools/windows_support.py", line 2, in <module>
import ctypes
File "/usr/local/lib/python3.9/ctypes/__init__.py", line 8, in <module>
from _ctypes import Union, Structure, Array
ModuleNotFoundError: No module named '_ctypes'
----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/2a/5f/cf14b8f9f8ed1891cda893a2a7d1d6fa23de2a9fb4832f05cef02b79d01f/paho-mqtt-1.3.1.tar.gz#sha256=31911f6031de306c27ed79dc77b690d7c55b0dcb0f0434ca34ec6361d0371122 (from https://pypi.org/simple/paho-mqtt/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Using cached paho-mqtt-1.3.0.tar.gz (79 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'error'
ERROR: Command errored out with exit status 1:
command: /usr/local/bin/python3.9 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-0nsn0upj/paho-mqtt_4a573a519e634bbfbc805012ba42999e/setup.py'"'"'; __file__='"'"'/tmp/pip-install-0nsn0upj/paho-mqtt_4a573a519e634bbfbc805012ba42999e/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'
'"'"', '"'"'
'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-m0qcr_cp
cwd: /tmp/pip-install-0nsn0upj/paho-mqtt_4a573a519e634bbfbc805012ba42999e/
Complete output (11 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/local/lib/python3.9/site-packages/setuptools/__init__.py", line 18, in <module>
from setuptools.dist import Distribution
File "/usr/local/lib/python3.9/site-packages/setuptools/dist.py", line 37, in <module>
from setuptools import windows_support
File "/usr/local/lib/python3.9/site-packages/setuptools/windows_support.py", line 2, in <module>
import ctypes
File "/usr/local/lib/python3.9/ctypes/__init__.py", line 8, in <module>
from _ctypes import Union, Structure, Array
ModuleNotFoundError: No module named '_ctypes'
----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/33/7f/3ce1ffebaa0343d509aac003800b305d821e89dac3c11666f92e12feca14/paho-mqtt-1.3.0.tar.gz#sha256=2c9ef5494cfc1e41a9fff6544c5a2cd59ea5d401d9119a06ecf7fad6a2ffeb93 (from https://pypi.org/simple/paho-mqtt/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Using cached paho-mqtt-1.2.3.tar.gz (72 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'error'
ERROR: Command errored out with exit status 1:
command: /usr/local/bin/python3.9 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-0nsn0upj/paho-mqtt_d0db3faff82940119be4245ff29692e0/setup.py'"'"'; __file__='"'"'/tmp/pip-install-0nsn0upj/paho-mqtt_d0db3faff82940119be4245ff29692e0/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'
'"'"', '"'"'
'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-c8hv83ot
cwd: /tmp/pip-install-0nsn0upj/paho-mqtt_d0db3faff82940119be4245ff29692e0/
Complete output (11 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/local/lib/python3.9/site-packages/setuptools/__init__.py", line 18, in <module>
from setuptools.dist import Distribution
File "/usr/local/lib/python3.9/site-packages/setuptools/dist.py", line 37, in <module>
from setuptools import windows_support
File "/usr/local/lib/python3.9/site-packages/setuptools/windows_support.py", line 2, in <module>
import ctypes
File "/usr/local/lib/python3.9/ctypes/__init__.py", line 8, in <module>
from _ctypes import Union, Structure, Array
ModuleNotFoundError: No module named '_ctypes'
----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/ce/27/28ac0859fb8d63754ec51659be265bf3b89d1568c5f6736d21026e11ea85/paho-mqtt-1.2.3.tar.gz#sha256=0fd746d8650563290f1bd0fec01e74cb57c3ab7406bdb58e5d9252bb5fa5ca44 (from https://pypi.org/simple/paho-mqtt/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Using cached paho-mqtt-1.2.2.tar.gz (72 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'error'
ERROR: Command errored out with exit status 1:
command: /usr/local/bin/python3.9 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-0nsn0upj/paho-mqtt_64c5f11a85454dc6b3736128c4cbe4b4/setup.py'"'"'; __file__='"'"'/tmp/pip-install-0nsn0upj/paho-mqtt_64c5f11a85454dc6b3736128c4cbe4b4/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'
'"'"', '"'"'
'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-yqjbq5w_
cwd: /tmp/pip-install-0nsn0upj/paho-mqtt_64c5f11a85454dc6b3736128c4cbe4b4/
Complete output (11 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/local/lib/python3.9/site-packages/setuptools/__init__.py", line 18, in <module>
from setuptools.dist import Distribution
File "/usr/local/lib/python3.9/site-packages/setuptools/dist.py", line 37, in <module>
from setuptools import windows_support
File "/usr/local/lib/python3.9/site-packages/setuptools/windows_support.py", line 2, in <module>
import ctypes
File "/usr/local/lib/python3.9/ctypes/__init__.py", line 8, in <module>
from _ctypes import Union, Structure, Array
ModuleNotFoundError: No module named '_ctypes'
----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/31/0f/53f71dc9033b492ba6546c452c35722621f9120cee6b905808d893fa0d97/paho-mqtt-1.2.2.tar.gz#sha256=cf297194d2a716010b5ff975f735d025ac3cdb4a317e9330abde4f73a006f1b0 (from https://pypi.org/simple/paho-mqtt/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Using cached paho-mqtt-1.2.1.tar.gz (51 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'error'
ERROR: Command errored out with exit status 1:
command: /usr/local/bin/python3.9 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-0nsn0upj/paho-mqtt_38858a9b54ab424dbeef174712eedfe2/setup.py'"'"'; __file__='"'"'/tmp/pip-install-0nsn0upj/paho-mqtt_38858a9b54ab424dbeef174712eedfe2/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'
'"'"', '"'"'
'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-sr0pe0ty
cwd: /tmp/pip-install-0nsn0upj/paho-mqtt_38858a9b54ab424dbeef174712eedfe2/
Complete output (11 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/local/lib/python3.9/site-packages/setuptools/__init__.py", line 18, in <module>
from setuptools.dist import Distribution
File "/usr/local/lib/python3.9/site-packages/setuptools/dist.py", line 37, in <module>
from setuptools import windows_support
File "/usr/local/lib/python3.9/site-packages/setuptools/windows_support.py", line 2, in <module>
import ctypes
File "/usr/local/lib/python3.9/ctypes/__init__.py", line 8, in <module>
from _ctypes import Union, Structure, Array
ModuleNotFoundError: No module named '_ctypes'
----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/e0/fb/13680584b3781faf9da3eb5c4728e171d89357cb00cdf1cad6b4e30c8cc8/paho-mqtt-1.2.1.tar.gz#sha256=94f35ffc38ca1668b5c57dc47612284bf95b105d43d0cecd4c06896e2508779a (from https://pypi.org/simple/paho-mqtt/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Using cached paho-mqtt-1.2.tar.gz (49 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'error'
ERROR: Command errored out with exit status 1:
command: /usr/local/bin/python3.9 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-0nsn0upj/paho-mqtt_8b86ef7c8d11498d9fb5b06875b01120/setup.py'"'"'; __file__='"'"'/tmp/pip-install-0nsn0upj/paho-mqtt_8b86ef7c8d11498d9fb5b06875b01120/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'
'"'"', '"'"'
'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-fvywbuec
cwd: /tmp/pip-install-0nsn0upj/paho-mqtt_8b86ef7c8d11498d9fb5b06875b01120/
Complete output (11 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/local/lib/python3.9/site-packages/setuptools/__init__.py", line 18, in <module>
from setuptools.dist import Distribution
File "/usr/local/lib/python3.9/site-packages/setuptools/dist.py", line 37, in <module>
from setuptools import windows_support
File "/usr/local/lib/python3.9/site-packages/setuptools/windows_support.py", line 2, in <module>
import ctypes
File "/usr/local/lib/python3.9/ctypes/__init__.py", line 8, in <module>
from _ctypes import Union, Structure, Array
ModuleNotFoundError: No module named '_ctypes'

Log partie 2

----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/82/d9/7064d3a0a1d62756a1a809c85b99f864c641b66de84c15458f72193b7708/paho-mqtt-1.2.tar.gz#sha256=9100a6aa706ab699d414ec02705a21eb66f436184691d0bf1f2a85a6213c6c1f (from https://pypi.org/simple/paho-mqtt/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Using cached paho-mqtt-1.1.tar.gz (41 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'error'
ERROR: Command errored out with exit status 1:
command: /usr/local/bin/python3.9 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-0nsn0upj/paho-mqtt_c0a5ad17d0f64aaeb3fc4c62cf82b443/setup.py'"'"'; __file__='"'"'/tmp/pip-install-0nsn0upj/paho-mqtt_c0a5ad17d0f64aaeb3fc4c62cf82b443/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'
'"'"', '"'"'
'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-pj480yd9
cwd: /tmp/pip-install-0nsn0upj/paho-mqtt_c0a5ad17d0f64aaeb3fc4c62cf82b443/
Complete output (11 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/local/lib/python3.9/site-packages/setuptools/__init__.py", line 18, in <module>
from setuptools.dist import Distribution
File "/usr/local/lib/python3.9/site-packages/setuptools/dist.py", line 37, in <module>
from setuptools import windows_support
File "/usr/local/lib/python3.9/site-packages/setuptools/windows_support.py", line 2, in <module>
import ctypes
File "/usr/local/lib/python3.9/ctypes/__init__.py", line 8, in <module>
from _ctypes import Union, Structure, Array
ModuleNotFoundError: No module named '_ctypes'
----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/83/96/dacc2b78bc9c5cd83eed178e9ce35d7bceecf2dd38db079c0190423efd4a/paho-mqtt-1.1.tar.gz#sha256=0f7a629efe6e3a2c61b59d3550aa9f2c4529b5689a65fde45e6f1ac36b9a261e (from https://pypi.org/simple/paho-mqtt/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Using cached paho-mqtt-1.0.tar.gz (40 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'error'
ERROR: Command errored out with exit status 1:
command: /usr/local/bin/python3.9 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-0nsn0upj/paho-mqtt_f7127df4afe74d8bbae72b51032980f6/setup.py'"'"'; __file__='"'"'/tmp/pip-install-0nsn0upj/paho-mqtt_f7127df4afe74d8bbae72b51032980f6/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'
'"'"', '"'"'
'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-wosm9xcc
cwd: /tmp/pip-install-0nsn0upj/paho-mqtt_f7127df4afe74d8bbae72b51032980f6/
Complete output (11 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/local/lib/python3.9/site-packages/setuptools/__init__.py", line 18, in <module>
from setuptools.dist import Distribution
File "/usr/local/lib/python3.9/site-packages/setuptools/dist.py", line 37, in <module>
from setuptools import windows_support
File "/usr/local/lib/python3.9/site-packages/setuptools/windows_support.py", line 2, in <module>
import ctypes
File "/usr/local/lib/python3.9/ctypes/__init__.py", line 8, in <module>
from _ctypes import Union, Structure, Array
ModuleNotFoundError: No module named '_ctypes'
----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/ec/4d/834faa69313deec0d3414bdc276ec2e49d8b34e2305b6dbc70cf47d41f9a/paho-mqtt-1.0.tar.gz#sha256=b9d936ad11770c3168becddc4fce706eb369d4cab8273fbc435cc2d4052b3e8a (from https://pypi.org/simple/paho-mqtt/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Using cached paho-mqtt-0.9.1.tar.gz (40 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'error'
ERROR: Command errored out with exit status 1:
command: /usr/local/bin/python3.9 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-0nsn0upj/paho-mqtt_35df2dc0e21944799900cc18a43d1139/setup.py'"'"'; __file__='"'"'/tmp/pip-install-0nsn0upj/paho-mqtt_35df2dc0e21944799900cc18a43d1139/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'
'"'"', '"'"'
'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-9e6w9z_u
cwd: /tmp/pip-install-0nsn0upj/paho-mqtt_35df2dc0e21944799900cc18a43d1139/
Complete output (11 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/local/lib/python3.9/site-packages/setuptools/__init__.py", line 18, in <module>
from setuptools.dist import Distribution
File "/usr/local/lib/python3.9/site-packages/setuptools/dist.py", line 37, in <module>
from setuptools import windows_support
File "/usr/local/lib/python3.9/site-packages/setuptools/windows_support.py", line 2, in <module>
import ctypes
File "/usr/local/lib/python3.9/ctypes/__init__.py", line 8, in <module>
from _ctypes import Union, Structure, Array
ModuleNotFoundError: No module named '_ctypes'
----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/51/ea/6c65fd07f5e77b9303fe4948caf81f6618a9e3e68a5f98c7dc0269d4dce0/paho-mqtt-0.9.1.tar.gz#sha256=97808e4bc0af628e7d8608bbc9d256726a12d5290c6a155064d54bdfa4041636 (from https://pypi.org/simple/paho-mqtt/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Using cached paho-mqtt-0.9.tar.gz (39 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'error'
ERROR: Command errored out with exit status 1:
command: /usr/local/bin/python3.9 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-0nsn0upj/paho-mqtt_224922b9341b487d8feb7d4bb622653c/setup.py'"'"'; __file__='"'"'/tmp/pip-install-0nsn0upj/paho-mqtt_224922b9341b487d8feb7d4bb622653c/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'
'"'"', '"'"'
'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-w894kef2
cwd: /tmp/pip-install-0nsn0upj/paho-mqtt_224922b9341b487d8feb7d4bb622653c/
Complete output (11 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/local/lib/python3.9/site-packages/setuptools/__init__.py", line 18, in <module>
from setuptools.dist import Distribution
File "/usr/local/lib/python3.9/site-packages/setuptools/dist.py", line 37, in <module>
from setuptools import windows_support
File "/usr/local/lib/python3.9/site-packages/setuptools/windows_support.py", line 2, in <module>
import ctypes
File "/usr/local/lib/python3.9/ctypes/__init__.py", line 8, in <module>
from _ctypes import Union, Structure, Array
ModuleNotFoundError: No module named '_ctypes'
----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/e8/dc/4acbf85f11f1545eddadefa13f5ab858aa9a7f2a508413e6091ec316d307/paho-mqtt-0.9.tar.gz#sha256=e4592f205cbb63f1c67fb22307519dadd9af1c9453c1a9ddebca1ccfa7579c33 (from https://pypi.org/simple/paho-mqtt/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Using cached paho-mqtt-0.4.94.tar.gz (19 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'error'
ERROR: Command errored out with exit status 1:
command: /usr/local/bin/python3.9 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-0nsn0upj/paho-mqtt_235629836b894b79bf8ef08c542c1101/setup.py'"'"'; __file__='"'"'/tmp/pip-install-0nsn0upj/paho-mqtt_235629836b894b79bf8ef08c542c1101/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'
'"'"', '"'"'
'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-il7uc24x
cwd: /tmp/pip-install-0nsn0upj/paho-mqtt_235629836b894b79bf8ef08c542c1101/
Complete output (11 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/local/lib/python3.9/site-packages/setuptools/__init__.py", line 18, in <module>
from setuptools.dist import Distribution
File "/usr/local/lib/python3.9/site-packages/setuptools/dist.py", line 37, in <module>
from setuptools import windows_support
File "/usr/local/lib/python3.9/site-packages/setuptools/windows_support.py", line 2, in <module>
import ctypes
File "/usr/local/lib/python3.9/ctypes/__init__.py", line 8, in <module>
from _ctypes import Union, Structure, Array
ModuleNotFoundError: No module named '_ctypes'
----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/9c/fb/d1cdca82dc88edd7562bfa0f6795600e5352c10f5c1c5abf0e9963e8fe2f/paho-mqtt-0.4.94.tar.gz#sha256=70e4e2d43e714c23fbc70ba97b9ca31279a2dc2a893374c696237c547c4a2dad (from https://pypi.org/simple/paho-mqtt/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Using cached paho-mqtt-0.4.92.tar.gz (18 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'error'
ERROR: Command errored out with exit status 1:
command: /usr/local/bin/python3.9 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-0nsn0upj/paho-mqtt_c933ea130bc7448b98fcc23f32aafc96/setup.py'"'"'; __file__='"'"'/tmp/pip-install-0nsn0upj/paho-mqtt_c933ea130bc7448b98fcc23f32aafc96/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'
'"'"', '"'"'
'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-d2r5y6_4
cwd: /tmp/pip-install-0nsn0upj/paho-mqtt_c933ea130bc7448b98fcc23f32aafc96/
Complete output (11 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/local/lib/python3.9/site-packages/setuptools/__init__.py", line 18, in <module>
from setuptools.dist import Distribution
File "/usr/local/lib/python3.9/site-packages/setuptools/dist.py", line 37, in <module>
from setuptools import windows_support
File "/usr/local/lib/python3.9/site-packages/setuptools/windows_support.py", line 2, in <module>
import ctypes
File "/usr/local/lib/python3.9/ctypes/__init__.py", line 8, in <module>
from _ctypes import Union, Structure, Array
ModuleNotFoundError: No module named '_ctypes'
----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/02/59/4d183f02e06e9150be4d6f7fc76576301bd188227e0cb451979fdc1a0c6d/paho-mqtt-0.4.92.tar.gz#sha256=337967543be5d6555151114acf4d94cb9001de35b23d3dc9e3f8ad4d07cc62d5 (from https://pypi.org/simple/paho-mqtt/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Using cached paho-mqtt-0.4.91.tar.gz (17 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'error'
ERROR: Command errored out with exit status 1:
command: /usr/local/bin/python3.9 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-0nsn0upj/paho-mqtt_ab3c60db0644493e8b419e3d54049d35/setup.py'"'"'; __file__='"'"'/tmp/pip-install-0nsn0upj/paho-mqtt_ab3c60db0644493e8b419e3d54049d35/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'
'"'"', '"'"'
'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-ddz6coz7
cwd: /tmp/pip-install-0nsn0upj/paho-mqtt_ab3c60db0644493e8b419e3d54049d35/
Complete output (11 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/local/lib/python3.9/site-packages/setuptools/__init__.py", line 18, in <module>
from setuptools.dist import Distribution
File "/usr/local/lib/python3.9/site-packages/setuptools/dist.py", line 37, in <module>
from setuptools import windows_support
File "/usr/local/lib/python3.9/site-packages/setuptools/windows_support.py", line 2, in <module>
import ctypes
File "/usr/local/lib/python3.9/ctypes/__init__.py", line 8, in <module>
from _ctypes import Union, Structure, Array
ModuleNotFoundError: No module named '_ctypes'
----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/91/27/3764e239991acc8a202064e113be776fbd941320bde357b9e40b29fbcea7/paho-mqtt-0.4.91.tar.gz#sha256=b7fb297d1cb44ebab320d6ef44ff4d9ed32999a92b7caa9158d45a44d782c2e9 (from https://pypi.org/simple/paho-mqtt/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Using cached paho-mqtt-0.4.90.tar.gz (17 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'error'
ERROR: Command errored out with exit status 1:
command: /usr/local/bin/python3.9 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-0nsn0upj/paho-mqtt_07c65efc5fbe4ef1ae28631cea8e9f1d/setup.py'"'"'; __file__='"'"'/tmp/pip-install-0nsn0upj/paho-mqtt_07c65efc5fbe4ef1ae28631cea8e9f1d/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'
'"'"', '"'"'
'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-j08gx9ic
cwd: /tmp/pip-install-0nsn0upj/paho-mqtt_07c65efc5fbe4ef1ae28631cea8e9f1d/
Complete output (11 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/local/lib/python3.9/site-packages/setuptools/__init__.py", line 18, in <module>
from setuptools.dist import Distribution
File "/usr/local/lib/python3.9/site-packages/setuptools/dist.py", line 37, in <module>
from setuptools import windows_support
File "/usr/local/lib/python3.9/site-packages/setuptools/windows_support.py", line 2, in <module>
import ctypes
File "/usr/local/lib/python3.9/ctypes/__init__.py", line 8, in <module>
from _ctypes import Union, Structure, Array
ModuleNotFoundError: No module named '_ctypes'
----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/4f/4a/7cacf78295fe9e9c8ee4edce2b817c9f506b218c44cae28d727807f935b3/paho-mqtt-0.4.90.tar.gz#sha256=6cbb955c504eefe02526aed063e51b646ad0e7a02642a0f6637690ae27941e9c (from https://pypi.org/simple/paho-mqtt/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
ERROR: Could not find a version that satisfies the requirement paho-mqtt (from versions: 0.4.90, 0.4.91, 0.4.92, 0.4.94, 0.9, 0.9.1, 1.0, 1.1, 1.2, 1.2.1, 1.2.2, 1.2.3, 1.3.0, 1.3.1, 1.4.0, 1.5.0, 1.5.1, 1.6.0, 1.6.1)
ERROR: No matching distribution found for paho-mqtt
*
* Install python3 websocket-client library
*
Requirement already satisfied: websocket-client in /usr/local/lib/python3.9/site-packages (1.2.3)
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
*
* Run post_dependancy_install function
*
Starting post_dependancy_install()
Mosquitto installation requested => looking for Broker eqpt
Broker eqpt already exists
********************************************************
*             End dependancy installation              *
********************************************************

Bonjour,
quel matériel, un RPI ?

Bonjour, il s’agit d’un PC à base de Celeron N3350

c’est ésotérique ce matériel :smiley: mais c’est bien il faut tenter des expériences, essaye d’installer ce package

sudo apt-get install libffi-dev

sinon, essaye aussi les commandes dans les commentaires de ce thread stackoverflow.

Bonsoir @imprecran
Tu peut nous faire une copie écran de la page santé de jeedom ?

Bonjour,

La page santé aidera mais quel distribution Linux est-ce ?

Avec python 3.9 soit vous l’avez installé manuellement ? Si oui, pourquoi ?
Soit c’est une Ubuntu?
Si ubuntu, dirigez-vous vers la documentation jeedom, rubrique installation pour recommencez la base en installant une debian buster.

2 « J'aime »

salut mips
ça peut-être aussi du débian 11, ce qui m’a motivé a demander la page santé …

Bonjour et merci pour vos réponses.
@Pifou après sudo apt-get install libffi-dev

Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
libffi-dev est déjà la version la plus récente (3.3-6).
Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
  bluez-obexd libarchive13 libcdio18 libexif12 libgdata-common libgdata22 libgoa-1.0-0b libgoa-1.0-common libgphoto2-6 libgphoto2-l10n libgphoto2-port12 libical3 libldb1 libmtp-common libmtp-runtime libmtp9 libnfs12 libpython-dev
  libpython2-dev libpython2.7-dev libtalloc2 libtevent0 libwbclient0 python-pkg-resources python-setuptools python-six python2-dev python2.7-dev samba-common
Veuillez utiliser « sudo apt autoremove » pour les supprimer.
0 mis à jour, 0 nouvellement installés, 0 à enlever et 64 non mis à jour.

@Olive, ma page santé.
Sinon, c’est bien une Debian Buster qui est installée. Je ne me souviens pas avoir installé moi-même Python.Je vais regarder le thread stackoverflow.

Suite à vos interrogations sur la distrib, j’ai regardé et j’ai vu que j’étais passé en Debian 11 bullseye !!

Ayant fait part de mes problèmes à mon fils, c’est lui qui a fait l’upgrade pensant que cela résoudrait les problèmes…mais les problèmes étaient présents avant le passage de Buster à Bullseye.

Pas les mêmes problèmes en tout cas :wink:

Bon …

  • 1 externalise une sauvegarde
  • 2 direction images.jeedom.com prendre l’image qui correspond a ton type de machine
  • 3 installer cette image
  • 4 remonter la sauvegarde

et revenir poser ton problème ici si il existe toujours.

Merci pour votre aide…Il n’y a effectivement pas d’autres options, même si celle-la ne m’enchante guère et me rappelle mes nombreuses galères passées.
Avant de faire machine arrière, je profite de ce passage en Debian 11 pour regarder la compatibilité de mes plugins et certains semblent avoir effectivement des petits problèmes. Savez-vous comment repérer si un plugin est en python 2.x ou en python 3.x ?

Par le code qui se trouve a l’interieur !

c’est une des méthode souvent des plus rapide !

avant de tout cassé tu peut néanmoins faire une tentative en ssh
pour avoir un python2
et pip2

sudo apt install python

sudo apt install curl
curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output get-pip.py
sudo python2 get-pip.py

amuse toi bien et dit nous si ça fonctionne.

Il y a déjà python2 mais il y a aussi d’autres liens cassés manifestement ce qui est trop compliqué à résoudre à distance d’après moi, plus rapide de réinstaller proprement.

Donc non, ne pas exécuter les commandes ci dessus ou cela va encore plus mettre le bazar

1 « J'aime »

Pour être précis, dans ce thread, il est écrit :

Installing libffi-dev and re-installing python3.7 fixed the problem for me.

Donc il faudra certainement identifier les dépendances avant de le retirer et les réinstaller après…
Comme dit, une fresh-install semble largement plus rapide à exécuter et plus pérenne.

Bad

1 « J'aime »

Merci à tous pour vos réponses. Étant passé en Debian 11 de manière précipitée, étant donnée que certains plugins semblent être encore en Pyhon 2 et que sur Bulleseye, il semble que Python 2 et 3 ne peuvent coexister (j’avais des problèmes avec OpenEnOcean, Evohome qui jusque là fonctionnaient sans problème), j’ai donc préféré procéder à une réinstallation complète d’une Debian 10 et réinstaller Jeedom puis ma sauvegarde.
J’ai réinstallé JMQTT et il est maintenant opérationnel…
Encore merci pour votre aide.

2 « J'aime »

Ce sujet a été automatiquement fermé après 14 heures. Aucune réponse n’est permise dorénavant.