我在安装fiona时遇到了困难。
我已经关注了fiona的官方文档(https://github.com/sgillies/fiona)以及下面的相关主题。
trouble installing Fiona in python cpl_error.h: No such file or directory
我对pip install的形状没有任何问题,我使用了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安装之前可能已经安装了用于QGIS的kyngchaos的GDAL
任何见解都会非常感激。我无法想象我是唯一一个在安装fiona时遇到问题的人,但我还没有通过谷歌搜索找到解决方案。
答案 0 :(得分:0)
如果您正在使用XCode 5.1,则问题可能是Clang中无法识别的选项。有关如何解决此问题的详细信息,请参阅此处:http://bruteforce.gr/bypassing-clang-error-unknown-argument.html