标签: geoalchemy2
我正在尝试将GeoAlchemy2与Python 3.5一起使用,并收到以下错误:
from geoalchemy import Geometry from geoalchemy.base import * from utils import from_wkt ImportError: No module named 'utils'
有一个简单的解决方案吗?