qizhiyi / sqlalchemy-migrate

Automatically exported from code.google.com/p/sqlalchemy-migrate
MIT License
0 stars 0 forks source link

Can't install sqlalchemy-migrate 0.8 with buildout #165

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
While sqlalchemy-migrate 0.7.2 could be installed with zc.buildout (2.2.1) 
regularly, this isn't the case with 0.8.2.

Trying to do so results in

    TypeError: dist must be a Distribution instance

The problem seems to be the use of pbr (introduced in 0.8) which somehow 
unpatches distutils.core.Distribution - as described in 
https://bitbucket.org/pypa/setuptools/issue/73/typeerror-dist-must-be-a-distribu
tion#comment-7517377

Original issue reported on code.google.com by nicodiet...@gmail.com on 9 Jan 2014 at 1:36