Re: [Sugar-devel] Issue setting up sugar-labs dev-env

2015-10-27 Thread vinay khandelwal
This is the pip debug log :- /home/mayukuse/sugarlabs/sugar-build/build/out/sandbox-host/install/bin/pip run on Tue Oct 27 12:59:00 2015Downloading/unpacking git+https://github.com/dnarvaez/osbuild  Cloning https://github.com/dnarvaez/osbuild to /tmp/pip-KcMvg2-build  Found command 'git' at

Re: [Sugar-devel] Issue setting up sugar-labs dev-env

2015-10-27 Thread Sam P.
I think it is a proxy issue, judging from the log: > Could not fetch URL https://pypi.python.org/simple/plog/: connection error: hostname 'proxy.iiit.ac.in' doesn't match either of 'www.python.org', 'python.org', 'pypi.python.org', 'docs.python.org', 'testpypi.python.org', ' bugs.python.org',

Re: [Sugar-devel] Issue setting up sugar-labs dev-env

2015-10-26 Thread Tummala Dhanvi
On Mon, Oct 26, 2015 at 2:37 AM, Sam P. wrote: > Hi, > > Are you running behind a proxy? > > What did the pip debug log say? > > Thanks, > Sam > > On Sun, Oct 25, 2015, 9:24 PM vinay khandelwal > wrote: > >> I was trying to setup the developer environment

[Sugar-devel] Issue setting up sugar-labs dev-env

2015-10-25 Thread vinay khandelwal
I was trying to setup the developer environment following instructions from  https://developer.sugarlabs.org/dev-environment.md.html . However when i do ./osbuild pull the following error comes up :- = Setup the host build system = * Create the python virtualenv* Install python packages  Cannot

Re: [Sugar-devel] Issue setting up sugar-labs dev-env

2015-10-25 Thread Sam P.
Hi, Are you running behind a proxy? What did the pip debug log say? Thanks, Sam On Sun, Oct 25, 2015, 9:24 PM vinay khandelwal wrote: > I was trying to setup the developer environment following instructions > from https://developer.sugarlabs.org/dev-environment.md.html