Closed zxkane closed 3 years ago
Still failing with below error,
pyopenssl 20.0.1 has requirement cryptography>=3.2, but you'll have cryptography 2.6.1 which is incompatible.
--
975 | Installing collected packages: PyOpenSSL, josepy, parsedatetime, configobj, distro, pytz, zope.interface, idna, urllib3, certifi, chardet, requests, requests-toolbelt, pyrfc3339, acme, zope.proxy, zope.deferredimport, zope.event, zope.deprecation, zope.hookable, zope.component, ConfigArgParse, certbot, jmespath, python-dateutil, botocore, s3transfer, boto3, certbot-dns-route53
Looks like there are built-in cryptography
in debian:buster
. We have to explicitly pin both pyopenssl
and cryptography
.
resolved by #139
failed on installing dependencies
Reproduction Steps
run renew cert job,
Error Log
Environment
Other
This is :bug: Bug Report