How can I solve problem when I want to use ogr in django?

113 views Asked by At

I'm writing code with Django code. When I want to call spatial data using gdal, it suddenly encounters the following error. It should be noted that gdal is installed on the system and works properly.

ImportError: DLL load failed while importing _gdal: The specified procedure could not be found.

0

There are 0 answers