我尝试通过 django 的命令在 macOS 中安装 GDAL,brew install django它成功安装,我也使用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.