私は geopandas を 2 つの異なる方法でインストールしようとしました:pip install geopandas
または複製によって
git clone https://github.com/kjordahl/geopandas
どちらの場合も、インストール ファイルsetup.py
がしばらく実行された後、次のエラー メッセージが返されます。
src/fiona/ogrinit.c:300:23: fatal error: cpl_error.h: No such file or directory
compilation terminated.
error: command 'gcc' failed with exit status 1
fiona
Python が地理空間データを読み取ることができるよう に、 OGRへのインターフェイスです。cpl_error.h
行方不明のようです。私に何ができる?