[openstack-dev] Migration to pbr breaks setup.py install in python-quantumclient
Monty Taylor
mordred at inaugust.com
Tue Jun 4 18:36:21 UTC 2013
On 06/04/2013 01:20 PM, Baldwin, Carl (HPCS Quantum) wrote:
> By the way, I filed this as a new issue against python-quantumclient.
> Would very much like to get this resolved so that version 2.2.2 can be
> released. Can we back out the migration and release 2.2.2 without it?
>
> https://bugs.launchpad.net/python-quantumclient/+bug/1187452
The bug is due to an interaction with old setuptools. If you create your
virtualenv with the --distribute flag (this is how tox and OpenStack CI
create it) it should work fine for you.
For distro installations, distro packages should be able to install a
reasonable version of setuptools/distribute first.
> From: Dolph Mathews <dolph.mathews at gmail.com>
> Reply-To: OpenStack Development Mailing List
> <openstack-dev at lists.openstack.org>
> Date: Tuesday, June 4, 2013 10:46 AM
> To: OpenStack Development Mailing List <openstack-dev at lists.openstack.org>
> Subject: Re: [openstack-dev] Migration to pbr breaks setup.py install
> in python-quantumclient
>
>
> Similar issue reported against keystoneclient:
> https://bugs.launchpad.net/python-keystoneclient/+bug/1186194
>
>
> -Dolph
>
>
> On Mon, Jun 3, 2013 at 10:45 PM, Baldwin, Carl (HPCS Quantum)
> <carl.baldwin at hp.com> wrote:
>
> In testing the python-quantumclient 2.2.2a tarball, I found that setup.py
> was broken when I ran it from a fresh virtualenv. I tried on both Ubuntu
> 12.04 and Mac OS with the same problem. 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.
>
> A transcript of my console session where I encountered the error is
> attached to bug #1179007. Here is a link to the comment:
> https://bugs.launchpad.net/ceilometer/+bug/1179007/comments/30
>
> Carl Baldwin
>
>
> _______________________________________________
> OpenStack-dev mailing list
> OpenStack-dev at lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
>
>
>
>
> _______________________________________________
> OpenStack-dev mailing list
> OpenStack-dev at lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
More information about the OpenStack-dev
mailing list