You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running on Windows, attempt to make migrations and fails with error:
django.core.exceptions.ImproperlyConfigured: Could not find the GDAL library (tried "gdal202", "gdal201", "gdal20", "gdal111", "gdal110", "gdal19"). Is GDAL installed? If it is, try setting GDAL_LIBRARY_PATH in your settings.
My import is from djgeojson.fields import LineStringField
From my understanding, GDAL is not required for this. Quote from documentation:
They are useful to avoid usual GIS stacks (GEOS, GDAL, PostGIS…) for very simple use-cases (no spatial operation yet).
Running on Windows, attempt to make migrations and fails with error:
django.core.exceptions.ImproperlyConfigured: Could not find the GDAL library (tried "gdal202", "gdal201", "gdal20", "gdal111", "gdal110", "gdal19"). Is GDAL installed? If it is, try setting GDAL_LIBRARY_PATH in your settings.
My import is
from djgeojson.fields import LineStringField
From my understanding, GDAL is not required for this. Quote from documentation:
Pip Freeze output:
Babel==2.6.0 Django==2.1 django-auth-ldap3-ad==1.6.27 django-geojson==2.11.0 django-leaflet==0.24.0 django-phonenumber-field==2.0.0 jsonfield==2.0.2 ldap3==2.5.1 phonenumberslite==8.9.10 pyasn1==0.4.4 pytz==2018.5 six==1.11.0
The text was updated successfully, but these errors were encountered: