Letsencrypt ImportError: nenhum módulo chamado interface no amazon linux durante a renovação

Hoje, quando tentei renovar meus certificados usando este comando, estou enfrentando um erro

/opt/letsencrypt/letsencrypt-auto renew --config /etc/letsencrypt/config.ini --agree-tos && apachectl graceful

também tentei este comando

/opt/letsencrypt/letsencrypt-auto renew

Erro:

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
ImportError: No module named interface

Eu fiz muitas pesquisas, nenhuma solução encontrada.

questionAnswers(4)

yourAnswerToTheQuestion