EnigmaBridge/certbot-external-auth

Missing dependency "future"

Opened this issue · 0 comments

After doing "pip install certbot-ext-auth", "certbot --version" errors out with "An unexpected error occurred: \ ModuleNotFoundError: No module named 'past'".
To get module past, amusingly I had to "pip install future".

It seems this is a forgotten dependency in pip.