You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installed /tmp/pip-vL02w2-build/pbr-1.3.0-py2.7.egg
[pbr] Generating ChangeLog
error in setup command: 'test_require' must be a string or list of strings containing valid project/version requirement specifiers
:stderr: Command "python setup.py.egg_info" failed with error code 1 in /tmp/pip-vL02w2-build
FATAL: all hosts have already failed -- aborting
The text was updated successfully, but these errors were encountered:
I believe we landed the fix for this a few days in the upstream OpenStack repository. Try cloning or pulling in http://git.openstack.org/cgit/openstack/bifrost and see if that remedies your issue.
Hi,
Sorry if this is very basic, but I'm receiving the error below after running the command:
ansible-playbook -K -vvv -i inventory/localhost install.yaml -e cleaning=true
I'm setting up a test rig, but stumbling at what seems the most basic level (the installation).
Thank you in advance for any help and suggestions.
Lee.
------------------------------------------8< ----------------------------
failed: [localhost] => {"cmd": "/usr/local/bin/pip install -U /tmp/ironic.git", "failed": true}
msg: stdout: Processing ./ironic.git
Complete output from command python setup.py egg_info:
Installed /tmp/pip-vL02w2-build/pbr-1.3.0-py2.7.egg
[pbr] Generating ChangeLog
error in setup command: 'test_require' must be a string or list of strings containing valid project/version requirement specifiers
:stderr: Command "python setup.py.egg_info" failed with error code 1 in /tmp/pip-vL02w2-build
FATAL: all hosts have already failed -- aborting
The text was updated successfully, but these errors were encountered: