parser - six python install
ImportError: matplotlib requiere dateutil (2)
He instalado satisfactoriamente matplotlib con Python 2.6 en x64 Windows7. Cuando intento importar matplotlib, muestra el siguiente error. También he instalado numpy siguiendo este enlace: Instalación de Numpy en Windows 7 de 64 bits con Python 2.7.3
import matplotlib.pyplot as plt
Traceback (most recent call last):
File "<pyshell#2>", line 1, in <module>
import matplotlib.pyplot as plt
File "C:/Python26/Lib/site-packages/matplotlib/__init__.py", line 110, in <module>
raise ImportError("matplotlib requires dateutil")
ImportError: matplotlib requires dateutil
¿Cómo puedo hacer que funcione?
Instalé matplotlib-1.3.0.win-amd64-py2.6.exe desde http://matplotlib.org/downloads.html
Aquí hay una lista de los programas que puede instalar en Windows:
http://www.lfd.uci.edu/~gohlke/pythonlibs/
Y necesitará las siguientes dependencias: Requiere numpy, dateutil, pytz, pyparsing, six
Probablemente estés buscando:
pip install python-dateutil