Missing dependency on Six
certbot:
The 'certbot_plugin_gandi.main' plugin errored while loading: No module named 'six'.
Fixed with pip install six (under Conda).
Mhhhh, alright thanks for the report I'll look into it
Hello,
Same problem with the Debian package on sid. I will look into a solution later and tell you if I find it. I don’t know who is responsible of the package and last time I opened a grave bug, patch got blocked by another bug report so not gonna do it that time...
Edit: Do apt install python3-six.
I've forked and published my own "modern" variant here:
https://github.com/Kriechi/certbot-plugin-gandi-modern
You can download and install it using:
pip uninstall certbot-plugin-gandi
pip install certbot-plugin-gandi-modern>=1.6.0
Please provide feedback and file new issues at my fork directly!
I've forked and published my own "modern" variant here:
https://github.com/Kriechi/certbot-plugin-gandi-modern
You can download and install it using:
pip uninstall certbot-plugin-gandi pip install certbot-plugin-gandi-modern>=1.6.0Please provide feedback and file new issues at my fork directly!
You are awesome. Thanks very much!