Estoy usando Ubuntu 14.04 con Python 2.7.6. He instalado matplotlib
para Python 2. Ahora, acabo de instalar Python 3.4.2 usando pyenv install 3.4.2
. Luego corrí pip install matplotlib
para instalar matplotlib
Python 3. Más tarde descubrí el paquete python3-matplotlib
para Ubuntu 14.04. Me pregunto: ¿debería haber usado en su sudo apt-get install python3-matplotlib
lugar? ¿Cuál es la forma preferida de instalar matplotlib
Python 3 junto con Python 2 matplotlib
?
11
pip
instalación, es decir:pip uninstall matplotlib
y luego ejecutarsudo apt-get install python3-matplotlib
?pyenv global 3.4.2
y luego simplementepython <filename.py>
?python3-matplotlib
usandoapt-get
. Ejecuté un diagrama de prueba y aún funciona (tanto para Python 2.7.6 como 3.4.2).Es un problema con los archivos de desarrollo de libgeos. Tengo el mismo problema y se resolvió instalando esas bibliotecas. Espero eso ayude.
fuente