Can not renew the ssl.Certbot doesn't know how to automatically configure the web server on this system

Hi Mike! I believe my first install was from ports. This time I used the package system and both options are described in these instructions. I can uninstall it from package and compile from ports as before. Do you think it is going to make a difference?
I just did so and it installed version 1.22 from ports and the I also compiled py-certbot-nginx. When I try to renew it spits out the error:
certbot renew
Traceback (most recent call last):
File "/usr/local/bin/certbot", line 33, in
sys.exit(load_entry_point('certbot==1.22.0', 'console_scripts', 'certbot')())
File "/usr/local/bin/certbot", line 25, in importlib_load_entry_point
return next(matches).load()
File "/usr/local/lib/python3.8/importlib/metadata.py", line 77, in load
module = import_module(match.group('module'))
File "/usr/local/lib/python3.8/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1014, in _gcd_import
File "", line 991, in _find_and_load
File "", line 975, in _find_and_load_unlocked
File "", line 671, in _load_unlocked
File "", line 843, in exec_module
File "", line 219, in _call_with_frames_removed
File "/usr/local/lib/python3.8/site-packages/certbot/main.py", line 6, in
from certbot._internal import main as internal_main
File "/usr/local/lib/python3.8/site-packages/certbot/_internal/main.py", line 17, in
import configobj
ModuleNotFoundError: No module named 'configobj'