Guest User

Untitled

a guest
Jan 23rd, 2018
368
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. $ pip install supervisor
  2. Downloading/unpacking supervisor
  3. Exception in thread Thread-1:
  4. Traceback (most recent call last):
  5. File "/Users/sane/.pythonbrew/pythons/Python-2.7.1/lib/python2.7/threading.py", line 530, in __bootstrap_inner
  6. self.run()
  7. File "/Users/sane/.pythonbrew/pythons/Python-2.7.1/lib/python2.7/threading.py", line 483, in run
  8. self.__target(*self.__args, **self.__kwargs)
  9. File "/Users/sane/.pythonbrew/pythons/Python-2.7.1/lib/python2.7/site-packages/pip-1.0.1-py2.7.egg/pip/index.py", line 243, in _get_queued_page
  10. for link in page.rel_links():
  11. File "/Users/sane/.pythonbrew/pythons/Python-2.7.1/lib/python2.7/site-packages/pip-1.0.1-py2.7.egg/pip/index.py", line 515, in rel_links
  12. for url in self.scraped_rel_links():
  13. File "/Users/sane/.pythonbrew/pythons/Python-2.7.1/lib/python2.7/site-packages/pip-1.0.1-py2.7.egg/pip/index.py", line 542, in scraped_rel_links
  14. url = match.group(1) or match.group(2) or match.group(3)
  15. IndexError: no such group
  16.  
  17. Downloading supervisor-3.0a10.tar.gz (438Kb): 438Kb downloaded
  18. Running setup.py egg_info for package supervisor
  19.  
  20. no previously-included directories found matching 'docs/*.pyc'
  21. no previously-included directories found matching 'docs/.build'
  22. Downloading/unpacking meld3>=0.6.5 (from supervisor)
  23. Downloading meld3-0.6.7.tar.gz
  24. Running setup.py egg_info for package meld3
  25.  
  26. Installing collected packages: supervisor, meld3
  27. Running setup.py install for supervisor
  28.  
  29. no previously-included directories found matching 'docs/*.pyc'
  30. no previously-included directories found matching 'docs/.build'
  31. Skipping installation of /Users/sane/.pythonbrew/pythons/Python-2.7.1/lib/python2.7/site-packages/supervisor/__init__.py (namespace package)
  32. Installing /Users/sane/.pythonbrew/pythons/Python-2.7.1/lib/python2.7/site-packages/supervisor-3.0a10-py2.7-nspkg.pth
  33. Installing echo_supervisord_conf script to /Users/sane/.pythonbrew/pythons/Python-2.7.1/bin
  34. Installing pidproxy script to /Users/sane/.pythonbrew/pythons/Python-2.7.1/bin
  35. Installing supervisorctl script to /Users/sane/.pythonbrew/pythons/Python-2.7.1/bin
  36. Installing supervisord script to /Users/sane/.pythonbrew/pythons/Python-2.7.1/bin
  37. Running setup.py install for meld3
  38.  
  39. Successfully installed supervisor meld3
  40. Cleaning up...
  41. [sane@125-6-81-126 isucon]$
Add Comment
Please, Sign In to add comment