python - ImportError: matplotlib requires dateutil; import matplotlib.pyplot as plt -


am new progamming , python, keep getting error below when run program. advised should use pip solve it. cant pip installed using cmd. though suceeded using powershell still cant make work. how solve this, tips go along way. thanks

traceback (most recent call last):   file "<pyshell#0>", line 1, in <module>     satmc import satmc   file "c:\python27\starb_models_grid1\satmc.py", line 3, in <module>     import matplotlib.pyplot plt   file "c:\python27\lib\site-packages\matplotlib\__init__.py", line 110, in <module>     raise importerror("matplotlib requires dateutil") importerror: matplotlib requires dateutil 

am using version 2.7.3

you need install various packages numpy working correctly.

  1. libsvm-3.17.win32-py2.7
  2. pyparsing-2.0.1.win32-py2.7
  3. python-dateutil-2.2.win32-py2.7
  4. pytz-2013.9.win32-py2.7
  5. six-1.5.2.win32-py2.7
  6. scipy-0.13.3.win32-py2.7
  7. numpy-mkl-1.8.0.win32-py2.7
  8. matplotlib

download binaries link , install , have working numpy installation.


Comments

Popular posts from this blog

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -