当前位置:  开发笔记 > 编程语言 > 正文

Python GEOS ImportError

如何解决《PythonGEOSImportError》经验,为你挑选了0个好方法。

我收到此错误:

ImportError: Could not find the GEOS library (tried ""geos_c"", ""libgeos_c-1"").  
Try setting GEOS_LIBRARY_PATH in your settings

当我跑步时:

from django.contrib.gis.geos import *
pnt=GEOSGeometry('POINT(23 5)')
print(pnt)

我加入GEOS_LIBRARY_PATH = 'C:/Python34/Lib/site-packages/osgeo/geos_c.dll'
C:\Python34\Lib\site-packages\django\conf\project_template\project_name\settings.py

但我仍然遇到相同的错误。如何解决呢?

推荐阅读
ar_wen2402851455
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有