Page 1 sur 1

Plugins Domoticz ne fonctionne pas avec Python 3.5

Publié : 12 mai 2018, 12:11
par damolc
Bonjour

je viens de m apercevoir que les Plugins de domoticz ne fonctionne pas sous Python 3.5 sous stretch
Ils fonctionnaient parfaitement en version 3.4 mais après un Upgrade ils font planter Domoticz
J ai voulu repasser en version 3.4 :

sudo update-alternatives --install /usr/bin/python python3 /usr/bin/python3.5 1
sudo update-alternatives --install /usr/bin/python python3 /usr/bin/python3.4 2
sudo update-alternatives --config python3

Mais ça ne fonctionne plus
Avez vous une idée??
Merci

Re: Plugins Domoticz ne fonctionne pas avec Python 3.5

Publié : 12 mai 2018, 13:11
par toutazimuth
Bonjour damolc
Alors même soucis pour moi ; les plugins Python ne fonctionnent qu'avec Python 3.4
Donc j'ai désinstallé Python 3.5 (je suis sur Raspberry Pi et Stretch)

Code : Tout sélectionner

sudo apt-get remove python3.5
sudo apt-get remove python3.5-minimal
sudo apt-get remove libpython3.5
sudo apt-get remove libpython3.5-minimal
Et après j'ai installé Python 3.4

Code : Tout sélectionner

sudo apt-get install python3.4 libpython3.4 python3.4-dev
Et la tout nickel avec Domoticz beta :mrgreen:

Re: Plugins Domoticz ne fonctionne pas avec Python 3.5

Publié : 12 mai 2018, 13:32
par damolc
Merci de ton aide
j ai bien desinstaller la version 3.5
Et passé en 3.4
Merci