我正在研究django-oscar项目以创建自定义电子商务应用程序。
当我使用python manage.py runserver
命令运行我的项目时,
我收到了这个错误“
from django.contrib.gis.geos import GEOSException, GEOSGeometry, fromstr
ImportError: cannot import name GEOSException"
如何安装GEOS?
答案 0 :(得分:2)
要使用django的地理空间功能,您需要另外安装相关的库:
https://docs.djangoproject.com/en/dev/ref/contrib/gis/install/