Skip to content

Instantly share code, notes, and snippets.

@paregorios
Created October 23, 2014 18:33
Show Gist options
  • Select an option

  • Save paregorios/f5f87ed3924ba090a2de to your computer and use it in GitHub Desktop.

Select an option

Save paregorios/f5f87ed3924ba090a2de to your computer and use it in GitHub Desktop.
Getting distribution for 'plone.app.z3cform==0.7.6'.
warning: no previously-included files matching '*pyc' found anywhere in distribution
Got plone.app.z3cform 0.7.6.
While:
Installing.
Getting section zeoserver.
Initializing part zeoserver.
Getting distribution for 'Products.statusmessages==4.0'.
An internal error occurred due to a bug in either zc.buildout or in a
recipe being used:
Traceback (most recent call last):
File "/Users/paregorios/Documents/files/I/isaw-web-buildout/isaw.web.43/eggs/zc.buildout-1.7.1-py2.7.egg/zc/buildout/buildout.py", line 1866, in main
getattr(buildout, command)(args)
File "/Users/paregorios/Documents/files/I/isaw-web-buildout/isaw.web.43/eggs/zc.buildout-1.7.1-py2.7.egg/zc/buildout/buildout.py", line 509, in install
[self[part]['recipe'] for part in install_parts]
File "/Users/paregorios/Documents/files/I/isaw-web-buildout/isaw.web.43/eggs/zc.buildout-1.7.1-py2.7.egg/zc/buildout/buildout.py", line 1104, in __getitem__
options._initialize()
File "/Users/paregorios/Documents/files/I/isaw-web-buildout/isaw.web.43/eggs/zc.buildout-1.7.1-py2.7.egg/zc/buildout/buildout.py", line 1192, in _initialize
self.recipe = recipe_class(buildout, name, self)
File "/Users/paregorios/Documents/files/I/isaw-web-buildout/isaw.web.43/eggs/plone.recipe.zeoserver-1.2.6-py2.7.egg/plone/recipe/zeoserver/__init__.py", line 34, in __init__
_, self.zodb_ws = self.egg.working_set()
File "/Users/paregorios/Documents/files/I/isaw-web-buildout/isaw.web.43/eggs/zc.recipe.egg-1.3.2-py2.7.egg/zc/recipe/egg/egg.py", line 101, in working_set
**kw)
File "/Users/paregorios/Documents/files/I/isaw-web-buildout/isaw.web.43/eggs/zc.buildout-1.7.1-py2.7.egg/zc/buildout/easy_install.py", line 1079, in install
return installer.install(specs, working_set)
File "/Users/paregorios/Documents/files/I/isaw-web-buildout/isaw.web.43/eggs/zc.buildout-1.7.1-py2.7.egg/zc/buildout/easy_install.py", line 931, in install
ws, self._always_unzip):
File "/Users/paregorios/Documents/files/I/isaw-web-buildout/isaw.web.43/eggs/buildout.dumppickedversions-0.5-py2.7.egg/buildout/dumppickedversions/__init__.py", line 33, in get_dist
dists = old_get_dist(self, requirement, ws, always_unzip)
File "/Users/paregorios/Documents/files/I/isaw-web-buildout/isaw.web.43/eggs/zc.buildout-1.7.1-py2.7.egg/zc/buildout/easy_install.py", line 720, in _get_dist
dist, avail = self._satisfied(requirement)
File "/Users/paregorios/Documents/files/I/isaw-web-buildout/isaw.web.43/eggs/zc.buildout-1.7.1-py2.7.egg/zc/buildout/easy_install.py", line 437, in _satisfied
return None, self._obtain(req, source)
File "/Users/paregorios/Documents/files/I/isaw-web-buildout/isaw.web.43/eggs/zc.buildout-1.7.1-py2.7.egg/zc/buildout/easy_install.py", line 636, in _obtain
if index.obtain(requirement) is None:
File "/Users/paregorios/Documents/files/I/isaw-web-buildout/isaw.web.43/eggs/setuptools-0.6c11-py2.7.egg/setuptools/package_index.py", line 318, in obtain
self.prescan(); self.find_packages(requirement)
File "/Users/paregorios/Documents/files/I/isaw-web-buildout/isaw.web.43/eggs/setuptools-0.6c11-py2.7.egg/setuptools/package_index.py", line 303, in find_packages
self.scan_url(self.index_url + requirement.unsafe_name+'/')
File "/Users/paregorios/Documents/files/I/isaw-web-buildout/isaw.web.43/eggs/setuptools-0.6c11-py2.7.egg/setuptools/package_index.py", line 617, in scan_url
self.process_url(url, True)
File "/Users/paregorios/Documents/files/I/isaw-web-buildout/isaw.web.43/eggs/setuptools-0.6c11-py2.7.egg/setuptools/package_index.py", line 190, in process_url
f = self.open_url(url, "Download error: %s -- Some packages may not be found!")
File "/Users/paregorios/Documents/files/I/isaw-web-buildout/isaw.web.43/eggs/setuptools-0.6c11-py2.7.egg/setuptools/package_index.py", line 578, in open_url
return open_with_auth(url)
File "/Users/paregorios/Documents/files/I/isaw-web-buildout/isaw.web.43/eggs/setuptools-0.6c11-py2.7.egg/setuptools/package_index.py", line 717, in open_with_auth
fp = urllib2.urlopen(request)
File "/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 127, in urlopen
return _opener.open(url, data, timeout)
File "/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 404, in open
response = self._open(req, data)
File "/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 422, in _open
'_open', req)
File "/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 382, in _call_chain
result = func(*args)
File "/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 1214, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 1187, in do_open
r = h.getresponse(buffering=True)
File "/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 1067, in getresponse
response.begin()
File "/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 409, in begin
version, status, reason = self._read_status()
File "/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 365, in _read_status
line = self.fp.readline(_MAXLINE + 1)
File "/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 476, in readline
data = self._sock.recv(self._rbufsize)
error: [Errno 54] Connection reset by peer
*************** PICKED VERSIONS ****************
[versions]
*************** /PICKED VERSIONS ***************
(py27-venv)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment