<div dir="ltr"><div>Hi,<br><br>I have a requirement of metering Energy/Kwapi on OpenStack Icehouse using ceilometer . I am using Ubuntu 14.04.<br><br>I am following the steps mentioned in <a href="http://blog.zhaw.ch/icclab/collecting-energy-consumption-data-using-kwapi-in-openstack/">http://blog.zhaw.ch/icclab/collecting-energy-consumption-data-using-kwapi-in-openstack/</a><br><br>When I am trying to install kwapi with the ./setup.py install command I get the following error.<br><br>root@ice14:~/kwapi-master# ./setup.py install<br>Download error on <a href="https://pypi.python.org/simple/pbr/">https://pypi.python.org/simple/pbr/</a>: [Errno 110] Connection timed out -- Some packages may not be found!<br>Couldn't find index page for 'pbr' (maybe misspelled?)<br>Download error on <a href="https://pypi.python.org/simple/">https://pypi.python.org/simple/</a>: [Errno 110] Connection timed out -- Some packages may not be found!<br>No local packages or download links found for pbr>=0.5,<0.6<br>Traceback (most recent call last):<br>  File "./setup.py", line 22, in <module><br>    d2to1=True)<br>  File "/usr/lib/python2.7/distutils/core.py", line 111, in setup<br>    _setup_distribution = dist = klass(attrs)<br>  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 239, in __init__<br>    self.fetch_build_eggs(attrs.pop('setup_requires'))<br>  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 264, in fetch_build_eggs<br>    replace_conflicting=True<br>  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 620, in resolve<br>    dist = best[req.key] = env.best_match(req, ws, installer)<br>  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 858, in best_match<br>    return self.obtain(req, installer) # try and download/install<br>  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 870, in obtain<br>    return installer(requirement)<br>  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 314, in fetch_build_egg<br>    return cmd.easy_install(req)<br>  File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 610, in easy_install<br>    raise DistutilsError(msg)<br>distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr>=0.5,<0.6')<br><br>Icehouse uses pbr version pbr>=0.6,!=0.7,<1.0 and kwapi uses >=0.5,<0.6. I have to move to >=0.5,<0.6 which is the common denominator. <br><br>Tried removing the pbr ubuntu package and installing a version of pbr within 0.5 to 0.6 using pip and a lot of dependencies including OpenStack Ubuntu packages for Ceilometer, Neutron and Nova gets removed in the process. So this might not be a good way to go about.<br><br></div>Kindly let me know if there is any alternate way to get Ceilometer to meter Energy/Kwapi in IceHouse.<div><div><div><br clear="all"></div>Regards,<br><div>-- <br>Vivek Varghese Cherian<br>
</div></div></div></div>