我正在尝试安装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?
答案 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
它详细描述了你该做什么。所以你只需要下载: