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

2 years 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':

GDAL_LIBRARY_PATH = os.path.join('C:\', 'OSGeo4W', 'bin', 'gdal309.dll')

GEOS_LIBRARY_PATH = os.path.join('C:\', 'OSGeo4W', 'bin', 'geos_c.dll')

3 Replies

midhun98
HOBBYOP

2 years ago

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


midhun98
HOBBYOP

2 years ago

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


midhun98
HOBBYOP

2 years ago

I have fixed it


Welcome!

Sign in to your Railway account to join the conversation.

Loading...