Advertisement
Guest User

Untitled

a guest
May 26th, 2017
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. [centos@devtest nova]$ tox -ebindep
  2. bindep create: /home/centos/nova/.tox/bindep
  3. bindep installdeps: bindep
  4. bindep installed: appdirs==1.4.3,bindep==2.4.0,packaging==16.8,Parsley==1.3,pbr==3.0.1,pyparsing==2.2.0,six==1.10.0
  5. bindep runtests: PYTHONHASHSEED='1294011549'
  6. bindep runtests: commands[0] | bindep test
  7. Traceback (most recent call last):
  8. File "/home/centos/nova/.tox/bindep/bin/bindep", line 11, in <module>
  9. sys.exit(main())
  10. File "/home/centos/nova/.tox/bindep/lib/python2.7/site-packages/bindep/main.py", line 62, in main
  11. profiles = profiles + depends.platform_profiles()
  12. File "/home/centos/nova/.tox/bindep/lib/python2.7/site-packages/bindep/depends.py", line 231, in platform_profiles
  13. stderr=subprocess.STDOUT).decode(getpreferredencoding(False))
  14. File "/usr/lib64/python2.7/subprocess.py", line 568, in check_output
  15. process = Popen(stdout=PIPE, *popenargs, **kwargs)
  16. File "/usr/lib64/python2.7/subprocess.py", line 711, in __init__
  17. errread, errwrite)
  18. File "/usr/lib64/python2.7/subprocess.py", line 1327, in _execute_child
  19. raise child_exception
  20. OSError: [Errno 2] No such file or directory
  21. ERROR: InvocationError: '/home/centos/nova/.tox/bindep/bin/bindep test'
  22. ______________________________________________________ summary ______________________________________________________
  23. ERROR: bindep: commands failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement