Opened 5 weeks ago
Closed 5 weeks ago
#36641 closed New feature (duplicate)
GDAL support version 3.11
| Reported by: | David Ogutu | Owned by: | |
|---|---|---|---|
| Component: | GIS | Version: | 5.2 |
| Severity: | Normal | Keywords: | gdal, gis, geodjango |
| Cc: | David Ogutu | Triage Stage: | Unreviewed |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Django still doesn't support GDAL 3.11 We should support this as it's the latest version and automatically installed by homebrew causing the following error:
`
django.core.exceptions.ImproperlyConfigured: Could not find the GDAL library (tried "gdal", "GDAL", "gdal3.7.0", "gdal3.6.0", "gdal3.5.0", "gdal3.4.0", "gdal3.3.0", "gdal3.2.0", "gdal3.1.0", "gdal3.0.0", "gdal2.4.0"). Is GDAL installed? If it is, try setting GDAL_LIBRARY_PATH in your settings.
`
Ideally this support will be backported to past django versions.
Even better would be API checks that are version independent to make this more future proof
Change History (1)
comment:1 by , 5 weeks ago
| Resolution: | → duplicate |
|---|---|
| Status: | new → closed |
| Type: | Uncategorized → New feature |
Duplicate of #36382.
Support isn't backported to older Django versions since it's not a bug fix. The workaround is to use the
GDAL_LIBRARY_PATHsetting.