I am trying to diagnose this error:
Getting distribution for 'zc.buildout<2dev'. Got zc.buildout 1.7.1. Generated script '/opt/mytardis/releases/a549cd05272afe8f16c2fe5efe8158490acbde82/bin/buildout'. Download error on http://pypi.python.org/simple/buildout-versions/: [Errno 104] Connection reset by peer -- Some packages may not be found! Couldn't find index page for 'buildout-versions' (maybe misspelled?) Download error on http://pypi.python.org/simple/: [Errno 104] Connection reset by peer -- Some packages may not be found! Getting distribution for 'buildout-versions'. STDERR: /usr/lib64/python2.6/distutils/dist.py:266: UserWarning: Unknown distribution option: 'src_root' warnings.warn(msg) While: Installing. Loading extensions. Getting distribution for 'buildout-versions'. Error: Couldn't find a distribution for 'buildout-versions'.
This happens deep inside the Chef + build setup stack. One thing I discovered is that if I try to directly access the buildout package:
$ wget https://pypi.python.org/packages/source/b/buildout-versions/buildout-versions-1.7.tar.gz
I can access the file from my desktop. Therefore, I suspect a proxy (provided by the university, and this server should use it to access the Internet). It is set using https_proxy=...
Is this a likely cause of build failure? Anyway?
source share