나는 geopandas 두 가지 방법을 설치하는 것을 시도했다 : 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
그래서 파이썬은 지리 공간 데이터를 읽을 수 OGR에 대한 인터페이스는 다음과 같습니다 다음이 오류 메시지를 반환합니다. cpl_error.h
가 누락 된 것 같습니다. 내가 무엇을 할 수 있을지? 와 GDAL 바이너리를 설치
'sudo apt-get install libgdal-dev' ✓ –