Software Engineer experienced in building applications using Python, Rust (Web), Go, and JavaScript/TypeScript. I am actively looking for new job opportunities.
GDAL can't work on heroku without you adding external buildpack to help you build Geospatial configurations. That is why I recommend you go through this article again and implement the stuff suggested. They are easy and not detrimental.
Software Engineer experienced in building applications using Python, Rust (Web), Go, and JavaScript/TypeScript. I am actively looking for new job opportunities.
Software Engineer experienced in building applications using Python, Rust (Web), Go, and JavaScript/TypeScript. I am actively looking for new job opportunities.
Software Engineer experienced in building applications using Python, Rust (Web), Go, and JavaScript/TypeScript. I am actively looking for new job opportunities.
GDAL can't work on heroku without you adding external buildpack to help you build Geospatial configurations. That is why I recommend you go through this article again and implement the stuff suggested. They are easy and not detrimental.
The error you are getting sterms from directing heroku to look for buildpacks and runtimes in arbitary paths that do not really exist.
i added this heroku buildpacks:add --index 1 github.com/heroku/heroku-geo-build...
according to your article
In your
settings.py
, add this to the bottom of the file:in my settings, i already added Database Engine and the error i am getting is related to the library gdal
What database are you using? And do you use heroku's dj_database_url?