<div dir="ltr"><div><div><div><div><div><div>Hello,<br></div>My name is Rohan Saxena and I am an undergraduate student of Computer Science at BITS Pilani. I am interested in contributing to Sugar Labs. <br><br></div>To set up the development environment, I am following the guide given here: <a href="https://developer.sugarlabs.org/dev-environment.md.html">https://developer.sugarlabs.org/dev-environment.md.html</a>. I was successfully able to clone the sugar repository on my machine. But when I tried to use the command ./osbuild pull, I got an error, the details of which are given at the end of this mail. I Googled this and found that a few other people running Ubuntu (which is what I'm running) reported the same error, but I could not find a suitable solution.<br><br></div>I was hoping someone might be able to throw light on this topic.<br><br></div>Thanks in advance,<br></div>Rohan Saxena.<br><br></div>Details of the error:<br><br>= Setup the host build system =<br><br>* Create the python virtualenv<br>Traceback (most recent call last):<br>  File "/home/rohansaxena/sugar-build/build/out/sandbox-host/cache/virtualenv-1.11.4/virtualenv.py", line 2338, in <module><br>    main()<br>  File "/home/rohansaxena/sugar-build/build/out/sandbox-host/cache/virtualenv-1.11.4/virtualenv.py", line 824, in main<br>    symlink=options.symlink)<br>  File "/home/rohansaxena/sugar-build/build/out/sandbox-host/cache/virtualenv-1.11.4/virtualenv.py", line 992, in create_environment<br>    install_wheel(to_install, py_executable, search_dirs)<br>  File "/home/rohansaxena/sugar-build/build/out/sandbox-host/cache/virtualenv-1.11.4/virtualenv.py", line 960, in install_wheel<br>    'PIP_NO_INDEX': '1'<br>  File "/home/rohansaxena/sugar-build/build/out/sandbox-host/cache/virtualenv-1.11.4/virtualenv.py", line 902, in call_subprocess<br>    % (cmd_desc, proc.returncode))<br>OSError: Command /home/rohansaxena/su...nstall/bin/python2.7 -c "import sys, pip; sys...d\"] + sys.argv[1:]))" setuptools pip failed with error code 1<br>Traceback (most recent call last):<br>  File "./osbuild", line 503, in <module><br>    if not main():<br>  File "./osbuild", line 482, in main<br>    if not setup(options.command):<br>  File "./osbuild", line 322, in setup<br>    raise e<br>subprocess.CalledProcessError: Command '['python2.7', '/home/rohansaxena/sugar-build/build/out/sandbox-host/cache/virtualenv-1.11.4/virtualenv.py', '-q', '--system-site-packages', '/home/rohansaxena/sugar-build/build/out/sandbox-host/install']' returned non-zero exit status 1<br></div>