daily pastebin goal
55%
SHARE
TWEET

Untitled

a guest Mar 25th, 2016 59 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Installing Python packages...
  2. Had a problem while downloading and verifying Python packages:
  3. Downloading argparse==1.4.0 (23K)...
  4. Downloading pycparser==2.14 (223K)...
  5. Downloading cffi==1.4.2 (365K)...
  6. Downloading ConfigArgParse==0.10.0 (36K)...
  7. Downloading configobj==5.0.6 (33K)...
  8.  
  9. Oh no! Peep had a problem while trying to do stuff. Please write up a bug report
  10. with the specifics so we can fix it:
  11.  
  12. https://github.com/erikrose/peep/issues/new
  13.  
  14. Here are some particulars you can copy and paste into the bug report:
  15.  
  16. ---
  17. peep: (3, 1, 1)
  18. python: '2.7.6 (default, Jun 22 2015, 18:31:26)
  19. [GCC 4.8.2]'
  20. pip: '1.5.4'
  21. Command line:  ['/tmp/tmp.mBsxU2yLBL/peep.py', 'install', '-r', '/tmp/tmp.mBsxU2yLBL/letsencrypt-auto-requirements.txt']
  22. Traceback (most recent call last):
  23.   File "/tmp/tmp.mBsxU2yLBL/peep.py", line 967, in <module>
  24.     exit(main())
  25.   File "/tmp/tmp.mBsxU2yLBL/peep.py", line 939, in main
  26.     return commands[argv[1]](argv[2:])
  27.   File "/tmp/tmp.mBsxU2yLBL/peep.py", line 864, in peep_install
  28.     for path in req_paths))
  29.   File "/tmp/tmp.mBsxU2yLBL/peep.py", line 864, in <genexpr>
  30.     for path in req_paths))
  31.   File "/tmp/tmp.mBsxU2yLBL/peep.py", line 841, in downloaded_reqs_from_path
  32.     _parse_requirements(path, finder)]
  33.   File "/tmp/tmp.mBsxU2yLBL/peep.py", line 422, in __init__
  34.     self.__class__ = self._class()
  35.   File "/tmp/tmp.mBsxU2yLBL/peep.py", line 701, in _class
  36.     if self._actual_hash() not in self._expected_hashes():
  37.   File "/tmp/tmp.mBsxU2yLBL/peep.py", line 331, in memoizer
  38.     self._cache[func.__name__] = func(self)
  39.   File "/tmp/tmp.mBsxU2yLBL/peep.py", line 657, in _actual_hash
  40.     return hash_of_file(join(self._temp_path, self._downloaded_filename()))
  41.   File "/tmp/tmp.mBsxU2yLBL/peep.py", line 331, in memoizer
  42.     self._cache[func.__name__] = func(self)
  43.   File "/tmp/tmp.mBsxU2yLBL/peep.py", line 615, in _downloaded_filename
  44.     file_path = self._download(link)
  45.   File "/tmp/tmp.mBsxU2yLBL/peep.py", line 577, in _download
  46.     response = opener(urlparse(url).scheme != 'http').open(url)
  47.   File "/usr/lib/python2.7/urllib2.py", line 404, in open
  48.     response = self._open(req, data)
  49.   File "/usr/lib/python2.7/urllib2.py", line 422, in _open
  50.     '_open', req)
  51.   File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
  52.     result = func(*args)
  53.   File "/usr/lib/python2.7/urllib2.py", line 1214, in http_open
  54.     return self.do_open(httplib.HTTPConnection, req)
  55.   File "/usr/lib/python2.7/urllib2.py", line 1187, in do_open
  56.     r = h.getresponse(buffering=True)
  57.   File "/usr/lib/python2.7/httplib.py", line 1051, in getresponse
  58.     response.begin()
  59.   File "/usr/lib/python2.7/httplib.py", line 415, in begin
  60.     version, status, reason = self._read_status()
  61.   File "/usr/lib/python2.7/httplib.py", line 379, in _read_status
  62.     raise BadStatusLine(line)
  63. BadStatusLine: ''
  64.  
  65. ---
RAW Paste Data
Top