Did some other commands and at lest this time it got passed the installing python. It showed this:
Installing Python packages...
Had a problem while downloading and verifying Python packages:
Downloading argparse==1.4.0 (23K)...
Oh no! Peep had a problem while trying to do stuff. Please write up a bug report
with the specifics so we can fix it:
Sign in to GitHub · GitHub
Here are some particulars you can copy and paste into the bug report:
peep: (3, 0, 0)
python: '2.7.10 (default, Oct 14 2015, 16:09:02)
[GCC 5.2.1 20151010]'
pip: '1.5.6'
Command line: ['/tmp/tmp.JLP2NwBDtO/peep.py', 'install', '-r', '/tmp/tmp.JLP2NwBDtO/letsencrypt-auto-requirements.txt']
Traceback (most recent call last):
File "/tmp/tmp.JLP2NwBDtO/peep.py", line 958, in
exit(main())
File "/tmp/tmp.JLP2NwBDtO/peep.py", line 930, in main
return commandsargv[1]
File "/tmp/tmp.JLP2NwBDtO/peep.py", line 862, in peep_install
for path in req_paths))
File "/tmp/tmp.JLP2NwBDtO/peep.py", line 862, in
for path in req_paths))
File "/tmp/tmp.JLP2NwBDtO/peep.py", line 839, in downloaded_reqs_from_path
_parse_requirements(path, finder)]
File "/tmp/tmp.JLP2NwBDtO/peep.py", line 420, in init
self.class = self._class()
File "/tmp/tmp.JLP2NwBDtO/peep.py", line 699, in _class
if self._actual_hash() not in self._expected_hashes():
File "/tmp/tmp.JLP2NwBDtO/peep.py", line 329, in memoizer
self._cache[func.name] = func(self)
File "/tmp/tmp.JLP2NwBDtO/peep.py", line 655, in _actual_hash
return hash_of_file(join(self._temp_path, self._downloaded_filename()))
File "/tmp/tmp.JLP2NwBDtO/peep.py", line 329, in memoizer
self._cache[func.name] = func(self)
File "/tmp/tmp.JLP2NwBDtO/peep.py", line 613, in _downloaded_filename
file_path = self._download(link)
File "/tmp/tmp.JLP2NwBDtO/peep.py", line 575, in _download
response = opener(urlparse(url).scheme != 'http').open(url)
File "/usr/lib/python2.7/urllib2.py", line 431, in open
response = self._open(req, data)
File "/usr/lib/python2.7/urllib2.py", line 449, in _open
'_open', req)
File "/usr/lib/python2.7/urllib2.py", line 409, in _call_chain
result = func(*args)
File "/usr/lib/python2.7/urllib2.py", line 1240, in https_open
context=self._context)
File "/usr/lib/python2.7/urllib2.py", line 1200, in do_open
r = h.getresponse(buffering=True)
File "/usr/lib/python2.7/httplib.py", line 1131, in getresponse
response.begin()
File "/usr/lib/python2.7/httplib.py", line 453, in begin
version, status, reason = self._read_status()
File "/usr/lib/python2.7/httplib.py", line 417, in _read_status
raise BadStatusLine(line)
BadStatusLine: ''
I don't know what can do to fix this. Any one know?
-Raymond Day