okfn / sqlaload

REPLACED BY dataset
http://dataset.rtfd.org
MIT License
26 stars 8 forks source link

Not compatible with SQLalchemy 0.8+? #6

Open pawl opened 10 years ago

pawl commented 10 years ago

I'm getting the following error when I try to run the examples:

ImportError: cannot import name SchemaVisitor

Someone on stack overflow suggests installing sqlalchemy 0.7.10 to resolve the problem: http://stackoverflow.com/questions/17031471/why-buildbot-throw-importerror-cannot-import-name-exceptions

Excellent work on this library. I'll try to fix this in the library if I find an easy solution.

Update: Just to confirm, I uninstalled sqlalchemy and installed 0.7.10 and it did work.

rufuspollock commented 10 years ago

Great. Do you want to add something to the README