ImportError: matplotlib requires dateutil

Solution 1:

Here's a list of the programs you can install on windows:

http://www.lfd.uci.edu/~gohlke/pythonlibs/

And you'll need the following dependencies: Requires numpy, dateutil, pytz, pyparsing, six

Solution 2:

You're probably looking for:

pip install python-dateutil