GDAL-DLL加载失败:找不到指定的模块

问题描述

我想在python中使用GDAL库,所以我已经安装了gdal。我使用了以下设置:

  1. Python 2.7.10,32位,使用MSCV 1500编译; Windows 7 64
  2. GDAL-2.1.3.win32-py2.7.msi

但是当我运行python文件时,“ DLL加载失败错误”即将到来。以下是文件中的代码

# import osgeo.gdal as a convenience
from osgeo.gdal import deprecation_warn
deprecation_warn('gdal')

from osgeo import gdal

请建议如何解决此问题并使用GDAL库

Error screen shot

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)