J'utilise Ubuntu 14.04 avec Python 2.7.6. J'ai installé matplotlib
pour Python 2. Maintenant, je viens d'installer Python 3.4.2 en utilisant pyenv install 3.4.2
. J'ai ensuite couru pip install matplotlib
pour installer matplotlib
pour Python 3. J'ai découvert plus tard le paquet python3-matplotlib
pour Ubuntu 14.04. Je me demande: aurais-je dû utiliser à la sudo apt-get install python3-matplotlib
place? Quelle est la méthode préférée d'installation matplotlib
pour Python 3 côte à côte avec Python 2 matplotlib
?
11
pip
installation, c'est-à-direpip uninstall matplotlib
:, puis exécutersudo apt-get install python3-matplotlib
?pyenv global 3.4.2
et puis justepython <filename.py>
?python3-matplotlib
utilisantapt-get
. J'ai exécuté un tracé de test, et cela fonctionne toujours (pour les deux python 2.7.6 et 3.4.2) ..C'est un problème avec les fichiers de développement de libgeos. J'ai le même problème et il a été résolu en installant ces bibliothèques. J'espère que cela aide.
la source