Advertisement
Guest User

Untitled

a guest
Jun 14th, 2016
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. Executing state pip.installed for boto
  2. [ERROR ] An exception occurred in this state: Traceback (most recent call last):
  3. File "/usr/lib/python2.7/dist-packages/salt/state.py", line 1703, in call
  4. **cdata['kwargs'])
  5. File "/usr/lib/python2.7/dist-packages/salt/loader.py", line 1649, in wrapper
  6. return f(*args, **kwargs)
  7. File "/usr/lib/python2.7/dist-packages/salt/states/pip_state.py", line 592, in installed
  8. out = _check_pkg_version_format(pkg)
  9. File "/usr/lib/python2.7/dist-packages/salt/states/pip_state.py", line 176, in _check_pkg_version_format
  10. ret['prefix'] = install_req.req.project_name
  11. AttributeError: 'Requirement' object has no attribute 'project_name'
  12. [INFO ] Completed state [boto] at time 06:48:43.751147 duration_in_ms=2.758
  13. [INFO ] Running state [six>=1.5.2] at time 06:48:43.751598
  14. [INFO ] Executing state pip.installed for six>=1.5.2
  15. [ERROR ] An exception occurred in this state: Traceback (most recent call last):
  16. File "/usr/lib/python2.7/dist-packages/salt/state.py", line 1703, in call
  17. **cdata['kwargs'])
  18. File "/usr/lib/python2.7/dist-packages/salt/loader.py", line 1649, in wrapper
  19. return f(*args, **kwargs)
  20. File "/usr/lib/python2.7/dist-packages/salt/states/pip_state.py", line 592, in installed
  21. out = _check_pkg_version_format(pkg)
  22. File "/usr/lib/python2.7/dist-packages/salt/states/pip_state.py", line 176, in _check_pkg_version_format
  23. ret['prefix'] = install_req.req.project_name
  24. AttributeError: 'Requirement' object has no attribute 'project_name'
  25. [INFO ] Completed state [six>=1.5.2] at time 06:48:43.752768 duration_in_ms=1.17
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement