Problem after upgrading server from debian9 to debian10

Hello, everybody,

I can’t renew my server certificate anymore. For more than 4 years everything ran without problems.

The problem started with the update of Debian 9 to Debian 10 cause i’d upgraded all my server last month.

Now i have this error during renew:

Upgrading certbot-auto 1.6.0 to 1.7.0...
Replacing certbot-auto...
Error: couldn't get currently installed version for /opt/eff.org/certbot/venv/bin/letsencrypt: 
Traceback (most recent call last):
  File "/opt/eff.org/certbot/venv/bin/letsencrypt", line 7, in <module>
    from certbot.main import main
  File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/main.py", line 2, in <module>
    from certbot._internal import main as internal_main
  File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/_internal/main.py", line 6, in <module>
    import logging.handlers
  File "/usr/lib/python2.7/logging/__init__.py", line 26, in <module>
    import sys, os, time, cStringIO, traceback, warnings, weakref, collections
  File "/usr/lib/python2.7/weakref.py", line 14, in <module>
    from _weakref import (
ImportError: cannot import name _remove_dead_weakref
Error: couldn't get currently installed version for /opt/eff.org/certbot/venv/bin/letsencrypt: 
Traceback (most recent call last):
  File "/opt/eff.org/certbot/venv/bin/letsencrypt", line 7, in <module>
    from certbot.main import main
  File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/main.py", line 2, in <module>
    from certbot._internal import main as internal_main
  File "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/_internal/main.py", line 6, in <module>
    import logging.handlers
  File "/usr/lib/python2.7/logging/__init__.py", line 26, in <module>
    import sys, os, time, cStringIO, traceback, warnings, weakref, collections
  File "/usr/lib/python2.7/weakref.py", line 14, in <module>
    from _weakref import (
ImportError: cannot import name _remove_dead_weakref

Os version:
PRETTY_NAME=“Debian GNU/Linux 10 (buster)”
NAME=“Debian GNU/Linux”
VERSION_ID=“10”
VERSION=“10 (buster)”
VERSION_CODENAME=buster
ID=debian

Server version: Apache/2.4.38 (Debian)

Thanks for the help in advance

Best regards

Hi,

A major OS upgrade like that can cause trouble with certbot-auto, but it shouldn’t be too hard to fix. Just remove the entire directory and try again:

sudo rm -rf /opt/eff.org/certbot/
sudo certbot-auto --version

Your settings and certificates will be preserved, we’re only deleting the parts which are pure software and will automatically get recreated by certbot-auto.

1 Like

Many thanks it’s solve my problem :+1:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.