【发布时间】:2021-09-30 07:30:21
【问题描述】:
我尝试通过djangobrew install django的命令在macos中安装GDAL,它安装成功,我也使用pip install GDAL命令,它也安装成功。
但是,当我尝试运行 django 服务器时,它会抛出错误,设置 GDAL 库的路径。
django.core.exceptions.ImproperlyConfigured: Could not find the GDAL library (tried "gdal", "GDAL", "gdal3.2.0", "gdal3.1.0", "gdal3.0.0", "gdal2.4.0", "gdal2.3.0", "gdal2.2.0", "gdal2.1.0", "gdal2.0.0"). Is GDAL installed? If it is, try setting GDAL_LIBRARY_PATH in your settings.
【问题讨论】:
标签: python django postgresql geospatial gdal