how to install GDAL during deployment geodjango
pogodowo
TRIALOP

2 years ago

I'm traying deploy geodjango app. On my local machine I have worked on windows but here we have linux enviroment during deployment. I set in my requirements.txt GDAL==3.4.0. but it doesn't work . I have error in deployment logs: FileNotFoundError: [Errno 2] No such file or directory: '../../apps/gdal-config' any idea how can I add gdal to my project during railway deployment?

0 Replies

Loading...