Comment 30 for bug 1179007

Revision history for this message
Carl Baldwin (carl-baldwin) wrote :

In testing the python-quantumclient 2.2.2a tarball, I found that setup.py was broken for me when I ran it from a fresh virtualenv. I ran git bisect (I love that command) and found the commit causing it.

commit 898acc30f76b2629aa740976103b99f10801d593
...

    Migrate to pbr.
    Fixes bug 1179007
    Change-Id: I6d7a6b7c85361e1568719ad11035158f4f6d9b35

I reverted this commit in my sandbox to see if it would fix the problem. It did. After reverting setup.py install ran cleanly and the client was useable on both Ubuntu Linux and Mac OS where I had previously had problems.

Attached is a transcript from my terminal where I attempted the installation.