Je me demande s'il est possible d'utiliser
Sudo apt-get install python-matplotlib
obtenir une version 2.0.0 ou 2.1.0 de matplotlib?
J'ai essayé
Sudo apt-get install python-matplotlib=2.0.0
ne fonctionne pas. Il semble que je ne peux obtenir que la version 1.5.1.
Quelqu'un pourrait-il donner une suggestion? Je ne veux pas utiliser pip pour installer la bibliothèque, car la dernière fois que j'ai rencontré un problème de mixinstall ...
Merci d'avance!
Avant de commencer - n'oubliez pas de supprimer python-matplotlib avecSudo apt-get purge python-matplotlib
.
Ensuite, vous pouvez essayer d’installer matplotlib-2.1.0 avec pip:
Sudo pip install matplotlib
(for python2.7)Sudo pip3 install matplotlib
(pour python3.5).Je ne pouvais pas installer matplotlib sur mon Ubuntu 16.04 en utilisant python 3.5 (ImportError: Aucun module nommé '_tkinter').
Ensuite, après avoir utilisé python 3.6.4, tout a bien fonctionné.