В 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
Logged in as {{omniform_current_user_display_name}}. Edit your profile. Log out? Required fields are marked *
Your email address will not be published. Required fields are marked *
Comments are closed.
You must be logged in to post a comment.