2016-09-15 11 views
0

해결할 수 없습니다. 알기 쉽습니다.georasters가 성공적으로 설치되었지만 가져올 수 없습니다.

georasters을 설치했는데 numpy과 함께 오류가 발생했습니다. 현재 numpyfiona으로 오류가 발생했습니다.

Traceback (most recent call last): 
    File "<pyshell#0>", line 1, in <module> 
    import georasters 
    File "D:\Python\lib\site-packages\georasters\__init__.py", line 3, in <module> 
    from .georasters import get_geo_info, map_pixel, map_pixel_inv, aggregate, create_geotiff, align_rasters, \ 
    File "D:\Python\lib\site-packages\georasters\georasters.py", line 38, in <module> 
    from fiona.crs import from_string 
    File "D:\Python\lib\site-packages\fiona\__init__.py", line 77, in <module> 
    from fiona.collection import Collection, BytesCollection, vsi_path 
    File "D:\Python\lib\site-packages\fiona\collection.py", line 7, in <module> 
    from fiona.ogrext import Iterator, ItemsIterator, KeysIterator 
ImportError: DLL load failed: The specified module could not be found. 

답변

1

같은 문제가 있습니다.

fionageopandas을 설치하십시오.

pip install fiona geopandas