dlapiduz / certbot-s3front

Certbot CLI plugin for S3/CloudFront validation and installation
MIT License
584 stars 70 forks source link

Cannot run on raspbian stretch #78

Closed praetp closed 6 years ago

praetp commented 6 years ago

An unexpected error occurred: ContextualVersionConflict: (idna 2.2 (/usr/lib/python2.7/dist-packages), Requirement.parse('idna<2.8,>=2.5'), set(['requests']))

Probably related to https://github.com/certbot/certbot/issues/5015

praetp commented 6 years ago

pip install idna>2.5

seems to solve it...