我正在尝试使用Django 1.11.5和Postgres SQL 10.4-1在Windows10上安装GeoDjango,我已经下载了PostGis文件。创建了空间数据库。并按照install document上的说明进行操作。我正在尝试遵循Django tutorial。我已经制作了模型。当我尝试运行迁移时。我收到错误
django.core.exceptions.ImproperlyConfigured: Could not find the GDAL library
(tried "gdal201", "gdal20", "gdal111", "gdal110", "gdal19").
Is GDAL installed? If it is, try setting GDAL_LIBRARY_PATH in your settings.
我尝试遵循类似的StackOverflowQuestion。它不起作用 所以我完全按照错误告诉我的去做。在我的设置文件中添加了
GDAL_LIBRARY_PATH = 'C:\OSGeo4W64\share\gdal'
现在我得到了错误:
OSError: [WinError 126] The specified module could not be found
关于如何使它起作用的任何想法卸载和安装POstgresSQL已有3天了。重置笔记本电脑似乎没有任何作用