Created
January 20, 2013 14:21
-
-
Save kamituel/4579014 to your computer and use it in GitHub Desktop.
Buildbot error for wrong python-sqlalchemy version.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from sqlalchemy import exceptions as sa_exceptions | |
ImportError: cannot import name exceptions” |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This can be fixed by installing sqlalchemy version 0.6 (for example) after installing buildbot but before running buildbot create: