ImportError: matplotlib requires dateutil

前端 未结 2 754
失恋的感觉
失恋的感觉 2020-12-04 11:11

I have successfully installed matplotlib with python 2.6 on x64 Windows7. When I try to import matplotlib, it shows the following error. I have also installed numpy followin

相关标签:
2条回答
  • 2020-12-04 11:51

    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

    0 讨论(0)
  • 2020-12-04 11:55

    You're probably looking for:

    pip install python-dateutil
    
    0 讨论(0)
提交回复
热议问题