Guest User

Untitled

a guest
Mar 12th, 2021
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. TASK [Install python-consul and consulate] 00:58FAILED - RETRYING: Install python-consul and consulate (2 retries left).
  2. FAILED - RETRYING: Install python-consul and consulate (1 retries left).
  3. fatal: [Node1]: FAILED! => {
  4. "attempts": 2,
  5. "changed": false,
  6. "cmd": [
  7. "/opt/pyconsul/bin/pip2",
  8. "install",
  9. "python-consul==1.1.0",
  10. "consulate"
  11. ]
  12. }
  13.  
  14. MSG:
  15.  
  16.  
  17. :stderr: Traceback (most recent call last):
  18. File "/opt/pyconsul/bin/pip2", line 7, in <module>
  19. from pip import main
  20. File "/opt/pyconsul/local/lib/python2.7/site-packages/pip/__init__.py", line 72, in <module>
  21. from pip.log import logger
  22. File "/opt/pyconsul/local/lib/python2.7/site-packages/pip/log.py", line 6, in <module>
  23. import logging
  24. File "/usr/lib/python2.7/logging/__init__.py", line 26, in <module>
  25. import sys, os, time, cStringIO, traceback, warnings, weakref, collections
  26. File "/usr/lib/python2.7/weakref.py", line 14, in <module>
  27. from _weakref import (
  28. ImportError: cannot import name _remove_dead_weakref
  29.  
Advertisement
Add Comment
Please, Sign In to add comment