Dépendance NOK: error: Rust 1.41.1 does not match extension requirement >=1.56.0

Bonjour à tous,

Depuis quelques jours mes dépendances sont HS. Voici les logs :

=============================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.7.3
platform: Linux-5.10.103-v7+-armv7l-with-debian-10.13
pip: n/a
setuptools: 67.8.0
setuptools_rust: 1.6.0
rustc: 1.41.1
=============================DEBUG ASSISTANCE=============================
error: Rust 1.41.1 does not match extension requirement >=1.56.0
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for cryptography
Failed to build cryptography
ERROR: Could not build wheels for cryptography, which is required to install pyproject.toml-based projects
+ echo 6
+ php /var/www/html/core/class/../php/jeecli.php plugin dependancy_end xiaomihome
+ rm /tmp/jeedom_install_in_progress_xiaomihome
+ echo '*******************End of package installation******************'
*******************End of package installation******************

Pouvez-vous m’aider svp ?

Bonjour,

mettre à jour Rust.
Si tu as le plugin zigbee, voir ici : [RTEX] installation dépendances plugin-zigbee Raspberry Pi OS 32-bit armhf – Rust Cryptography

akenad :slight_smile:

Merci pour ton aide. Voici le message d’erreur affiché à présent : error: can’t find Rust compiler.
As-tu une idée pour corriger cette erreur ?

C’est expliqué dans le lien que j’ai indiqué dans mon post précédent.

Extrait :

Depuis SSH, connecté avec un compte utilisateur :

Lancer les commandes :

$ sudo su -
# curl -o rustup.sh -sSf https://sh.rustup.rs
# chmod +x rustup.sh
# ./rustup.sh

akenad :slight_smile: