[Openstack] horizon install from devstack fails to find glanceclient/versioninfo

Doug Hellmann doug.hellmann at dreamhost.com
Tue Jun 26 20:19:10 UTC 2012


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'
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20120626/79e56f89/attachment.html>


More information about the Openstack mailing list