Pb de demon sous rapsberry 0

bonjour a tous
j’ai un petit souci sous jeedouino

le demon sur mon raspberry pi 0 n’arrive pas a se lancer
il me met toutjours connection refusée erreur 111

je ne comprend pas pourquoi …

[2019-12-20 18:13:32][DEBUG] : Demande d'arrêt au démon PiGpio de l'équipement : rasp test 2 ( eqID 1 )
[2019-12-20 18:13:32][DEBUG] : (Normal si Re/Start/Stop demandé) Erreur de connection au démon PiGpio ( rasp test 2 - EqID 1 ) 192.168.0.102:8000 - Réponse : 111 - Connection refused
[2019-12-20 18:13:32][ERROR] : Le démon PiGpio ne réponds pas correctement. - Réponse : 111 - Connection refused
[2019-12-20 18:13:32][DEBUG] : KILL process 27615
[2019-12-20 18:13:36][DEBUG] : StopBoardDemonCMD - Arrêt forcé du démon PiGpio sur  192.168.0.102 - jeedouinoPiGpio_1.py : Kill process : ["27615"]
[2019-12-20 18:13:36][DEBUG] : PING ( rasp test 2 - EqID: 1 ) Démon PiGpio en marche ??? Envoi d'un PING...
[2019-12-20 18:13:36][DEBUG] : (Normal si Re/Start/Stop demandé) Erreur de connection au démon PiGpio ( rasp test 2 - EqID 1 ) 192.168.0.102:8000 - Réponse : 111 - Connection refused
[2019-12-20 18:13:43][DEBUG] : Démarrage du démon PiGpio de l'équipement rasp test 2
[2019-12-20 18:13:44][DEBUG] : KILL process 27627
[2019-12-20 18:13:47][DEBUG] : StopBoardDemonCMD - Arrêt forcé du démon PiGpio sur  192.168.0.102 - jeedouinoPiGpio_1.py : Kill process : ["27627"]
[2019-12-20 18:13:47][DEBUG] : Cmd Appel démon : sudo nice -n 19 /usr/bin/python3 /var/www/html/plugins/jeedouino/ressources/jeedouinoPiGpio_1.py 8000 1 192.168.0.102 80 . 5 /var/www/html/core/class/../../log/jeedouino_pigpio
[2019-12-20 18:13:47][DEBUG] : Le démon PiGpio est en cours de démarrage.  -
[2019-12-20 18:13:49][DEBUG] : Envoi de la dernière configuration connue du BootMode eqID ( 1 ) BootMode : BootMode=0
[2019-12-20 18:13:49][DEBUG] : (Normal si Re/Start/Stop demandé) Erreur de connection au démon PiGpio ( rasp test 2 - EqID 1 ) 192.168.0.102:8000 - Réponse : 111 - Connection refused
[2019-12-20 18:13:49][DEBUG] : Erreur d'envoi de la configuration du BootMode sur l'équipement 1 ( rasp test 2 ) - Réponse :111 - Connection refused
[2019-12-20 18:13:51][DEBUG] : Essai 1 - Envoi de la dernière configuration connue des pins eqID ( 1 ) PinMode : ConfigurePins=......l...h.............................
[2019-12-20 18:13:51][DEBUG] : (Normal si Re/Start/Stop demandé) Erreur de connection au démon PiGpio ( rasp test 2 - EqID 1 ) 192.168.0.102:8000 - Réponse : 111 - Connection refused
[2019-12-20 18:13:51][DEBUG] : Erreur d'envoi de la configuration des pins sur l'équipement 1 ( rasp test 2 ) - Réponse :111 - Connection refused
[2019-12-20 18:13:53][DEBUG] : Essai 2 - Envoi de la dernière configuration connue des pins eqID ( 1 ) PinMode : ConfigurePins=......l...h.............................
[2019-12-20 18:13:53][DEBUG] : (Normal si Re/Start/Stop demandé) Erreur de connection au démon PiGpio ( rasp test 2 - EqID 1 ) 192.168.0.102:8000 - Réponse : 111 - Connection refused
[2019-12-20 18:13:53][DEBUG] : Erreur d'envoi de la configuration des pins sur l'équipement 1 ( rasp test 2 ) - Réponse :111 - Connection refused
[2019-12-20 18:13:56][DEBUG] : PING ( rasp test 2 - EqID: 1 ) Démon PiGpio déja sollicité il y a moins de 3 minutes. Renvoi de la valeur cache...

Bonsoir,

Il me faudrait le log jeedouino_pigpio pour voir si il y a une erreur d’indiquée.

Bonne soirée.

il me met effectivement que les dependance ne sont pas installer mais ca fait 5 fois que j’essaie et j’ai 2 rasp 0 differente et jai le meme souci sur les 2

