【发布时间】:2016-11-07 12:14:07
【问题描述】:
当我尝试导入 matplotlib 时出现此错误。我已经安装了 matplotlib。
Traceback (most recent call last):
File "<pyshell#23>", line 1, in <module>
import matplotlib
File "C:\Python27\lib\site-packages\matplotlib\__init__.py", line 110, in <module>
raise ImportError("matplotlib requires dateutil")
ImportError: matplotlib requires dateutil
我该如何解决这个问题?
【问题讨论】:
-
你是否使用 pip 安装了 matplotlib?
标签: python-2.7 matplotlib python-dateutil