标签: python macos matplotlib
我正在尝试在OS X Mavericks上安装最新版本的matplotlib。我遵循matplotlib网站上的两个安装方法:easy_install -m matplotlib方法,并从源方法安装git clone。
matplotlib
easy_install -m matplotlib
git clone
当我尝试使用任一方法安装时出现此错误:
AttributeError: 'Configuration' object has no attribute 'add_define_macros'
知道我应该做什么吗?