We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Great. Do you want to add something to the README
Sorry, something went wrong.
Fixes #33
d021916
No branches or pull requests
I'm getting the following error when I try to run the examples:
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.
The text was updated successfully, but these errors were encountered: