GDAL in flexible environment
In app engine flexible environment, I'm trying to run django on postgresql db using GIS extensions. Can run locally, and it eventually finished deploying to cloud successfully. However, when run from cloud I get a "ERROR: Server Error" and the log file has the trace shown below. Essentially, it says it cannot read files in the folder "/env/lib/python3.5/site-packages/django/contrib/gis/gdal". That folder is definitely there locally. Here's the full trace: Traceback (most recent call last): File "/env/lib/python3.5/site-packages/gunicorn/arbiter.py", line 578, in spawn_worker worker.init