【问题标题】:Successfully installed georasters but unable to import已成功安装 georaster 但无法导入
【发布时间】:2016-09-15 04:56:01
【问题描述】:

无法解决。请澄清。

我已经安装了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.

【问题讨论】:

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


    【解决方案1】:

    遇到同样的问题。

    只需安装fionageopandas

    pip install fiona geopandas
    

    【讨论】:

      猜你喜欢
      • 2019-07-20
      • 2015-12-12
      • 2020-04-16
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2022-10-17
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多