Tristramg / osm4routing

Parse OpenStreetMap data for routing
GNU General Public License v3.0
109 stars 32 forks source link

Seems to require sqlalchemy 0.8.x branch #14

Closed lorenzhs closed 10 years ago

lorenzhs commented 10 years ago

osm4routing seems to depend on the sqlalchemy 0.8.x-branch for sqlalchemy.sql.expression.Function, which should probably be specified in setup.py (<= 0.9.0 or something)

Tristramg commented 10 years ago

Thank you for the issue, I’ll investigate if I can make it work with newer versions also