I just updated Macports Certbot to 2.7.0 and am now consistently getting the below errors whenever I try to issue a command e.g. certbot --nginx renew or certbot certificates. However the help commands seem to work as expected e.g. certbot -h all works ok.
root$ certbot -v --nginx renew An unexpected error occurred: AttributeError: 'ArgumentParser' object has no attribute 'get_source_to_settings_dict' Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /tmp/certbot-log-2b0saw4e/log or re-run Certbot with -v for more details. This occurs on both an Apple Silicon and Intel Mac mini running Ventura. The certbot log file is empty. Is anyone else seeing this? Is this a Macports version problem or an original Certbot issue? Thanks Mark Lucas