Geoalchemy2“没有名为 Utils 的模块”

rsg*_*gny 5 geoalchemy2

我尝试将 GeoAlchemy2 与 Python 3.5 一起使用并收到以下错误:

from geoalchemy import Geometry
from geoalchemy.base import *
from utils import from_wkt
ImportError: No module named 'utils'
Run Code Online (Sandbox Code Playgroud)

有一个简单的解决方案吗?