J'arrive pas à installer https://github.com/tasmota/tasmotizer/tree/release une bonne âme pour m'aider SVP ?
PC sous linux LMDE6 64bits
Python installé (enfin normalement
Code : Tout sélectionner
python3 -V
Python 3.11.2
Code : Tout sélectionner
git clone https://github.com/tasmota/tasmotizer.gitCode : Tout sélectionner
pip3 install --upgrade pip wheel
bash: /usr/bin/pip3: Aucun fichier ou dossier de ce typeCode : Tout sélectionner
pip -V
La commande « pip » n'a pas été trouvée, mais peut être installée avec :
sudo apt install python3-pipPetite précision, je ne suis vraiment pas à l’aise avec GitHub ni avec Python. A vrai dire je suis nul... Mais c'est moins pire qu'hier.
Merci d'avance
EDIT
J'ai installer pip (avec succes)
Code : Tout sélectionner
pip -V
pip 23.0.1 from /usr/lib/python3/dist-packages/pip (python 3.11)
Code : Tout sélectionner
pip3 install --upgrade pip wheel
error: externally-managed-environment
× This environment is externally managed
╰─> To install Python packages system-wide, try apt install
python3-xyz, where xyz is the package you are trying to
install.
If you wish to install a non-Debian-packaged Python package,
create a virtual environment using python3 -m venv path/to/venv.
Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
sure you have python3-full installed.
If you wish to install a non-Debian packaged Python application,
it may be easiest to use pipx install xyz, which will manage a
virtual environment for you. Make sure you have pipx installed.
See /usr/share/doc/python3.11/README.venv for more information.
note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
hint: See PEP 668 for the detailed specification.
C'est une nouveauté pour éviter que les gens détruisent leur linux.
En gros, python est essentiel au système car beaucoup d'éléments de l'os sont rédigés en python. Certaines dépendances python sont packagé et tu peux les installer via apt avec un truc du genre
Installer ton truc, c'est un peu la merde dans le sens où il y a des dépendances qui ne sont pas compatible avec la version de python installée (et la seule disponible). Au bout du compte, il faut te taper la compilation et l'installation d'un python plus ancien.
Donc au final, c'est compliqué. A votre connaissance, y a une solution simple sous linux, ou je pique le PC de la gamine lol.