+++ This bug was initially created as a clone of Bug #849477 +++ [root@f17 ~]# yum install python-novaclient [root@f17 ~]# nova Traceback (most recent call last): File "/bin/nova", line 5, in <module> from pkg_resources import load_entry_point ImportError: No module named pkg_resources [root@f17 ~]# yum install python-setuptools [root@f17 ~]# nova usage: nova [--debug] [--os_username OS_USERNAME] [--os_password OS_PASSWORD] --- Additional comment from pbrady on 2012-08-19 23:03:56 EDT --- Hmm I might just remove the install_requires from setup.py That seems at first glance redundant with distro packaging. --- Additional comment from apevec on 2012-08-22 09:41:51 EDT --- Not sure if install_requires will help, client binary (in all nova/glance/keystone/quantum clients) is actually generated by setuptools and uses pkg_resources.load_entry_point Let's just add setuptools as a runtime dependency in all clients, I'll clone this to other OpenStack *client components. --- Additional comment from updates on 2012-08-22 12:30:31 EDT --- python-novaclient-2012.1-2.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/python-novaclient-2012.1-2.fc17 --- Additional comment from updates on 2012-08-22 12:51:24 EDT --- python-novaclient-2012.1-2.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/python-novaclient-2012.1-2.el6
*** Bug 849479 has been marked as a duplicate of this bug. ***