Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jjardon hit an install fail in a chroot... #15

Open
devcurmudgeon opened this issue Feb 20, 2016 · 1 comment
Open

jjardon hit an install fail in a chroot... #15

devcurmudgeon opened this issue Feb 20, 2016 · 1 comment

Comments

@devcurmudgeon
Copy link
Member

[jjardon@eregion definitions]$ sudo pip2 install pyyaml sandboxlib
Requirement already satisfied (use --upgrade to upgrade): pyyaml in /usr/lib/python2.7/site-packages
Collecting sandboxlib
Using cached sandboxlib-0.3.1.tar.gz
Complete output from command python setup.py egg_info:
ERROR:root:Error parsing
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/pbr/core.py", line 104, in pbr
attrs = util.cfg_to_args(path)
File "/usr/lib/python2.7/site-packages/pbr/util.py", line 256, in cfg_to_args
wrap_commands(kwargs)
File "/usr/lib/python2.7/site-packages/pbr/util.py", line 477, in wrap_commands
for cmd, _ in dist.get_command_list():
File "/usr/lib/python2.7/site-packages/setuptools/dist.py", line 447, in get_command_list
cmdclass = ep.resolve()
File "/usr/lib/python2.7/site-packages/pkg_resources/init.py", line 2386, in resolve
module = import(self.module_name, fromlist=['name'], level=0)
File "/usr/lib/python2.7/site-packages/pbr/testr_command.py", line 47, in
from testrepository import commands
ImportError: No module named testrepository
error in setup command: Error parsing /tmp/pip-build-9VcwQc/sandboxlib/setup.cfg: ImportError: No module named testrepository

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-9VcwQc/sandboxlib

@richardmaw-codethink
Copy link

Looks like a bug in pbr to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants