[Buildbot-devel] create-master error

Dustin J. Mitchell dustin at v.igoro.us
Sat May 5 16:41:49 UTC 2012


On Thu, May 3, 2012 at 11:00 AM, Catherine Knutson
<CKnutson at imagesensing.com> wrote:
> SQLAlchemy==0.8.0b1
> mock==1.0.0alpha1

Interesting - neither of these versions are released yet. The version
of Mock isnt't particularly important, but I suspect that whatever
0.8.0b1 is has a bug.  Hopefully they haven't moved the exceptions
module, but if so we'll deal with that when the new version is
released.

The latest sqlalchemy is 0.7.6 -- give that a shot?

  pip install sqlalchemy==0.7.6

FWIW, I tried installing 0.8.0p1 in case it was hidden on pypi:

$ pip install -U sqlalchemy==0.8.0b1
Downloading/unpacking sqlalchemy==0.8.0b1
  Could not find a version that satisfies the requirement
sqlalchemy==0.8.0b1 (from versions: )
No distributions matching the version for sqlalchemy==0.8.0b1
Storing complete log in /home/dustin/.pip/pip.log

so, I'm not sure how you ended up with that installed?

Dustin




More information about the devel mailing list