obynio / certbot-plugin-gandi

Certbot plugin for authentication using Gandi LiveDNS
https://pypi.org/project/certbot-plugin-gandi/
MIT License
195 stars 28 forks source link

Missing dependency on Six #49

Open ameuret opened 2 months ago

ameuret commented 2 months ago

certbot:

The 'certbot_plugin_gandi.main' plugin errored while loading: No module named 'six'.

Fixed with pip install six (under Conda).

obynio commented 1 month ago

Mhhhh, alright thanks for the report I'll look into it

DorianCoding commented 1 month ago

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.