I took over a project with Django, Django REST framework and Leaflet to store drawn path in a database. Installing Django in an virtualenv
and trying to migrate it raises:
File "D:\SHK\ElektroClean\venv\lib\site-packages\django\contrib\gis\db\backends\postgis\operations.py", line 7, in from django.contrib.gis.gdal import GDALRaster ImportError: cannot import name 'GDALRaster'
In the directory D:\SHK\ElektroClean\py27\Lib\site-packages\django\contrib\gis\gdal
is a folder called raster. Is renaiming this folder to GDALRaster the fix?
Anyone suggestions to fix this?
solved did mistakes on installing GDAL -.-
On Linux:
sudo apt-get install libgdal-dev
pip install gdal
On Windows install GDAL Core and GDAL Python bindings from gisinternals
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With