File "/var/www/html/plugins/jeedouino/ressources/jeedouinoPiGpio_1.py", line 789, in <module>
GPIO.setup(j, GPIO.OUT)
RuntimeError: Please set pin numbering mode using GPIO.setmode(GPIO.BOARD) or GPIO.setmode(GPIO.BCM)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/var/www/html/plugins/jeedouino/ressources/jeedouinoPiGpio_1.py", line 799, in <module>
Status_pins[i - 1] = '.'
TypeError: 'str' object does not support item assignment
[2019-12-20 17:49:54][Demon PiGpio] Error : Dependances introuvables. Veuillez les (re)installer. - No module named 'board'
[2019-12-20 17:50:12][Demon PiGpio] Error : Dependances introuvables. Veuillez les (re)installer. - No module named 'board'
kill: (25369): Aucun processus de ce type
[2019-12-20 17:55:28][Demon PiGpio] Error : Dependances introuvables. Veuillez les (re)installer. - No module named 'board'
Traceback (most recent call last):
File "/var/www/html/plugins/jeedouino/ressources/jeedouinoPiGpio_1.py", line 789, in <module>
GPIO.setup(j, GPIO.OUT)
RuntimeError: Please set pin numbering mode using GPIO.setmode(GPIO.BOARD) or GPIO.setmode(GPIO.BCM)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/var/www/html/plugins/jeedouino/ressources/jeedouinoPiGpio_1.py", line 799, in <module>
Status_pins[i - 1] = '.'
TypeError: 'str' object does not support item assignment
[2019-12-20 17:56:39][Demon PiGpio] Error : Dependances introuvables. Veuillez les (re)installer. - No module named 'board'
[2019-12-20 17:57:13][Demon PiGpio] Error : Dependances introuvables. Veuillez les (re)installer. - No module named 'board'
kill: (26018): Aucun processus de ce type
[2019-12-20 18:00:40][Demon PiGpio] Error : Dependances introuvables. Veuillez les (re)installer. - No module named 'board'
Traceback (most recent call last):
File "/var/www/html/plugins/jeedouino/ressources/jeedouinoPiGpio_1.py", line 789, in <module>
GPIO.setup(j, GPIO.OUT)
RuntimeError: Please set pin numbering mode using GPIO.setmode(GPIO.BOARD) or GPIO.setmode(GPIO.BCM)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/var/www/html/plugins/jeedouino/ressources/jeedouinoPiGpio_1.py", line 799, in <module>
Status_pins[i - 1] = '.'
TypeError: 'str' object does not support item assignment
kill: (26618): Aucun processus de ce type
[2019-12-20 18:05:27][Demon PiGpio] Error : Dependances introuvables. Veuillez les (re)installer. - No module named 'board'
Traceback (most recent call last):
File "/var/www/html/plugins/jeedouino/ressources/jeedouinoPiGpio_1.py", line 789, in <module>
GPIO.setup(j, GPIO.OUT)
RuntimeError: Please set pin numbering mode using GPIO.setmode(GPIO.BOARD) or GPIO.setmode(GPIO.BCM)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/var/www/html/plugins/jeedouino/ressources/jeedouinoPiGpio_1.py", line 799, in <module>
Status_pins[i - 1] = '.'
TypeError: 'str' object does not support item assignment
kill: (27230): Aucun processus de ce type
[2019-12-20 18:10:31][Demon PiGpio] Error : Dependances introuvables. Veuillez les (re)installer. - No module named 'board'
Traceback (most recent call last):
File "/var/www/html/plugins/jeedouino/ressources/jeedouinoPiGpio_1.py", line 789, in <module>
GPIO.setup(j, GPIO.OUT)
RuntimeError: Please set pin numbering mode using GPIO.setmode(GPIO.BOARD) or GPIO.setmode(GPIO.BCM)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/var/www/html/plugins/jeedouino/ressources/jeedouinoPiGpio_1.py", line 799, in <module>
Status_pins[i - 1] = '.'
TypeError: 'str' object does not support item assignment
kill: (27615): No such process
kill: (27627): No such process
[2019-12-20 18:13:50][Demon PiGpio] Error : Dependances introuvables. Veuillez les (re)installer. - No module named 'board'
Traceback (most recent call last):
File "/var/www/html/plugins/jeedouino/ressources/jeedouinoPiGpio_1.py", line 789, in <module>
GPIO.setup(j, GPIO.OUT)
RuntimeError: Please set pin numbering mode using GPIO.setmode(GPIO.BOARD) or GPIO.setmode(GPIO.BCM)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/var/www/html/plugins/jeedouino/ressources/jeedouinoPiGpio_1.py", line 799, in <module>
Status_pins[i - 1] = '.'
TypeError: 'str' object does not support item assignment
kill: (28726): Aucun processus de ce type
[2019-12-20 18:20:30][Demon PiGpio] Error : Dependances introuvables. Veuillez les (re)installer. - No module named 'board'
Traceback (most recent call last):
File "/var/www/html/plugins/jeedouino/ressources/jeedouinoPiGpio_1.py", line 789, in <module>
GPIO.setup(j, GPIO.OUT)
RuntimeError: Please set pin numbering mode using GPIO.setmode(GPIO.BOARD) or GPIO.setmode(GPIO.BCM)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/var/www/html/plugins/jeedouino/ressources/jeedouinoPiGpio_1.py", line 799, in <module>
Status_pins[i - 1] = '.'
TypeError: 'str' object does not support item assignment
kill: (13651): No such process
[2019-12-20 20:33:34][Demon PiGpio] Error : Dependances introuvables. Veuillez les (re)installer. - No module named 'board'
Traceback (most recent call last):
File "/var/www/html/plugins/jeedouino/ressources/jeedouinoPiGpio_1.py", line 789, in <module>
GPIO.setup(j, GPIO.OUT)
RuntimeError: Please set pin numbering mode using GPIO.setmode(GPIO.BOARD) or GPIO.setmode(GPIO.BCM)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/var/www/html/plugins/jeedouino/ressources/jeedouinoPiGpio_1.py", line 799, in <module>
Status_pins[i - 1] = '.'
TypeError: 'str' object does not support item assignment
kill: (28942): No such process
[2019-12-20 20:54:16][Demon PiGpio] Error : Dependances introuvables. Veuillez les (re)installer. - No module named 'board'
Traceback (most recent call last):
File "/var/www/html/plugins/jeedouino/ressources/jeedouinoPiGpio_1.py", line 789, in <module>
GPIO.setup(j, GPIO.OUT)
RuntimeError: Please set pin numbering mode using GPIO.setmode(GPIO.BOARD) or GPIO.setmode(GPIO.BCM)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/var/www/html/plugins/jeedouino/ressources/jeedouinoPiGpio_1.py", line 799, in <module>
Status_pins[i - 1] = '.'
TypeError: 'str' object does not support item assignment

Bonsoir,

D’après le log, il manque le module « board ».
Essaie via ssh : sudo pip3 install adafruit-blinka

il me met effectivement que les dependance ne sont pas installer mais ca fait 5 fois que j’essaie et j’ai 2 rasp 0 differente et jai le meme souci sur les 2

Dans ce cas, il faut regarder le log jeedouino_update pour voir si il y a une erreur à l’installation des dépendances générales.

Le système est bien mis à jour au moins ? C’est requis.
Sinon :

sudo apt-get -y update
sudo apt-get -y upgrade
sudo apt-get -y dist-upgrade

Puis réinstallation des dépendances générales même si elles sont déjà ok.

Bonne soirée.

bonsoir et merci de t’occuper de mon souci

mais tout est a jours apres il me dis qu’il y a un souci avec spydev qu’il arrive pas a le supprimer je te met tout si tu as une idee je suis preneur :smiley:

