Is GDAL installed? If it is, try setting GDAL_LIBRARY_PATH in your settings.

midhun98
HOBBY

a year ago

How to fix this error in postgres . how to install postgres extensions in railway.
this is my settings in django

if os.name == 'nt':
GDALLIBRARYPATH = os.path.join('C:\', 'OSGeo4W', 'bin', 'gdal309.dll')
GEOSLIBRARYPATH = os.path.join('C:\', 'OSGeo4W', 'bin', 'geos_c.dll')

0 Replies

midhun98
HOBBY

a year ago

686edff0-7d10-4fe1-9683-55a48e820ac2


midhun98
HOBBY

a year ago

For anyone facing the same issue. you have to dockerize the Django project else it will throw error


midhun98
HOBBY

a year ago

I have fixed it


Is GDAL installed? If it is, try setting GDAL_LIBRARY_PATH in your settings. - Railway Help Station