Project

General

Profile

Bug #7486

Updated by Ian Colle about 10 years ago

Getting warnings 

 /usr/lib/python2.6/site-packages/babel/__init__.py:33: UserWarning: Module backports was already imported from /usr/lib64/python2.6/site-packages/backports/__init__.pyc, but /usr/lib/python2.6/site-packages is being added to sys.path from pkg_resources import get_distribution, ResolutionError 

 like: 

 glance --version  
 /usr/lib/python2.6/site-packages/babel/__init__.py:33: UserWarning: Module backports was already imported from /usr/lib64/python2.6/site-packages/backports/__init__.pyc, but /usr/lib/python2.6/site-packages is being added to sys.path from pkg_resources import get_distribution, ResolutionError 0.12.0 

 customer  
 Installed version Red Hat Version  
 python-backports-ssl_match_hostname-3.4.0.2-1.el6.noarc python-backports-ssl_match_hostname-3.2-0.2.1.a3.el6.noarch  
 python-six-1.4.1-1.el6.noarch python-six-1.1.0-2.1.el6.noarch 

 Cisco:  
 we add these: those to get CEPH support:  
 python-backports.x86_64 1.0-3.el6 @ceph-emperor  
 python-backports-ssl_match_hostname.noarch 3.4.0.2-1.el6 @ceph-rpms  
 python-six.noarch 1.4.1-1.el6 @ceph-rpms 

 -- 
 this is a known issue in the version of python libs, libs that inktank provides, and has been updated upstream, we've just not compiled new packages with the fixes of the upstream, as well as the updates we put in.    all that needs to happen, is whoever maintains the python RPMs should snag the new upstream, reapply our fixes and package it back up. 
 --

Back