[Raspberry pi 5] Thonny et plugins

Bonjour, je viens de recevoir mon raspberry pi 5 et je souhaitais utiliser thonny pour python mais impossible d’installer des plugins même en mode console.

Il m’indique ceci:

/usr/bin/python3 -m pip --disable-pip-version-check --no-color install --no-warn-script-location --user --progress-bar off --user coinbase
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.

For more information visit http://rptl.io/venv

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.
Error: process returned with code 1

Si quelqu’un à une solution!

Merci

Bonjour,

Depuis BookWorm, il est souvent demandé d’installer les packets Python dans un environement virtuel venv.

https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/

A essayer…

A+

Merci de ta réponse, j’ai essayé soit par l’invite de commande mais ça ne fonctionne pas, et avec thonny non plus. Mais par l’invite de commande c’est plus si simple qu’avant!