I got this error when i was installing devstack kilo in virtual machine Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-fzHCCi-build
Here are the complete details Processing /opt/stack/requirements Complete output from command python setup.py egg_info: ERROR:root:Error parsing Traceback (most recent call last): File "/opt/stack/requirements/.venv/local/lib/python2.7/site-packages/pbr/core.py", line 109, in pbr attrs = util.cfg_to_args(path) File "/opt/stack/requirements/.venv/local/lib/python2.7/site-packages/pbr/util.py", line 243, in cfg_to_args pbr.hooks.setup_hook(config) File "/opt/stack/requirements/.venv/local/lib/python2.7/site-packages/pbr/hooks/__init__.py", line 25, in setup_hook metadata_config.run() File "/opt/stack/requirements/.venv/local/lib/python2.7/site-packages/pbr/hooks/base.py", line 27, in run self.hook() File "/opt/stack/requirements/.venv/local/lib/python2.7/site-packages/pbr/hooks/metadata.py", line 26, in hook self.config['name'], self.config.get('version', None)) File "/opt/stack/requirements/.venv/local/lib/python2.7/site-packages/pbr/packaging.py", line 582, in get_version raise Exception("Versioning for this project requires either an sdist" Exception: Versioning for this project requires either an sdist tarball, or access to an upstream git repository. Are you sure that git is installed? error in setup command: Error parsing /tmp/pip-fzHCCi-build/setup.cfg: Exception: Versioning for this project requires either an sdist tarball, or access to an upstream git repository. Are you sure that git is installed?
Please use the code tag for log file contents. Your post is practically unreadable. Also: How do you install OpenStack, and can you answer the question in the log "Are you sure that git is installed?" ? Edit: I just notice that you are installing devstack, so you are likely to have git.
Could be intermittent, according to https://ask.openstack.org/en/question...
I am sure that git is installed I have cloned the devstack with the help of git clone command