Error popup - setup/setup_wizard/operations/taxes_setup.py

There are a few errors I have been getting, one of them being:

Traceback (most recent call last):
  File "apps/erpnext/erpnext/setup/setup_wizard/operations/taxes_setup.py", line 116, in update_regional_tax_settings
    frappe.get_attr(module_name)(country, company)
  File "apps/frappe/frappe/__init__.py", line 1438, in get_attr
    return getattr(get_module(modulename), methodname)
AttributeError: module 'erpnext.regional.south_africa.setup' has no attribute 'update_regional_tax_settings'

Any ideas on what this is and how to resolve? Thank you!

I also have this error. Any word on what’s causing it?