Unable to install GDAL on render

I have set up a Django project that uses GeoDjango and postgis to calculate distance of nearby shops.
I am using pip install -r requirements.txt in my build.sh file to install my requirements when installing GDAL on my render webservice i keep getting a very long error(too long to be pasted).
How can i install gdal?

Hey Michael,
We’ve had this question come up before and I’m afraid the answer is that due to dependencies and libraries that Gdal needs to have access to when it compiles, you need to be using Docker for this,

Regards,

John B

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.