Skip to content

Instantly share code, notes, and snippets.

@evildmp
Created April 13, 2015 22:15
Show Gist options
  • Save evildmp/a9b144cf399de05b09ed to your computer and use it in GitHub Desktop.
Save evildmp/a9b144cf399de05b09ed to your computer and use it in GitHub Desktop.
py26 installdeps: -r/Users/divio/Arkestra/Arkestra/REQUIREMENTS.txt, -e.[test]
/Users/divio/Arkestra/Arkestra$ /Users/divio/Arkestra/Arkestra/.tox/py26/bin/pip install -r/Users/divio/Arkestra/Arkestra/REQUIREMENTS.txt -e.[test] >/Users/divio/Arkestra/Arkestra/.tox/py26/log/py26-1.log
ERROR: invocation failed (exit code 1), logfile: /Users/divio/Arkestra/Arkestra/.tox/py26/log/py26-1.log
ERROR: actionid=py26
msg=getenv
cmdargs=[local('/Users/divio/Arkestra/Arkestra/.tox/py26/bin/pip'), 'install', '-r/Users/divio/Arkestra/Arkestra/REQUIREMENTS.txt', '-e.[test]']
env={'LESS': '-R', 'LC_CTYPE': 'en_GB.UTF-8', 'TERM_PROGRAM_VERSION': '343.7', 'TMPDIR': '/var/folders/0s/8b2x6bm945zfk9ft69rmt3dh0000gn/T/', 'DOCKER_HOST': 'tcp://192.168.59.103:2376', 'LOGNAME': 'divio', 'USER': 'divio', 'PATH': '/Users/divio/Arkestra/Arkestra/.tox/py26/bin:/Users/divio/Arkestra/Arkestra/.env/bin:/Users/divio/bin:/Users/divio/.local/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/MacGPG2/bin:/Users/divio/usr/local/bin', 'HOME': '/Users/divio', 'VIRTUALENVWRAPPER_SCRIPT': '-zsh', 'DISPLAY': '/private/tmp/com.apple.launchd.slUa13qS3S/org.macosforge.xquartz:0', 'TERM_PROGRAM': 'Apple_Terminal', 'LANG': 'en_GB.UTF-8', 'TERM': 'xterm-256color', 'Apple_PubSub_Socket_Render': '/private/tmp/com.apple.launchd.Le2KHK76gm/Render', 'VIRTUALENVWRAPPER_PYTHON': '/usr/local/bin/python', 'SHLVL': '1', 'SECURITYSESSIONID': '186a5', 'XPC_FLAGS': '0x0', 'PYTHONHASHSEED': '1877676131', 'EDITOR': '/usr/local/bin/mate -w', 'ARCHFLAGS': '-arch x86_64', 'WORKON_HOME': '/Users/divio/.virtualenvs', 'TERM_SESSION_ID': '4710A2D7-A279-401D-8769-8E09154D2E46', 'COMP_WORDBREAKS': '', 'XPC_SERVICE_NAME': '0', 'VIRTUAL_ENV': '/Users/divio/Arkestra/Arkestra/.tox/py26', 'SSH_AUTH_SOCK': '/private/tmp/com.apple.launchd.XCYtejePdQ/Listeners', 'SHELL': '/bin/zsh', 'PS1': '(.env)${ret_status}%{$fg_bold[green]%}%p %{$fg[cyan]%}%c %{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%} % %{$reset_color%}', '_': '/Users/divio/Arkestra/Arkestra/.env/bin/tox', 'VIRTUALENVWRAPPER_PROJECT_FILENAME': '.project', 'LSCOLORS': 'Gxfxcxdxbxegedabagacad', 'VIRTUALENVWRAPPER_HOOK_DIR': '/Users/divio/.virtualenvs', 'OLDPWD': '/Users/divio/Arkestra', '__CF_USER_TEXT_ENCODING': '0x1F5:0x0:0x0', 'PWD': '/Users/divio/Arkestra/Arkestra', 'PIP_DOWNLOAD_CACHE': '/Users/divio/.pip/cache', 'DOCKER_TLS_VERIFY': '1', 'PAGER': 'less', 'DOCKER_CERT_PATH': '/Users/divio/.boot2docker/certs/boot2docker-vm'}
DEPRECATION: --download-cache has been deprecated and will be removed in the future. Pip now automatically uses and configures its cache.
Obtaining file:///Users/divio/Arkestra/Arkestra
Obtaining django-easyfilters from hg+https://bitbucket.org/spookylukey/django-easyfilters#egg=django-easyfilters (from -r /Users/divio/Arkestra/Arkestra/REQUIREMENTS.txt (line 1))
Cloning hg https://bitbucket.org/spookylukey/django-easyfilters to ./.tox/py26/src/django-easyfilters
Traceback (most recent call last):
File "/usr/local/bin/hg", line 43, in <module>
mercurial.dispatch.run()
File "/usr/local/Cellar/mercurial/3.3/lib/python2.7/site-packages/mercurial/dispatch.py", line 28, in run
sys.exit((dispatch(request(sys.argv[1:])) or 0) & 255)
File "/usr/local/Cellar/mercurial/3.3/lib/python2.7/site-packages/mercurial/dispatch.py", line 41, in dispatch
req.ui = uimod.ui()
File "/usr/local/Cellar/mercurial/3.3/lib/python2.7/site-packages/mercurial/ui.py", line 111, in __init__
for f in scmutil.rcpath():
File "/usr/local/Cellar/mercurial/3.3/lib/python2.7/site-packages/mercurial/demandimport.py", line 106, in __getattribute__
self._load()
File "/usr/local/Cellar/mercurial/3.3/lib/python2.7/site-packages/mercurial/demandimport.py", line 78, in _load
mod = _hgextimport(_import, head, globals, locals, None, level)
File "/usr/local/Cellar/mercurial/3.3/lib/python2.7/site-packages/mercurial/demandimport.py", line 47, in _hgextimport
return importfunc(name, globals, *args)
File "/usr/local/Cellar/mercurial/3.3/lib/python2.7/site-packages/mercurial/scmutil.py", line 1101, in <module>
if util.safehasattr(parsers, 'dirs'):
File "/usr/local/Cellar/mercurial/3.3/lib/python2.7/site-packages/mercurial/util.py", line 85, in safehasattr
return getattr(thing, attr, _notset) is not _notset
File "/usr/local/Cellar/mercurial/3.3/lib/python2.7/site-packages/mercurial/demandimport.py", line 106, in __getattribute__
self._load()
File "/usr/local/Cellar/mercurial/3.3/lib/python2.7/site-packages/mercurial/demandimport.py", line 78, in _load
mod = _hgextimport(_import, head, globals, locals, None, level)
File "/usr/local/Cellar/mercurial/3.3/lib/python2.7/site-packages/mercurial/demandimport.py", line 47, in _hgextimport
return importfunc(name, globals, *args)
ImportError: Python minor version mismatch: The Mercurial extension modules were compiled with Python 2.7.6, but Mercurial is currently using Python with sys.hexversion=33950192: Python 2.6.9 (unknown, Sep 9 2014, 15:05:12)
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.39)]
at: /usr/bin/python
Complete output from command hg clone --noupdate -q https://bitbucket.org/spookylukey/django-easyfilters /Users/divio/Arkestra/Arkestra/.tox/py26/src/django-easyfilters:
----------------------------------------
Command "hg clone --noupdate -q https://bitbucket.org/spookylukey/django-easyfilters /Users/divio/Arkestra/Arkestra/.tox/py26/src/django-easyfilters" failed with error code 1 in None
ERROR: could not install deps [-r/Users/divio/Arkestra/Arkestra/REQUIREMENTS.txt, -e.[test]]; v = InvocationError('/Users/divio/Arkestra/Arkestra/.tox/py26/bin/pip install -r/Users/divio/Arkestra/Arkestra/REQUIREMENTS.txt -e.[test] (see /Users/divio/Arkestra/Arkestra/.tox/py26/log/py26-1.log)', 1)
@bubenkoff
Copy link

so that's with --recreate?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment