karthikvee

monasca-notification installation errors

Aug 11th, 2017
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.83 KB | None | 0 0
  1. root@host1:~/monasca-downloads/monasca-notification-mitaka-eol# sudo python setup.py sdist
  2. ERROR:root:Error parsing
  3. Traceback (most recent call last):
  4.   File "/root/monasca-downloads/monasca-notification-mitaka-eol/pbr-3.1.1-py2.7.egg/pbr/core.py", line 111, in pbr
  5.     attrs = util.cfg_to_args(path, dist.script_args)
  6.   File "/root/monasca-downloads/monasca-notification-mitaka-eol/pbr-3.1.1-py2.7.egg/pbr/util.py", line 249, in cfg_to_args
  7.     pbr.hooks.setup_hook(config)
  8.   File "/root/monasca-downloads/monasca-notification-mitaka-eol/pbr-3.1.1-py2.7.egg/pbr/hooks/__init__.py", line 25, in setup_hook
  9.     metadata_config.run()
  10.   File "/root/monasca-downloads/monasca-notification-mitaka-eol/pbr-3.1.1-py2.7.egg/pbr/hooks/base.py", line 27, in run
  11.     self.hook()
  12.   File "/root/monasca-downloads/monasca-notification-mitaka-eol/pbr-3.1.1-py2.7.egg/pbr/hooks/metadata.py", line 26, in hook
  13.     self.config['name'], self.config.get('version', None))
  14.   File "/root/monasca-downloads/monasca-notification-mitaka-eol/pbr-3.1.1-py2.7.egg/pbr/packaging.py", line 755, in get_version
  15.     name=package_name))
  16. Exception: Versioning for this project requires either an sdist tarball, or access to an upstream git repository. It's also possible that there is a mismatch between the package name in setup.cfg and the argument given to pbr.version.VersionInfo. Project name monasca-notification was given, but was not able to be found.
  17. error in setup command: Error parsing /root/monasca-downloads/monasca-notification-mitaka-eol/setup.cfg: Exception: Versioning for this project requires either an sdist tarball, or access to an upstream git repository. It's also possible that there is a mismatch between the package name in setup.cfg and the argument given to pbr.version.VersionInfo. Project name monasca-notification was given, but was not able to be found.
Add Comment
Please, Sign In to add comment