Advertisement
Guest User

Untitled

a guest
Aug 26th, 2015
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. + sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS=file:///opt/stack/.wheelhouse /usr/local/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/nova
  2. Ignoring dnspython3: markers "python_version=='3.4'" don't match your environment
  3. Obtaining file:///opt/stack/nova
  4. Complete output from command python setup.py egg_info:
  5. ERROR:root:Error parsing
  6. Traceback (most recent call last):
  7. File "/usr/local/lib/python2.7/dist-packages/pbr/core.py", line 109, in pbr
  8. attrs = util.cfg_to_args(path)
  9. File "/usr/local/lib/python2.7/dist-packages/pbr/util.py", line 243, in cfg_to_args
  10. pbr.hooks.setup_hook(config)
  11. File "/usr/local/lib/python2.7/dist-packages/pbr/hooks/__init__.py", line 25, in setup_hook
  12. metadata_config.run()
  13. File "/usr/local/lib/python2.7/dist-packages/pbr/hooks/base.py", line 27, in run
  14. self.hook()
  15. File "/usr/local/lib/python2.7/dist-packages/pbr/hooks/metadata.py", line 26, in hook
  16. self.config['name'], self.config.get('version', None))
  17. File "/usr/local/lib/python2.7/dist-packages/pbr/packaging.py", line 652, in get_version
  18. version = _get_version_from_git(pre_version)
  19. File "/usr/local/lib/python2.7/dist-packages/pbr/packaging.py", line 594, in _get_version_from_git
  20. result = _get_version_from_git_target(git_dir, target_version)
  21. File "/usr/local/lib/python2.7/dist-packages/pbr/packaging.py", line 556, in _get_version_from_git_target
  22. dict(new=new_version, target=target_version))
  23. ValueError: git history requires a target version of pbr.version.SemanticVersion(2015.1.1), but target version is pbr.version.SemanticVersion(12.0.0)
  24. error in setup command: Error parsing /opt/stack/nova/setup.cfg: ValueError: git history requires a target version of pbr.version.SemanticVersion(2015.1.1), but target version is pbr.version.SemanticVersion(12.0.0)
  25.  
  26. ----------------------------------------
  27. Command "python setup.py egg_info" failed with error code 1 in /opt/stack/nova
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement