Skip to content

Instantly share code, notes, and snippets.

@veatch
Created September 5, 2013 19:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save veatch/6455285 to your computer and use it in GitHub Desktop.
Save veatch/6455285 to your computer and use it in GitHub Desktop.
mock-django test failure 2
py27-1.2 create: /Users/jveatch/Downloads/mock-django-master/.tox/py27-1.2
py27-1.2 installdeps: -r/Users/jveatch/Downloads/mock-django-master/tests/requirements.txt, django==1.2
ERROR: invocation failed, logfile: /Users/jveatch/Downloads/mock-django-master/.tox/py27-1.2/log/py27-1.2-1.log
ERROR: actionid=py27-1.2
msg=getenv
cmdargs=[local('/Users/jveatch/Downloads/mock-django-master/.tox/py27-1.2/bin/pip'), 'install', '--pre', '-r/Users/jveatch/Downloads/mock-django-master/tests/requirements.txt', 'django==1.2']
env={'PYTHONIOENCODING': 'utf_8', 'PROJECT_HOME': '/Users/jveatch', 'VERSIONER_PYTHON_PREFER_32_BIT': 'no', 'TERM_PROGRAM_VERSION': '273.1', 'LOGNAME': 'jveatch', 'USER': 'jveatch', 'PATH': '/Users/jveatch/Downloads/mock-django-master/.tox/py27-1.2/bin:/Users/jveatch/.virtualenvs/mock_django/bin:/Library/Frameworks/Python.framework/Versions/2.7/bin:/opt/local/bin:/opt/local/sbin:/Users/jveatch/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin', 'HOME': '/Users/jveatch', 'PS1': '(mock_django)\\h:\\W \\u\\$ ', 'DISPLAY': '/tmp/launch-6agVN7/org.x:0', 'TERM_PROGRAM': 'Apple_Terminal', 'LANG': 'en_US.UTF-8', 'TERM': 'xterm-color', 'Apple_PubSub_Socket_Render': '/tmp/launch-Lllg7L/Render', 'VERSIONER_PYTHON_VERSION': '2.6', 'SHLVL': '1', '_': '/Users/jveatch/.virtualenvs/mock_django/bin/tox', 'WORKON_HOME': '/Users/jveatch/.virtualenvs', 'SSH_AUTH_SOCK': '/tmp/launch-dMyhLz/Listeners', 'VIRTUAL_ENV': '/Users/jveatch/.virtualenvs/mock_django', 'SHELL': '/bin/bash', 'TMPDIR': '/var/folders/ws/ws3TbZYEFZ08rQiiWQE+arC-Lts/-Tmp-/', 'OLDPWD': '/Users/jveatch', '__CF_USER_TEXT_ENCODING': '0x73815F9E:0:0', 'PWD': '/Users/jveatch/Downloads/mock-django-master', 'COMMAND_MODE': 'unix2003'}
Downloading/unpacking django==1.2
HTTP error 503 while getting https://pypi.python.org/packages/source/D/Django/Django-1.2.tar.gz#md5=98fa833fdabcdd78d00245aead66c174 (from https://pypi.python.org/simple/Django/)
Could not install requirement django==1.2 because of error HTTP Error 503: Backend is unhealthy
Cleaning up...
Could not install requirement django==1.2 because of HTTP error HTTP Error 503: Backend is unhealthy for URL https://pypi.python.org/packages/source/D/Django/Django-1.2.tar.gz#md5=98fa833fdabcdd78d00245aead66c174 (from https://pypi.python.org/simple/Django/)
Storing complete log in /Users/jveatch/.pip/pip.log
ERROR: could not install deps [-r/Users/jveatch/Downloads/mock-django-master/tests/requirements.txt, django==1.2]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment