1

我在安装 fiona 时遇到困难。

我已经关注了 fiona 的官方文档 ( https://github.com/sgillies/fiona ) 以及下面的相关线程。

在 python cpl_error.h 中安装 Fiona 时遇到问题:没有这样的文件或目录

我对 pip install shapely 没有任何问题,我使用了 brew install gdal。当我使用命令 pip install fiona 时,出现许多错误

clang: error: unknown argument: '-mno-fused-madd' [-Wunused-command-line-argument-hard-error-in-future]

clang: note: this will be a hard error (cannot be downgraded to a warning) in the future

error: command 'cc' failed with exit status 1

以及有关 gdal-config 的警告,例如"Failed to get options via gdal-config"

我担心导致问题的 gdal-config 位置存在问题。我想在我使用 brew install 之前,我之前可能已经安装了 GDAL 和 kyngchaos 以供 QGIS 使用

任何见解将不胜感激。我无法想象我是唯一一个在安装 fiona 时遇到问题的人,但我还无法单独通过谷歌搜索找到解决方案。

4

1 回答 1

0

如果您使用的是 XCode 5.1,则问题可能是 Clang 中无法识别的选项。有关如何解决此问题的详细信息,请参见此处:http: //bruteforce.gr/bypassing-clang-error-unknown-argument.html

于 2014-05-05T22:05:31.660 回答