已成功安装georasters但无法导入

时间:2016-09-15 04:56:02

标签: python-2.7 python-imaging-library gdal libtiff geotiff

无法解决。明确澄清。

我已经安装了georasters,但它在numpy时出现错误,现在numpy已解决,因为fiona错误。

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 个答案:

答案 0 :(得分:1)

有同样的问题。

只需安装fionageopandas

pip install fiona geopandas