我无法安装GeoDjango。我有以下错误
$(".matchtime div").each(function () {
var current = $(this).text();
current = current.split(":");
date = new Date();
date.setHours(parseInt(current[0]));
date.setMinutes(parseInt(current[1]) + 30);
plus_30 = date.getHours() + ":" + date.getMinutes();
console.log(plus_30);
});
我尝试了以下解决方案GeoDjango could not find GDAL library in Windows 10。但它没有帮助我,我仍然有同样的错误。
答案 0 :(得分:0)
我碰巧遇到了这篇文章How to install and configure PostGIS Raster on Windows。我发现此链接对于在我的系统中设置GDAL,postgres和postGIS非常有帮助。