Forum Python

Please or S’enregistrer to create posts and topics.

désinstallerune bibliothèque Python

une idée svp comment pourrai -j- désinstaller une bibliothèque Python ?

Désinstaller une bibliothèque python est une opération banale! Il suffit de taper  la commande suivante sur cmd ou un terminal:

pip uninstall nom_de_la_bibliotheque

Exemple (désinstaller numpy)

pip uninstall numpy