В certbot:
pip_version = StrictVersion(check_output([python, '-m', 'pip', '--version'])
със
pip_version = StrictVersion(check_output(['pip', '--version'])
и
command = [python, '-m', 'pip', 'install', '--no-index', '--no-deps', '-U']
със
command = ['pip', 'install', '--no-index', '--no-deps', '-U']
Източник: https://community.letsencrypt.org/t/pip-error-with-certbot-auto/88200/5