package - Python module importation error -


trying install openstack kilo, nova logs returns

trace nova neutronclient.neutron import v2_0 neutronv20 trace nova importerror: no module named neutron 

i tried import modules of neutronclient python :

>>> neutronclient.neutron import v2_0  traceback (most recent call last):   file "<stdin>", line 1, in <module> importerror: no module named neutron  >>>  neutronclient import common  >>> 

neutronclient.common loaded. neutronclient.common, neutronclient.neutron has folder (and __init__.py) in /usr/lib/python2.7/dist-packages/neutronclient/

why python package not detected? tried reinstall package apt-get it's not better.

run following command. apt-get install python-neutronclient

or pip install neutronclient

or download tar file https://pypi.python.org/pypi/python-neutronclient


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -