Ok, I did this 4 days ago and it was working great, but now I seem to be getting a error
Looking at the GitHub of letsencrpyt this is down to a problem with Peep as it is a old version and they have updated to use PipStrap but is not in the release yet, but is in the bleeding-edge version
Code:
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:
https://github.com/erikrose/peep/issues/new
Here are some particulars you can copy and paste into the bug report:
---
peep: (3, 1, 1)
python: '2.7.11 (default, Dec 7 2015, 11:26:11) \n[GCC 4.4.7 20120313 (Red Hat 4.4.7-16)]'
pip: '1.4.1'
Command line: ['/tmp/tmp.XyjEek9Vwb/peep.py', 'install', '-r', '/tmp/tmp.XyjEek9Vwb/letsencrypt-auto-requirements.txt']
Traceback (most recent call last):
File "/tmp/tmp.XyjEek9Vwb/peep.py", line 967, in <module>
exit(main())
File "/tmp/tmp.XyjEek9Vwb/peep.py", line 939, in main
return commands[argv[1]](argv[2:])
File "/tmp/tmp.XyjEek9Vwb/peep.py", line 884, in peep_install
req.install()
File "/tmp/tmp.XyjEek9Vwb/peep.py", line 652, in install
run_pip(['install'] + other_args + ['--no-deps', '-U', archive_path])
File "/tmp/tmp.XyjEek9Vwb/peep.py", line 206, in run_pip
status_code = pip.main(initial_args)
File "/root/.local/share/letsencrypt/lib/python2.7/site-packages/pip/__init__.py", line 148, in main
return command.main(args[1:], options)
File "/root/.local/share/letsencrypt/lib/python2.7/site-packages/pip/basecommand.py", line 169, in main
text = '\n'.join(complete_log)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 36: ordinal not in range(128)