← Back to team overview

openstack team mailing list archive

Re: horizon install from devstack fails to find glanceclient/versioninfo

 

It sounds like maybe a new file created by the updated setup.py isn't
included in the package, so when setup.py tries to read the file during
installation it can't.

Thanks for the pointer to the devstack change. I +1ed, but don't have
commit review access there to do any more than that.

On Tue, Jun 26, 2012 at 4:34 PM, Brian Waldon <brian.waldon@xxxxxxxxxxxxx>wrote:

> We did land a change to python-glanceclient earlier this morning that
> caused this, but I didn't really understand the explanation given to me by
> Monty. We've got a patch in review that should help alleviate the problem
> for now: https://review.openstack.org/#/c/9018/1
>
> Brain
>
>
> On Jun 26, 2012, at 1:28 PM, Gabriel Hurley wrote:
>
> I’m seeing a lot of that on the CI gate jobs today, too. Seems to be an
> problem installing dependencies with pip. Usually I blame this on transient
> network problems, unless somebody’s been mucking with the clients
> themselves…****
> ** **
> ** **
> -          Gabriel****
> ** **
> *From:* openstack-bounces+gabriel.hurley=nebula.com@xxxxxxxxxxxxxxxxxxx[mailto:
> openstack-bounces+gabriel.hurley=nebula.com@xxxxxxxxxxxxxxxxxxx] *On
> Behalf Of *Doug Hellmann
> *Sent:* Tuesday, June 26, 2012 1:19 PM
> *To:* openstack@xxxxxxxxxxxxxxxxxxx
> *Subject:* [Openstack] horizon install from devstack fails to find
> glanceclient/versioninfo****
> ** **
> I'm having trouble running devstack today. I'm getting the following error
> during the horizon installation. Does anyone have any idea what would be
> causing that?****
>
> Doug****
> ** **
> Downloading/unpacking python-glanceclient (from -r
> horizon.egg-info/requires.txt (line 7))****
>   Running setup.py egg_info for package python-glanceclient****
>     Traceback (most recent call last):****
>       File "<string>", line 14, in <module>****
>       File "/opt/stack/horizon/build/python-glanceclient/setup.py", line
> 22, in <module>****
>         version=setup.get_post_version('glanceclient'),****
>       File "glanceclient/openstack/common/setup.py", line 329, in
> get_post_version****
>         return open(os.path.join(projectname, 'versioninfo'),
> 'r').read().strip()****
>     IOError: [Errno 2] No such file or directory:
> 'glanceclient/versioninfo'****
>     Complete output from command python setup.py egg_info:****
>     Traceback (most recent call last):****
> ** **
>   File "<string>", line 14, in <module>****
> ** **
>   File "/opt/stack/horizon/build/python-glanceclient/setup.py", line 22,
> in <module>****
> ** **
>     version=setup.get_post_version('glanceclient'),****
> ** **
>   File "glanceclient/openstack/common/setup.py", line 329, in
> get_post_version****
> ** **
>     return open(os.path.join(projectname, 'versioninfo'),
> 'r').read().strip()****
> ** **
> IOError: [Errno 2] No such file or directory: 'glanceclient/versioninfo'**
> **
> ** **
> ** **
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to     : openstack@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp
>
>
>

Follow ups

References