【发布时间】:2014-06-26 13:58:39
【问题描述】:
我正在尝试在 OS X Mavericks 上安装最新版本的 matplotlib。我遵循了 matplotlib 网站上的两种安装方法:easy_install -m matplotlib 方法和git clone 从源安装方法。
当我尝试使用任一方法进行安装时出现此错误:
AttributeError: 'Configuration' object has no attribute 'add_define_macros'
知道我应该怎么做吗?
【问题讨论】:
标签: python macos matplotlib