如何为“Apple system Python”安装Python模块?

时间:2014-03-15 23:44:43

标签: python matplotlib qgis

我正在尝试安装QGis(来自Kyngchaos软件包),但它失败并出现错误" QGIS需要Matplotlib python模块。"。

我非常确定问题是我需要为Apple的系统Python安装matplotlib,以便QGis(see background)可以找到它。

我对错误感到有点困惑,因为我只是在命令行打开python,它发现matplotlib没有任何问题:

$ python 
>>> import matplotlib
>>>

我想我打开的Python并不是" Apple Python" - 确实which python给了我/opt/local/bin/python

但是,如果我按照/Library/Python/2.7/site-packages查看上面的答案,我就不会在那里看到matplotlib。

那么,如何为Apple的系统Python安装matplotlib?

2 个答案:

答案 0 :(得分:2)

从这里安装matplotlib:http://www.kyngchaos.com/software/python。它会将matplotlib放在/Library/Python/2.7/site-packages这就是Qgis寻找的地方。

答案 1 :(得分:1)

我和你有完全相同的问题。我花了几个小时在网上搜索解决方案是我发现的:

我找到了很棒的链接:https://www.youtube.com/watch?v=oAC5K8jMfQI

它详细描述了你该做什么。所以你只需要下载:

  1. GDAL 1-10从这里完成:http://www.kyngchaos.com/software/frameworks然后安装第一个GDAL Complete,然后安装NumPy然后:
  2. 适用于您的Mac版本的QGIS版本:http://www.kyngchaos.com/software/archive
  3. 祝你好运。对我而言,它有效!