openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #03361
bexar installation error
Hi All,
While installing bexar I faced following error
administrator@SVCLO-OSS-COMPUTE-VM01-NEW:~/nova-2011.1$ sudo python setup.py build
Traceback (most recent call last):
File "setup.py", line 25, in <module>
from nova.utils import parse_mailmap, str_dict_replace
File "/home/administrator/nova-2011.1/nova/__init__.py", line 34, in <module>
from exception import *
File "/home/administrator/nova-2011.1/nova/exception.py", line 24, in <module>
from nova import log as logging
File "/home/administrator/nova-2011.1/nova/log.py", line 37, in <module>
from nova import flags
File "/home/administrator/nova-2011.1/nova/flags.py", line 30, in <module>
import gflags
ImportError: No module named gflags
So I downloaded and installed python-gflags_1.3-1_all.deb which was available for marverik, I couldnt find one for lucid. Then I was getting following error
root@SVCLO-OSS-COMPUTE-VM01-NEW:~/nova-2011.1# sudo python setup.py build
No handlers could be found for logger "nova.root"
Then I tried to do the "sudo pip install -r tools/pip-requires" step again which gave
root@SVCLO-OSS-COMPUTE-VM01-NEW:~/nova-2011.1# sudo pip install -r tools/pip-requires
Downloading/unpacking SQLAlchemy==0.6.3 (from -r tools/pip-requires (line 1))
Running setup.py egg_info for package SQLAlchemy
no previously-included directories found matching 'doc/build/output'
Downloading/unpacking pep8==0.5.0 (from -r tools/pip-requires (line 2))
Running setup.py egg_info for package pep8
Downloading/unpacking pylint==0.19 (from -r tools/pip-requires (line 3))
Running setup.py egg_info for package pylint
Downloading/unpacking IPy==0.70 (from -r tools/pip-requires (line 4))
Could not find a version that satisfies the requirement IPy==0.70 (from -r tools/pip-requires (line 4)) (from versions: )
No distributions matching the version for IPy==0.70 (from -r tools/pip-requires (line 4))
Storing complete log in /home/administrator/.pip/pip.log
Please help me in this.
regards,
Haynes
This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited.
Follow ups