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.
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.
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 898acc30f76b262 9aa740976103b99 f10801d593
...
Migrate to pbr. 1568719ad110351 58f4f6d9b35
Fixes bug 1179007
Change-Id: I6d7a6b7c85361e
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.