You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.
A deploy works correctly without errors but for some reason my Django app is unable to find GDAL, it returns the following error: app[web.1]: django.core.exceptions.ImproperlyConfigured: OSMGeoAdmin is not usable without GDAL libs installed
A quick check via Heroku CLI confirms that GDAL can't be found:
$ heroku run python
>>> from django.contrib.gis import gdal
>>> gdal.HAS_GDAL
False
Running on heroku-16 in the EU
The text was updated successfully, but these errors were encountered:
I've added the buildpack to my Heroku app as followed:
A deploy works correctly without errors but for some reason my Django app is unable to find GDAL, it returns the following error:
app[web.1]: django.core.exceptions.ImproperlyConfigured: OSMGeoAdmin is not usable without GDAL libs installed
A quick check via Heroku CLI confirms that GDAL can't be found:
Running on heroku-16 in the EU
The text was updated successfully, but these errors were encountered: