When I run certbot-auto certonly -standalone --debug -d mydomain.com
as root using my domain, I get the following error:
Creating virtual environment...
Installing Python packages...
Installation succeeded.
Traceback (most recent call last):
File "/root/.local/share/letsencrypt/bin/letsencrypt", line 7, in <module>
from certbot.main import main
File "/root/.local/share/letsencrypt/local/lib/python2.7/dist-packages/certbot/main.py", line 12, in <module>
import zope.component
File "/root/.local/share/letsencrypt/local/lib/python2.7/dist-packages/zope/component/init.py", line 16, in <module>
from zope.interface import Interface </code>
Do you have any tips as to what I can try in order to diagnose the problem?
When I run certbot-auto certonly -standalone --debug -d mydomain.com
as root using my domain, I get the following error:
Creating virtual environment... Installing Python packages... Installation succeeded. Traceback (most recent call last): File "/root/.local/share/letsencrypt/bin/letsencrypt", line 7, in <module> from certbot.main import main File "/root/.local/share/letsencrypt/local/lib/python2.7/dist-packages/certbot/main.py", line 12, in <module> import zope.component File "/root/.local/share/letsencrypt/local/lib/python2.7/dist-packages/zope/component/init.py", line 16, in <module> from zope.interface import Interface </code>
Do you have any tips as to what I can try in order to diagnose the problem?