[

  • Accueil
  • Analyse
  • Outils
  • Plugins

Ajouter un jeedouino* RAspTest2 Jeedouino Control

  • RAspTest2 rasp test 2

Sauver / Générer

Configuration du plugin

Etat

Log et surveillance Sauvegarder

Dépendances

Nom Statut Installation Dernière installation
Local OK Relancer 2019-12-20 18:42:45

Configuration Sauvegarder

Raccourcis

Veillez à réactualiser cette page (F5) après l’avoir sauvegardée.

Fonctionnalités Sauvegarder

Log du plugin

Supprimer Vider Télécharger Reprendre

copying Adafruit_DHT/Test.py -> build/lib.linux-armv6l-2.7/Adafruit_DHT copying Adafruit_DHT/platform_detect.py -> build/lib.linux-armv6l-2.7/Adafruit_DHT copying Adafruit_DHT/__init__.py -> build/lib.linux-armv6l-2.7/Adafruit_DHT copying Adafruit_DHT/Beaglebone_Black.py -> build/lib.linux-armv6l-2.7/Adafruit_DHT copying Adafruit_DHT/Raspberry_Pi.py -> build/lib.linux-armv6l-2.7/Adafruit_DHT copying Adafruit_DHT/common.py -> build/lib.linux-armv6l-2.7/Adafruit_DHT copying Adafruit_DHT/Raspberry_Pi_2.py -> build/lib.linux-armv6l-2.7/Adafruit_DHT running build_ext building 'Adafruit_DHT.Raspberry_Pi_2_Driver' extension creating build/temp.linux-armv6l-2.7 creating build/temp.linux-armv6l-2.7/source creating build/temp.linux-armv6l-2.7/source/Raspberry_Pi_2 arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-Ub3vap/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c source/_Raspberry_Pi_2_Driver.c -o build/temp.linux-armv6l-2.7/source/_Raspberry_Pi_2_Driver.o -std=gnu99 arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-Ub3vap/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c source/common_dht_read.c -o build/temp.linux-armv6l-2.7/source/common_dht_read.o -std=gnu99 arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-Ub3vap/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c source/Raspberry_Pi_2/pi_2_dht_read.c -o build/temp.linux-armv6l-2.7/source/Raspberry_Pi_2/pi_2_dht_read.o -std=gnu99 arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-Ub3vap/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c source/Raspberry_Pi_2/pi_2_mmio.c -o build/temp.linux-armv6l-2.7/source/Raspberry_Pi_2/pi_2_mmio.o -std=gnu99 arm-linux-gnueabihf-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-Ub3vap/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-Ub3vap/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security build/temp.linux-armv6l-2.7/source/_Raspberry_Pi_2_Driver.o build/temp.linux-armv6l-2.7/source/common_dht_read.o build/temp.linux-armv6l-2.7/source/Raspberry_Pi_2/pi_2_dht_read.o build/temp.linux-armv6l-2.7/source/Raspberry_Pi_2/pi_2_mmio.o -lrt -o build/lib.linux-armv6l-2.7/Adafruit_DHT/Raspberry_Pi_2_Driver.so creating build/bdist.linux-armv6l creating build/bdist.linux-armv6l/egg creating build/bdist.linux-armv6l/egg/Adafruit_DHT copying build/lib.linux-armv6l-2.7/Adafruit_DHT/Raspberry_Pi_2_Driver.so -> build/bdist.linux-armv6l/egg/Adafruit_DHT copying build/lib.linux-armv6l-2.7/Adafruit_DHT/Test.py -> build/bdist.linux-armv6l/egg/Adafruit_DHT copying build/lib.linux-armv6l-2.7/Adafruit_DHT/platform_detect.py -> build/bdist.linux-armv6l/egg/Adafruit_DHT copying build/lib.linux-armv6l-2.7/Adafruit_DHT/__init__.py -> build/bdist.linux-armv6l/egg/Adafruit_DHT copying build/lib.linux-armv6l-2.7/Adafruit_DHT/Beaglebone_Black.py -> build/bdist.linux-armv6l/egg/Adafruit_DHT copying build/lib.linux-armv6l-2.7/Adafruit_DHT/Raspberry_Pi.py -> build/bdist.linux-armv6l/egg/Adafruit_DHT copying build/lib.linux-armv6l-2.7/Adafruit_DHT/common.py -> build/bdist.linux-armv6l/egg/Adafruit_DHT copying build/lib.linux-armv6l-2.7/Adafruit_DHT/Raspberry_Pi_2.py -> build/bdist.linux-armv6l/egg/Adafruit_DHT byte-compiling build/bdist.linux-armv6l/egg/Adafruit_DHT/Test.py to Test.pyc byte-compiling build/bdist.linux-armv6l/egg/Adafruit_DHT/platform_detect.py to platform_detect.pyc byte-compiling build/bdist.linux-armv6l/egg/Adafruit_DHT/__init__.py to __init__.pyc byte-compiling build/bdist.linux-armv6l/egg/Adafruit_DHT/Beaglebone_Black.py to Beaglebone_Black.pyc byte-compiling build/bdist.linux-armv6l/egg/Adafruit_DHT/Raspberry_Pi.py to Raspberry_Pi.pyc byte-compiling build/bdist.linux-armv6l/egg/Adafruit_DHT/common.py to common.pyc byte-compiling build/bdist.linux-armv6l/egg/Adafruit_DHT/Raspberry_Pi_2.py to Raspberry_Pi_2.pyc creating stub loader for Adafruit_DHT/Raspberry_Pi_2_Driver.so byte-compiling build/bdist.linux-armv6l/egg/Adafruit_DHT/Raspberry_Pi_2_Driver.py to Raspberry_Pi_2_Driver.pyc creating build/bdist.linux-armv6l/egg/EGG-INFO copying Adafruit_DHT.egg-info/PKG-INFO -> build/bdist.linux-armv6l/egg/EGG-INFO copying Adafruit_DHT.egg-info/SOURCES.txt -> build/bdist.linux-armv6l/egg/EGG-INFO copying Adafruit_DHT.egg-info/dependency_links.txt -> build/bdist.linux-armv6l/egg/EGG-INFO copying Adafruit_DHT.egg-info/top_level.txt -> build/bdist.linux-armv6l/egg/EGG-INFO writing build/bdist.linux-armv6l/egg/EGG-INFO/native_libs.txt zip_safe flag not set; analyzing archive contents... creating dist creating 'dist/Adafruit_DHT-1.4.0-py2.7-linux-armv6l.egg' and adding 'build/bdist.linux-armv6l/egg' to it removing 'build/bdist.linux-armv6l/egg' (and everything under it) Processing Adafruit_DHT-1.4.0-py2.7-linux-armv6l.egg Removing /usr/local/lib/python2.7/dist-packages/Adafruit_DHT-1.4.0-py2.7-linux-armv6l.egg Copying Adafruit_DHT-1.4.0-py2.7-linux-armv6l.egg to /usr/local/lib/python2.7/dist-packages Adafruit-DHT 1.4.0 is already the active version in easy-install.pth Installed /usr/local/lib/python2.7/dist-packages/Adafruit_DHT-1.4.0-py2.7-linux-armv6l.egg Processing dependencies for Adafruit-DHT==1.4.0 Finished processing dependencies for Adafruit-DHT==1.4.0 running install running bdist_egg running egg_info writing dependency_links to Adafruit_DHT.egg-info/dependency_links.txt writing Adafruit_DHT.egg-info/PKG-INFO writing top-level names to Adafruit_DHT.egg-info/top_level.txt reading manifest file 'Adafruit_DHT.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'Adafruit_DHT.egg-info/SOURCES.txt' installing library code to build/bdist.linux-armv6l/egg running install_lib running build_py creating build/lib.linux-armv6l-3.5 creating build/lib.linux-armv6l-3.5/Adafruit_DHT copying Adafruit_DHT/Test.py -> build/lib.linux-armv6l-3.5/Adafruit_DHT copying Adafruit_DHT/platform_detect.py -> build/lib.linux-armv6l-3.5/Adafruit_DHT copying Adafruit_DHT/__init__.py -> build/lib.linux-armv6l-3.5/Adafruit_DHT copying Adafruit_DHT/Beaglebone_Black.py -> build/lib.linux-armv6l-3.5/Adafruit_DHT copying Adafruit_DHT/Raspberry_Pi.py -> build/lib.linux-armv6l-3.5/Adafruit_DHT copying Adafruit_DHT/common.py -> build/lib.linux-armv6l-3.5/Adafruit_DHT copying Adafruit_DHT/Raspberry_Pi_2.py -> build/lib.linux-armv6l-3.5/Adafruit_DHT running build_ext building 'Adafruit_DHT.Raspberry_Pi_2_Driver' extension creating build/temp.linux-armv6l-3.5 creating build/temp.linux-armv6l-3.5/source creating build/temp.linux-armv6l-3.5/source/Raspberry_Pi_2 arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fdebug-prefix-map=/build/python3.5-6waWnr/python3.5-3.5.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5m -c source/_Raspberry_Pi_2_Driver.c -o build/temp.linux-armv6l-3.5/source/_Raspberry_Pi_2_Driver.o -std=gnu99 arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fdebug-prefix-map=/build/python3.5-6waWnr/python3.5-3.5.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5m -c source/common_dht_read.c -o build/temp.linux-armv6l-3.5/source/common_dht_read.o -std=gnu99 arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fdebug-prefix-map=/build/python3.5-6waWnr/python3.5-3.5.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5m -c source/Raspberry_Pi_2/pi_2_dht_read.c -o build/temp.linux-armv6l-3.5/source/Raspberry_Pi_2/pi_2_dht_read.o -std=gnu99 arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fdebug-prefix-map=/build/python3.5-6waWnr/python3.5-3.5.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5m -c source/Raspberry_Pi_2/pi_2_mmio.c -o build/temp.linux-armv6l-3.5/source/Raspberry_Pi_2/pi_2_mmio.o -std=gnu99 arm-linux-gnueabihf-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,relro -g -fdebug-prefix-map=/build/python3.5-6waWnr/python3.5-3.5.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-armv6l-3.5/source/_Raspberry_Pi_2_Driver.o build/temp.linux-armv6l-3.5/source/common_dht_read.o build/temp.linux-armv6l-3.5/source/Raspberry_Pi_2/pi_2_dht_read.o build/temp.linux-armv6l-3.5/source/Raspberry_Pi_2/pi_2_mmio.o -lrt -o build/lib.linux-armv6l-3.5/Adafruit_DHT/Raspberry_Pi_2_Driver.cpython-35m-arm-linux-gnueabihf.so creating build/bdist.linux-armv6l/egg creating build/bdist.linux-armv6l/egg/Adafruit_DHT copying build/lib.linux-armv6l-3.5/Adafruit_DHT/Test.py -> build/bdist.linux-armv6l/egg/Adafruit_DHT copying build/lib.linux-armv6l-3.5/Adafruit_DHT/platform_detect.py -> build/bdist.linux-armv6l/egg/Adafruit_DHT copying build/lib.linux-armv6l-3.5/Adafruit_DHT/__init__.py -> build/bdist.linux-armv6l/egg/Adafruit_DHT copying build/lib.linux-armv6l-3.5/Adafruit_DHT/Beaglebone_Black.py -> build/bdist.linux-armv6l/egg/Adafruit_DHT copying build/lib.linux-armv6l-3.5/Adafruit_DHT/Raspberry_Pi_2_Driver.cpython-35m-arm-linux-gnueabihf.so -> build/bdist.linux-armv6l/egg/Adafruit_DHT copying build/lib.linux-armv6l-3.5/Adafruit_DHT/Raspberry_Pi.py -> build/bdist.linux-armv6l/egg/Adafruit_DHT copying build/lib.linux-armv6l-3.5/Adafruit_DHT/common.py -> build/bdist.linux-armv6l/egg/Adafruit_DHT copying build/lib.linux-armv6l-3.5/Adafruit_DHT/Raspberry_Pi_2.py -> build/bdist.linux-armv6l/egg/Adafruit_DHT byte-compiling build/bdist.linux-armv6l/egg/Adafruit_DHT/Test.py to Test.cpython-35.pyc byte-compiling build/bdist.linux-armv6l/egg/Adafruit_DHT/platform_detect.py to platform_detect.cpython-35.pyc byte-compiling build/bdist.linux-armv6l/egg/Adafruit_DHT/__init__.py to __init__.cpython-35.pyc byte-compiling build/bdist.linux-armv6l/egg/Adafruit_DHT/Beaglebone_Black.py to Beaglebone_Black.cpython-35.pyc byte-compiling build/bdist.linux-armv6l/egg/Adafruit_DHT/Raspberry_Pi.py to Raspberry_Pi.cpython-35.pyc byte-compiling build/bdist.linux-armv6l/egg/Adafruit_DHT/common.py to common.cpython-35.pyc byte-compiling build/bdist.linux-armv6l/egg/Adafruit_DHT/Raspberry_Pi_2.py to Raspberry_Pi_2.cpython-35.pyc creating stub loader for Adafruit_DHT/Raspberry_Pi_2_Driver.cpython-35m-arm-linux-gnueabihf.so byte-compiling build/bdist.linux-armv6l/egg/Adafruit_DHT/Raspberry_Pi_2_Driver.py to Raspberry_Pi_2_Driver.cpython-35.pyc creating build/bdist.linux-armv6l/egg/EGG-INFO copying Adafruit_DHT.egg-info/PKG-INFO -> build/bdist.linux-armv6l/egg/EGG-INFO copying Adafruit_DHT.egg-info/SOURCES.txt -> build/bdist.linux-armv6l/egg/EGG-INFO copying Adafruit_DHT.egg-info/dependency_links.txt -> build/bdist.linux-armv6l/egg/EGG-INFO copying Adafruit_DHT.egg-info/top_level.txt -> build/bdist.linux-armv6l/egg/EGG-INFO writing build/bdist.linux-armv6l/egg/EGG-INFO/native_libs.txt zip_safe flag not set; analyzing archive contents... Adafruit_DHT.__pycache__.Raspberry_Pi_2_Driver.cpython-35: module references __file__ creating 'dist/Adafruit_DHT-1.4.0-py3.5-linux-armv6l.egg' and adding 'build/bdist.linux-armv6l/egg' to it removing 'build/bdist.linux-armv6l/egg' (and everything under it) Processing Adafruit_DHT-1.4.0-py3.5-linux-armv6l.egg removing '/usr/local/lib/python3.5/dist-packages/Adafruit_DHT-1.4.0-py3.5-linux-armv6l.egg' (and everything under it) creating /usr/local/lib/python3.5/dist-packages/Adafruit_DHT-1.4.0-py3.5-linux-armv6l.egg Extracting Adafruit_DHT-1.4.0-py3.5-linux-armv6l.egg to /usr/local/lib/python3.5/dist-packages Adafruit-DHT 1.4.0 is already the active version in easy-install.pth Installed /usr/local/lib/python3.5/dist-packages/Adafruit_DHT-1.4.0-py3.5-linux-armv6l.egg Processing dependencies for Adafruit-DHT==1.4.0 Finished processing dependencies for Adafruit-DHT==1.4.0 - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Installation dependance RPi.GPIO ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Requirement already satisfied: RPi.GPIO in /usr/lib/python3/dist-packages (0.6.5) - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Installation dependance AB Electronics Python Libraries ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Cloning into 'ABElectronics_Python_Libraries'... running install running build running build_py creating build creating build/lib.linux-armv6l-2.7 creating build/lib.linux-armv6l-2.7/ADCDACPi copying ADCDACPi/ADCDACPi.py -> build/lib.linux-armv6l-2.7/ADCDACPi copying ADCDACPi/__init__.py -> build/lib.linux-armv6l-2.7/ADCDACPi creating build/lib.linux-armv6l-2.7/ADCDifferentialPi copying ADCDifferentialPi/__init__.py -> build/lib.linux-armv6l-2.7/ADCDifferentialPi copying ADCDifferentialPi/ADCDifferentialPi.py -> build/lib.linux-armv6l-2.7/ADCDifferentialPi creating build/lib.linux-armv6l-2.7/ADCPi copying ADCPi/ADCPi.py -> build/lib.linux-armv6l-2.7/ADCPi copying ADCPi/__init__.py -> build/lib.linux-armv6l-2.7/ADCPi creating build/lib.linux-armv6l-2.7/ExpanderPi copying ExpanderPi/ExpanderPi.py -> build/lib.linux-armv6l-2.7/ExpanderPi copying ExpanderPi/__init__.py -> build/lib.linux-armv6l-2.7/ExpanderPi creating build/lib.linux-armv6l-2.7/IOPi copying IOPi/__init__.py -> build/lib.linux-armv6l-2.7/IOPi copying IOPi/IOPi.py -> build/lib.linux-armv6l-2.7/IOPi creating build/lib.linux-armv6l-2.7/RTCPi copying RTCPi/__init__.py -> build/lib.linux-armv6l-2.7/RTCPi copying RTCPi/RTCPi.py -> build/lib.linux-armv6l-2.7/RTCPi creating build/lib.linux-armv6l-2.7/ServoPi copying ServoPi/__init__.py -> build/lib.linux-armv6l-2.7/ServoPi copying ServoPi/ServoPi.py -> build/lib.linux-armv6l-2.7/ServoPi running install_lib copying build/lib.linux-armv6l-2.7/ADCDACPi/ADCDACPi.py -> /usr/local/lib/python2.7/dist-packages/ADCDACPi copying build/lib.linux-armv6l-2.7/ADCDACPi/__init__.py -> /usr/local/lib/python2.7/dist-packages/ADCDACPi copying build/lib.linux-armv6l-2.7/ExpanderPi/ExpanderPi.py -> /usr/local/lib/python2.7/dist-packages/ExpanderPi copying build/lib.linux-armv6l-2.7/ExpanderPi/__init__.py -> /usr/local/lib/python2.7/dist-packages/ExpanderPi copying build/lib.linux-armv6l-2.7/ADCDifferentialPi/__init__.py -> /usr/local/lib/python2.7/dist-packages/ADCDifferentialPi copying build/lib.linux-armv6l-2.7/ADCDifferentialPi/ADCDifferentialPi.py -> /usr/local/lib/python2.7/dist-packages/ADCDifferentialPi copying build/lib.linux-armv6l-2.7/IOPi/__init__.py -> /usr/local/lib/python2.7/dist-packages/IOPi copying build/lib.linux-armv6l-2.7/IOPi/IOPi.py -> /usr/local/lib/python2.7/dist-packages/IOPi copying build/lib.linux-armv6l-2.7/ADCPi/ADCPi.py -> /usr/local/lib/python2.7/dist-packages/ADCPi copying build/lib.linux-armv6l-2.7/ADCPi/__init__.py -> /usr/local/lib/python2.7/dist-packages/ADCPi copying build/lib.linux-armv6l-2.7/ServoPi/__init__.py -> /usr/local/lib/python2.7/dist-packages/ServoPi copying build/lib.linux-armv6l-2.7/ServoPi/ServoPi.py -> /usr/local/lib/python2.7/dist-packages/ServoPi copying build/lib.linux-armv6l-2.7/RTCPi/__init__.py -> /usr/local/lib/python2.7/dist-packages/RTCPi copying build/lib.linux-armv6l-2.7/RTCPi/RTCPi.py -> /usr/local/lib/python2.7/dist-packages/RTCPi byte-compiling /usr/local/lib/python2.7/dist-packages/ADCDACPi/ADCDACPi.py to ADCDACPi.pyc byte-compiling /usr/local/lib/python2.7/dist-packages/ADCDACPi/__init__.py to __init__.pyc byte-compiling /usr/local/lib/python2.7/dist-packages/ExpanderPi/ExpanderPi.py to ExpanderPi.pyc byte-compiling /usr/local/lib/python2.7/dist-packages/ExpanderPi/__init__.py to __init__.pyc byte-compiling /usr/local/lib/python2.7/dist-packages/ADCDifferentialPi/__init__.py to __init__.pyc byte-compiling /usr/local/lib/python2.7/dist-packages/ADCDifferentialPi/ADCDifferentialPi.py to ADCDifferentialPi.pyc byte-compiling /usr/local/lib/python2.7/dist-packages/IOPi/__init__.py to __init__.pyc byte-compiling /usr/local/lib/python2.7/dist-packages/IOPi/IOPi.py to IOPi.pyc byte-compiling /usr/local/lib/python2.7/dist-packages/ADCPi/ADCPi.py to ADCPi.pyc byte-compiling /usr/local/lib/python2.7/dist-packages/ADCPi/__init__.py to __init__.pyc byte-compiling /usr/local/lib/python2.7/dist-packages/ServoPi/__init__.py to __init__.pyc byte-compiling /usr/local/lib/python2.7/dist-packages/ServoPi/ServoPi.py to ServoPi.pyc byte-compiling /usr/local/lib/python2.7/dist-packages/RTCPi/__init__.py to __init__.pyc byte-compiling /usr/local/lib/python2.7/dist-packages/RTCPi/RTCPi.py to RTCPi.pyc running install_egg_info Removing /usr/local/lib/python2.7/dist-packages/abelectronics-2.2.egg-info Writing /usr/local/lib/python2.7/dist-packages/abelectronics-2.2.egg-info running install running build running build_py creating build/lib creating build/lib/ADCDACPi copying ADCDACPi/ADCDACPi.py -> build/lib/ADCDACPi copying ADCDACPi/__init__.py -> build/lib/ADCDACPi creating build/lib/ADCDifferentialPi copying ADCDifferentialPi/__init__.py -> build/lib/ADCDifferentialPi copying ADCDifferentialPi/ADCDifferentialPi.py -> build/lib/ADCDifferentialPi creating build/lib/ADCPi copying ADCPi/ADCPi.py -> build/lib/ADCPi copying ADCPi/__init__.py -> build/lib/ADCPi creating build/lib/ExpanderPi copying ExpanderPi/ExpanderPi.py -> build/lib/ExpanderPi copying ExpanderPi/__init__.py -> build/lib/ExpanderPi creating build/lib/IOPi copying IOPi/__init__.py -> build/lib/IOPi copying IOPi/IOPi.py -> build/lib/IOPi creating build/lib/RTCPi copying RTCPi/__init__.py -> build/lib/RTCPi copying RTCPi/RTCPi.py -> build/lib/RTCPi creating build/lib/ServoPi copying ServoPi/__init__.py -> build/lib/ServoPi copying ServoPi/ServoPi.py -> build/lib/ServoPi running install_lib copying build/lib/ADCDACPi/ADCDACPi.py -> /usr/local/lib/python3.5/dist-packages/ADCDACPi copying build/lib/ADCDACPi/__init__.py -> /usr/local/lib/python3.5/dist-packages/ADCDACPi copying build/lib/ExpanderPi/ExpanderPi.py -> /usr/local/lib/python3.5/dist-packages/ExpanderPi copying build/lib/ExpanderPi/__init__.py -> /usr/local/lib/python3.5/dist-packages/ExpanderPi copying build/lib/ADCDifferentialPi/__init__.py -> /usr/local/lib/python3.5/dist-packages/ADCDifferentialPi copying build/lib/ADCDifferentialPi/ADCDifferentialPi.py -> /usr/local/lib/python3.5/dist-packages/ADCDifferentialPi copying build/lib/IOPi/__init__.py -> /usr/local/lib/python3.5/dist-packages/IOPi copying build/lib/IOPi/IOPi.py -> /usr/local/lib/python3.5/dist-packages/IOPi copying build/lib/ADCPi/ADCPi.py -> /usr/local/lib/python3.5/dist-packages/ADCPi copying build/lib/ADCPi/__init__.py -> /usr/local/lib/python3.5/dist-packages/ADCPi copying build/lib/ServoPi/__init__.py -> /usr/local/lib/python3.5/dist-packages/ServoPi copying build/lib/ServoPi/ServoPi.py -> /usr/local/lib/python3.5/dist-packages/ServoPi copying build/lib/RTCPi/__init__.py -> /usr/local/lib/python3.5/dist-packages/RTCPi copying build/lib/RTCPi/RTCPi.py -> /usr/local/lib/python3.5/dist-packages/RTCPi byte-compiling /usr/local/lib/python3.5/dist-packages/ADCDACPi/ADCDACPi.py to ADCDACPi.cpython-35.pyc byte-compiling /usr/local/lib/python3.5/dist-packages/ADCDACPi/__init__.py to __init__.cpython-35.pyc byte-compiling /usr/local/lib/python3.5/dist-packages/ExpanderPi/ExpanderPi.py to ExpanderPi.cpython-35.pyc byte-compiling /usr/local/lib/python3.5/dist-packages/ExpanderPi/__init__.py to __init__.cpython-35.pyc byte-compiling /usr/local/lib/python3.5/dist-packages/ADCDifferentialPi/__init__.py to __init__.cpython-35.pyc byte-compiling /usr/local/lib/python3.5/dist-packages/ADCDifferentialPi/ADCDifferentialPi.py to ADCDifferentialPi.cpython-35.pyc byte-compiling /usr/local/lib/python3.5/dist-packages/IOPi/__init__.py to __init__.cpython-35.pyc byte-compiling /usr/local/lib/python3.5/dist-packages/IOPi/IOPi.py to IOPi.cpython-35.pyc byte-compiling /usr/local/lib/python3.5/dist-packages/ADCPi/ADCPi.py to ADCPi.cpython-35.pyc byte-compiling /usr/local/lib/python3.5/dist-packages/ADCPi/__init__.py to __init__.cpython-35.pyc byte-compiling /usr/local/lib/python3.5/dist-packages/ServoPi/__init__.py to __init__.cpython-35.pyc byte-compiling /usr/local/lib/python3.5/dist-packages/ServoPi/ServoPi.py to ServoPi.cpython-35.pyc byte-compiling /usr/local/lib/python3.5/dist-packages/RTCPi/__init__.py to __init__.cpython-35.pyc byte-compiling /usr/local/lib/python3.5/dist-packages/RTCPi/RTCPi.py to RTCPi.cpython-35.pyc running install_egg_info Removing /usr/local/lib/python3.5/dist-packages/abelectronics-2.2.egg-info Writing /usr/local/lib/python3.5/dist-packages/abelectronics-2.2.egg-info - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Installation dependance Adafruit_Python_BMP085/180 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Cloning into 'Adafruit_Python_BMP'... /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'long_description_content_type' warnings.warn(msg) running install running bdist_egg running egg_info creating Adafruit_BMP.egg-info writing requirements to Adafruit_BMP.egg-info/requires.txt writing Adafruit_BMP.egg-info/PKG-INFO writing top-level names to Adafruit_BMP.egg-info/top_level.txt writing dependency_links to Adafruit_BMP.egg-info/dependency_links.txt writing manifest file 'Adafruit_BMP.egg-info/SOURCES.txt' reading manifest file 'Adafruit_BMP.egg-info/SOURCES.txt' writing manifest file 'Adafruit_BMP.egg-info/SOURCES.txt' installing library code to build/bdist.linux-armv6l/egg running install_lib running build_py creating build creating build/lib.linux-armv6l-2.7 creating build/lib.linux-armv6l-2.7/Adafruit_BMP copying Adafruit_BMP/__init__.py -> build/lib.linux-armv6l-2.7/Adafruit_BMP copying Adafruit_BMP/BMP085.py -> build/lib.linux-armv6l-2.7/Adafruit_BMP creating build/bdist.linux-armv6l creating build/bdist.linux-armv6l/egg creating build/bdist.linux-armv6l/egg/Adafruit_BMP copying build/lib.linux-armv6l-2.7/Adafruit_BMP/__init__.py -> build/bdist.linux-armv6l/egg/Adafruit_BMP copying build/lib.linux-armv6l-2.7/Adafruit_BMP/BMP085.py -> build/bdist.linux-armv6l/egg/Adafruit_BMP byte-compiling build/bdist.linux-armv6l/egg/Adafruit_BMP/__init__.py to __init__.pyc byte-compiling build/bdist.linux-armv6l/egg/Adafruit_BMP/BMP085.py to BMP085.pyc creating build/bdist.linux-armv6l/egg/EGG-INFO copying Adafruit_BMP.egg-info/PKG-INFO -> build/bdist.linux-armv6l/egg/EGG-INFO copying Adafruit_BMP.egg-info/SOURCES.txt -> build/bdist.linux-armv6l/egg/EGG-INFO copying Adafruit_BMP.egg-info/dependency_links.txt -> build/bdist.linux-armv6l/egg/EGG-INFO copying Adafruit_BMP.egg-info/requires.txt -> build/bdist.linux-armv6l/egg/EGG-INFO copying Adafruit_BMP.egg-info/top_level.txt -> build/bdist.linux-armv6l/egg/EGG-INFO zip_safe flag not set; analyzing archive contents... creating dist creating 'dist/Adafruit_BMP-1.5.4-py2.7.egg' and adding 'build/bdist.linux-armv6l/egg' to it removing 'build/bdist.linux-armv6l/egg' (and everything under it) Processing Adafruit_BMP-1.5.4-py2.7.egg Removing /usr/local/lib/python2.7/dist-packages/Adafruit_BMP-1.5.4-py2.7.egg Copying Adafruit_BMP-1.5.4-py2.7.egg to /usr/local/lib/python2.7/dist-packages Adafruit-BMP 1.5.4 is already the active version in easy-install.pth Installed /usr/local/lib/python2.7/dist-packages/Adafruit_BMP-1.5.4-py2.7.egg Processing dependencies for Adafruit-BMP==1.5.4 Searching for Adafruit-GPIO==1.0.4 Best match: Adafruit-GPIO 1.0.4 Processing Adafruit_GPIO-1.0.4-py2.7.egg Adafruit-GPIO 1.0.4 is already the active version in easy-install.pth Using /usr/local/lib/python2.7/dist-packages/Adafruit_GPIO-1.0.4-py2.7.egg Searching for spidev==3.3 Best match: spidev 3.3 Adding spidev 3.3 to easy-install.pth file Using /usr/lib/python2.7/dist-packages Searching for Adafruit-PureIO==1.0.4 Best match: Adafruit-PureIO 1.0.4 Processing Adafruit_PureIO-1.0.4-py2.7.egg Adafruit-PureIO 1.0.4 is already the active version in easy-install.pth Using /usr/local/lib/python2.7/dist-packages/Adafruit_PureIO-1.0.4-py2.7.egg Finished processing dependencies for Adafruit-BMP==1.5.4 running install running bdist_egg running egg_info writing top-level names to Adafruit_BMP.egg-info/top_level.txt writing requirements to Adafruit_BMP.egg-info/requires.txt writing Adafruit_BMP.egg-info/PKG-INFO writing dependency_links to Adafruit_BMP.egg-info/dependency_links.txt reading manifest file 'Adafruit_BMP.egg-info/SOURCES.txt' writing manifest file 'Adafruit_BMP.egg-info/SOURCES.txt' installing library code to build/bdist.linux-armv6l/egg running install_lib running build_py creating build/lib creating build/lib/Adafruit_BMP copying Adafruit_BMP/__init__.py -> build/lib/Adafruit_BMP copying Adafruit_BMP/BMP085.py -> build/lib/Adafruit_BMP creating build/bdist.linux-armv6l/egg creating build/bdist.linux-armv6l/egg/Adafruit_BMP copying build/lib/Adafruit_BMP/__init__.py -> build/bdist.linux-armv6l/egg/Adafruit_BMP copying build/lib/Adafruit_BMP/BMP085.py -> build/bdist.linux-armv6l/egg/Adafruit_BMP byte-compiling build/bdist.linux-armv6l/egg/Adafruit_BMP/__init__.py to __init__.cpython-35.pyc byte-compiling build/bdist.linux-armv6l/egg/Adafruit_BMP/BMP085.py to BMP085.cpython-35.pyc creating build/bdist.linux-armv6l/egg/EGG-INFO copying Adafruit_BMP.egg-info/PKG-INFO -> build/bdist.linux-armv6l/egg/EGG-INFO copying Adafruit_BMP.egg-info/SOURCES.txt -> build/bdist.linux-armv6l/egg/EGG-INFO copying Adafruit_BMP.egg-info/dependency_links.txt -> build/bdist.linux-armv6l/egg/EGG-INFO copying Adafruit_BMP.egg-info/requires.txt -> build/bdist.linux-armv6l/egg/EGG-INFO copying Adafruit_BMP.egg-info/top_level.txt -> build/bdist.linux-armv6l/egg/EGG-INFO zip_safe flag not set; analyzing archive contents... creating 'dist/Adafruit_BMP-1.5.4-py3.5.egg' and adding 'build/bdist.linux-armv6l/egg' to it removing 'build/bdist.linux-armv6l/egg' (and everything under it) Processing Adafruit_BMP-1.5.4-py3.5.egg Removing /usr/local/lib/python3.5/dist-packages/Adafruit_BMP-1.5.4-py3.5.egg Copying Adafruit_BMP-1.5.4-py3.5.egg to /usr/local/lib/python3.5/dist-packages Adafruit-BMP 1.5.4 is already the active version in easy-install.pth Installed /usr/local/lib/python3.5/dist-packages/Adafruit_BMP-1.5.4-py3.5.egg Processing dependencies for Adafruit-BMP==1.5.4 Searching for Adafruit-GPIO==1.0.4 Best match: Adafruit-GPIO 1.0.4 Processing Adafruit_GPIO-1.0.4-py3.5.egg Adafruit-GPIO 1.0.4 is already the active version in easy-install.pth Using /usr/local/lib/python3.5/dist-packages/Adafruit_GPIO-1.0.4-py3.5.egg Searching for spidev==3.3 Best match: spidev 3.3 Adding spidev 3.3 to easy-install.pth file Using /usr/lib/python3/dist-packages Searching for Adafruit-PureIO==1.0.4 Best match: Adafruit-PureIO 1.0.4 Processing Adafruit_PureIO-1.0.4-py3.5.egg Adafruit-PureIO 1.0.4 is already the active version in easy-install.pth Using /usr/local/lib/python3.5/dist-packages/Adafruit_PureIO-1.0.4-py3.5.egg Finished processing dependencies for Adafruit-BMP==1.5.4 - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Installation dependance Adafruit_circuitpython

Installation dependance Adafruit_circuitpython
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Looking in indexes: /pypi.org/simple, /www.piwheels.org/simple
Collecting adafruit-circuitpython-lis3dh
Using cached /www.piwheels.org/simple/adafruit-circuitpython-lis3dh/adafruit_circuitpython_lis3dh-5.0.1-py3-none-any.whl
Collecting Adafruit-Blinka
Using cached /www.piwheels.org/simple/adafruit-blinka/Adafruit_Blinka-3.3.4-py3-none-any.whl
Requirement already satisfied: pyftdi>=0.30.0 in /usr/local/lib/python3.5/dist-packages (from Adafruit-Blinka->adafruit-circuitpython-lis3dh) (0.42.2)
Requirement already satisfied: rpi-ws281x>=4.0.0 in /usr/local/lib/python3.5/dist-packages (from Adafruit-Blinka->adafruit-circuitpython-lis3dh) (4.2.2)
Requirement already satisfied: RPi.GPIO in /usr/lib/python3/dist-packages (from Adafruit-Blinka->adafruit-circuitpython-lis3dh) (0.6.5)
Requirement already satisfied: Adafruit-PureIO in /usr/local/lib/python3.5/dist-packages/Adafruit_PureIO-1.0.4-py3.5.egg (from Adafruit-Blinka->adafruit-circuitpython-lis3dh) (1.0.4)
Requirement already satisfied: Adafruit-PlatformDetect in /usr/local/lib/python3.5/dist-packages (from Adafruit-Blinka->adafruit-circuitpython-lis3dh) (1.3.8)
Collecting spidev>=3.4; sys_platform == "linux"
Using cached /www.piwheels.org/simple/spidev/spidev-3.4-cp35-cp35m-linux_armv6l.whl
Requirement already satisfied: sysv-ipc; platform_system != "Windows" in /usr/local/lib/python3.5/dist-packages (from Adafruit-Blinka->adafruit-circuitpython-lis3dh) (1.0.1)
Requirement already satisfied: pyusb>=1.0.0 in /usr/local/lib/python3.5/dist-packages (from pyftdi>=0.30.0->Adafruit-Blinka->adafruit-circuitpython-lis3dh) (1.0.2)
Requirement already satisfied: pyserial>=3.0 in /usr/lib/python3/dist-packages (from pyftdi>=0.30.0->Adafruit-Blinka->adafruit-circuitpython-lis3dh) (3.2.1)
Installing collected packages: spidev, Adafruit-Blinka, adafruit-circuitpython-lis3dh
Found existing installation: spidev 3.3
ERROR: Cannot uninstall 'spidev'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
-

Bonjour,

Aie, un problème avec distutils, ça sent la réinstallation …
Avant, essaie :

sudo apt-get remove python-spidev
sudo pip3 install adafruit-blinka

Bonne journée.

bonjour

j’ai essayé les lignes de commande mais j’ai toujours l’erreur :confused:

je vais réinstaller la totalité quelle version de raspbian tu me conseil pour des pi 0 w ?

et merci pour tes reponses rapide :smiley:

bon week end

Bonsoir,

Zut…:thinking:

J’utilise actuellement la version lite du 26/09 de la raspbian : Raspberry Pi OS – Raspberry Pi
sur mes rpi1, 2 et 3.

Bonne réinstallation et bon week-end.

Jeedouino fonctionne bien en direct sur le raspberry avec les sondes BME680 et les DHT22 et bs18b20 à l’heure ou je vous parle.

Les DS18B20 seront également utilisables avec le plugin DHT22 qui sera mis à jour en avril 2021. https://linura.github.io/dht22/fr_FR/
Y a encore quelques bugs pour le moment ou les sondes n’envoient pas toujours la bonne valeur. Vous pouvez dire Merci à Christophe le développeur.

En général sur une dht22 il y a un offset de 1 à 2 degré et sur ds18b20 1 degré c’est ce que j’ai sur la plupart de mes sondes. Le plugin DHT22 permet de mettre votre offset personnalisé