Page 3 sur 5
Re: Conseil clé Zigbee
Publié : 21 janv. 2023, 19:52
par KyloRen
Salut,
Déjà merci pour vos réponses.
En fait, j'ai un souci à l'install du plugin.
J'ai l'erreur suivante dans les logs DOMOTICZ :
2023-01-21 18:47:16.400 Error: PyDomoticz_Error, illegal operation, Plugin has not started yet.
2023-01-21 18:47:16.574 Error: clezig: Looks like aiohttp python module is not installed. Make sure to install the required python3 module
2023-01-21 18:47:16.574 Error: clezig: Use the command:
2023-01-21 18:47:16.574 Error: clezig: sudo pip3 install -r requirements.txt
Quand je lance la commande demandée, j'ai l'erreur suivante :
pi@raspberrypi:~/domoticz/plugins/Domoticz-Zigbee $ sudo pip3 install -r requirements.txt
sudo: pip3: command not found
Ca vous parle ?
Re: Conseil clé Zigbee
Publié : 21 janv. 2023, 20:52
par Keros
Essaye d'installer pip avec la commande :
Tu as suivi les indications d'installation sur le wiki ?
Re: Conseil clé Zigbee
Publié : 21 janv. 2023, 23:04
par KyloRen
Re,
Oui j'ai suivi le tuto pas à pas.
Mais à chaque fois que j'avance un peu, je tombe sur des erreurs.
La nouvelle :
=============================DEBUG ASSISTANCE=============================
If you are seeing a compilation error please try the following steps to
successfully install cryptography:
1) Upgrade to the latest pip and try again. This will fix errors for most
users. See:
https://pip.pypa.io/en/stable/installing/#upgrading-pip
2) Read
https://cryptography.io/en/latest/installation/ for specific
instructions for your platform.
3) Check our frequently asked questions for more information:
https://cryptography.io/en/latest/faq/
4) Ensure you have a recent Rust toolchain installed:
https://cryptography.io/en/latest/installation/#rust
Python: 3.9.2
platform: Linux-5.15.61-v7+-armv7l-with-glibc2.31
pip: n/a
setuptools: 66.1.1
setuptools_rust: 1.5.2
rustc: n/a
=============================DEBUG ASSISTANCE=============================
error: can't find Rust compiler
If you are using an outdated pip version, it is possible a prebuilt wheel is a vailable for this package but pip is not able to install from it. Installing from the wheel would avoid the need for a Rust compiler.
To update pip, run:
pip install --upgrade pip
and then retry package installation.
If you did intend to build this package from source, try installing a Rust compiler from your system package manager and ensure it is on the PATH during installation. Alternatively, rustup (available at
https://rustup.rs) is the recommended way to download and update the Rust compiler toolchain.
This package requires Rust >=1.48.0.
----------------------------------------
ERROR: Failed building wheel for cryptography
Failed to build cryptography
ERROR: Could not build wheels for cryptography which use PEP 517 and cannot be installed directly
Je pense que c'est mon install de base sur raspberry qui doit pas être conforme
Re: Conseil clé Zigbee
Publié : 21 janv. 2023, 23:33
par Keros
Tu as fait quoi comme installation sur ton Raspberry ?
Re: Conseil clé Zigbee
Publié : 21 janv. 2023, 23:46
par KyloRen
Salut,
J'ai mis raspberry pi os lite
Puis j'ai installé domoticz
Re: Conseil clé Zigbee
Publié : 21 janv. 2023, 23:53
par Keros
Il est possible que ça vienne de là.
Fait une image de ta carte SD ou SSD et tente avec la version standard. Si ça roule, tu continues avec et sinon, tu remets ton image.
Re: Conseil clé Zigbee
Publié : 22 janv. 2023, 00:01
par KyloRen
Re,
Je vais me tenter ça !
Merci pour le coup de main en cas.
Puis si ça marche pas, bah pas de clé zigbee lol
Re: Conseil clé Zigbee
Publié : 22 janv. 2023, 00:06
par Keros
Je n'ai pas fait de fresh install depuis 6 mois, mais il n'y a pas de raisons que ça ne marche pas/plus.
Re: Conseil clé Zigbee
Publié : 22 janv. 2023, 09:25
par Flying Domotic
J'ai fait une instal de la 2022.2 il y a une dizaine de jours sans soucis sous Buster avec juste la ligne de commande.
Re: Conseil clé Zigbee
Publié : 22 janv. 2023, 14:12
par KyloRen
Bonjour à tous,
J'ai trouvé l'origine de mon souci.
J'ai réinstallé mon raspberry pi3b+ avec pi os "classique" et non pi os "lite"
=> Tout est OK à présent !
Je tenais à tous vous remercier pour l'aide.
Et merci aussi à ceux qui font évoluer DOMOTICZ !!