Bonjour,
Je rencontre un problème sur une Debian 12 fraichement installée (version Jeedom 4.4.17). A priori, les dépendances ne semble pas s’installer.
voici par exemple un type d’erreur que j’ai:
0603|error: command '/usr/bin/aarch64-linux-gnu-gcc' failed with exit code 1
0604|[end of output]
0605|note: This error originates from a subprocess, and is likely not a problem with pip.
0606|ERROR: Failed building wheel for cryptography
0607|Failed to build cryptography
0608|ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (cryptography)
J’ai essayé de mettre à jour manuellement mais rien n’y fait.
pip install --root-user-action=ignore Cmake
pip install --upgrade setuptools
pip install --upgrade --root-user-action=ignore pip
pip install --root-user-action=ignore setuptools==57.0.0
pip install --upgrade --root-user-action=ignore pip pipenv
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
apt-get install libhdf5-dev -y
pip3 install --no-cache-dir --upgrade cryptography
pip3 install --no-cache-dir --upgrade python-miio
Merci d’avance