멋진 PySAL 패키지 의 매핑 구성 요소를 사용하려고 하지만 어떤 이유로 ogr 모듈이 없습니다. 나는 그것이 gdal 과 함께 제공 되었다는 인상을 받았다 . 뭔가 빠졌습니까?
import gdal
import ogr
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-29-ef9eb3418665> in <module>()
----> 1 import gdal
2 import ogr
ImportError: No module named gdal
업데이트 : 비행기를 타기 위해 조금 서두르는 것이 두려워서 중요한 정보를 포함시키지 못했습니다. 나는 여기 에 설명 된 apt-get 메소드를 사용하여 python-gdal을 이미 설치했습니다 . 패키지 관리자가 올바르게 설치하지 않았을 수 있습니까?
choct155@choct155-Q550LF:~$ sudo apt-get install python-gdal
Reading package lists... Done
Building dependency tree
Reading state information... Done
python-gdal is already the newest version.
The following packages were automatically installed and are no longer required:
firefox-globalmenu libfftw3-3 libgeos-3.3.3 libogdi3.2 libxerces-c28
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 33 not upgraded.
osgeo를 찾지 못하는 것이 두렵습니다.
from osgeo import gdal
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-28-a04b80bf4e65> in <module>()
----> 1 from osgeo import gdal
ImportError: No module named osgeo
또한 우분투 13.04를 사용하고 있음을 추가해야합니다.
같은 문제가 있고 gdal을 설치했습니다 (/usr/bin/python2.7/dist-packages에 있음을 나타냅니다. 'from osgeo import gdal'이있는 스크립트를 실행하면 다음 오류 메시지가 나타납니다. 'ImportError : osgeo '라는 모듈이 없습니다. 알아 차리 셨나요?