Skip to content

Instantly share code, notes, and snippets.

@kamituel
Created January 20, 2013 14:22
Show Gist options
  • Save kamituel/4579020 to your computer and use it in GitHub Desktop.
Save kamituel/4579020 to your computer and use it in GitHub Desktop.
Buildbot: install correct python-sqlalchemy version
$ sudo apt-get install python-pip
$ pip uninstall sqlalchemy
$ pip install "sqlalchemy==0.6.2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment