ImportError: ¿El backend Gtk* requiere la instalación de pygtk (python3.4)?

ImportError: ¿El backend Gtk* requiere la instalación de pygtk (python3.4)?

Me quedo con este error por favor ayuda

 File "/usr/lib/python3/dist-packages/matplotlib/backends/backend_gtk.py", line 16, in <module>
    raise ImportError("Gtk* backend requires pygtk to be installed.")
ImportError: Gtk* backend requires pygtk to be installed

Respuesta1

Podría resolver este problema cambiando el backend a TkAgg. Simplemente vaya a su .matplotlibrcarchivo y cambie el backend.

Normalmente el archivo se guarda en el directorio de inicio:~/.matplotlibrc

Si no está allí, puedes intentar buscar en:

/usr/local/lib/python3.4/dist-packages/matplotlib/mpl-data/matplotlibrc

Aquí debe reemplazar la versión 3.4 de Python por la suya.

información relacionada