Skip to content

Instantly share code, notes, and snippets.

Created April 23, 2016 23:51
Show Gist options
  • Save anonymous/f359c9bce82bf30e40b9bba11de006dd to your computer and use it in GitHub Desktop.
Save anonymous/f359c9bce82bf30e40b9bba11de006dd to your computer and use it in GitHub Desktop.
iamutkarsh@kickass:~/sugar-build$ ./osbuild pull
= Setup the host build system =
* Create the python virtualenv
Traceback (most recent call last):
File "/home/iamutkarsh/sugar-build/build/out/sandbox-host/cache/virtualenv-1.11.4/virtualenv.py", line 2338, in <module>
main()
File "/home/iamutkarsh/sugar-build/build/out/sandbox-host/cache/virtualenv-1.11.4/virtualenv.py", line 824, in main
symlink=options.symlink)
File "/home/iamutkarsh/sugar-build/build/out/sandbox-host/cache/virtualenv-1.11.4/virtualenv.py", line 992, in create_environment
install_wheel(to_install, py_executable, search_dirs)
File "/home/iamutkarsh/sugar-build/build/out/sandbox-host/cache/virtualenv-1.11.4/virtualenv.py", line 960, in install_wheel
'PIP_NO_INDEX': '1'
File "/home/iamutkarsh/sugar-build/build/out/sandbox-host/cache/virtualenv-1.11.4/virtualenv.py", line 902, in call_subprocess
% (cmd_desc, proc.returncode))
OSError: Command /home/iamutkarsh/sug...nstall/bin/python2.7 -c "import sys, pip; sys...d\"] + sys.argv[1:]))" setuptools pip failed with error code 1
Traceback (most recent call last):
File "./osbuild", line 503, in <module>
if not main():
File "./osbuild", line 482, in main
if not setup(options.command):
File "./osbuild", line 322, in setup
raise e
subprocess.CalledProcessError: Command '['python2.7', '/home/iamutkarsh/sugar-build/build/out/sandbox-host/cache/virtualenv-1.11.4/virtualenv.py', '-q', '--system-site-packages', '/home/iamutkarsh/sugar-build/build/out/sandbox-host/install']' returned non-zero exit status 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment