Created
December 16, 2011 20:43
-
-
Save tsabat/1487891 to your computer and use it in GitHub Desktop.
WTF?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pip install supervisor | |
Downloading/unpacking supervisor | |
Exception in thread Thread-1: | |
Traceback (most recent call last): | |
File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner | |
self.run() | |
File "/usr/lib/python2.6/threading.py", line 484, in run | |
self.__target(*self.__args, **self.__kwargs) | |
File "/home/vagrant/.virtualenvs/supervisor/lib/python2.6/site-packages/pip-1.0.2-py2.6.egg/pip/index.py", line 243, in _get_queued_page | |
for link in page.rel_links(): | |
File "/home/vagrant/.virtualenvs/supervisor/lib/python2.6/site-packages/pip-1.0.2-py2.6.egg/pip/index.py", line 515, in rel_links | |
for url in self.scraped_rel_links(): | |
File "/home/vagrant/.virtualenvs/supervisor/lib/python2.6/site-packages/pip-1.0.2-py2.6.egg/pip/index.py", line 542, in scraped_rel_links | |
url = match.group(1) or match.group(2) or match.group(3) | |
IndexError: no such group | |
Downloading supervisor-3.0a12.tar.gz (438Kb): 438Kb downloaded | |
Running setup.py egg_info for package supervisor | |
Requirement already satisfied (use --upgrade to upgrade): distribute in /home/vagrant/.venvburrito/lib/python/distribute-0.6.24-py2.6.egg (from supervisor) | |
Downloading/unpacking meld3>=0.6.5 (from supervisor) | |
Downloading meld3-0.6.7.tar.gz | |
Running setup.py egg_info for package meld3 | |
Installing collected packages: supervisor, meld3 | |
Running setup.py install for supervisor | |
Skipping installation of /home/vagrant/.virtualenvs/supervisor/lib/python2.6/site-packages/supervisor/__init__.py (namespace package) | |
Installing /home/vagrant/.virtualenvs/supervisor/lib/python2.6/site-packages/supervisor-3.0a12-py2.6-nspkg.pth | |
Installing echo_supervisord_conf script to /home/vagrant/.virtualenvs/supervisor/bin | |
Installing pidproxy script to /home/vagrant/.virtualenvs/supervisor/bin | |
Installing supervisorctl script to /home/vagrant/.virtualenvs/supervisor/bin | |
Installing supervisord script to /home/vagrant/.virtualenvs/supervisor/bin | |
Running setup.py install for meld3 | |
Successfully installed supervisor meld3 | |
Cleaning up... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment