Updating DocTypes Error on Master Branch

Dear Team,

When I switch to master branch and update I am getting following error

nstalling erpnext…
Updating DocTypes for erpnext : [=========== ]Traceback (most recent call last):
File “/home/frappe_sandbox/frappe-erpnext/apps/frappe/frappe/modules/utils.py”, line 204, in load_doctype_module
doctype_python_modules[key] = frappe.get_module(module_name)
File “/home/frappe_sandbox/frappe-erpnext/apps/frappe/frappe/init.py”, line 836, in get_module
return importlib.import_module(modulename)
File “/home/frappe_sandbox/frappe-erpnext/env/lib/python3.7/importlib/init.py”, line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File “”, line 1006, in _gcd_import
File “”, line 983, in _find_and_load
File “”, line 967, in _find_and_load_unlocked
File “”, line 677, in _load_unlocked
File “”, line 728, in exec_module
File “”, line 219, in _call_with_frames_removed
File “/home/frappe_sandbox/frappe-erpnext/apps/erpnext/erpnext/selling/doctype/sales_order/sales_order.py”, line 17, in
from frappe.desk.doctype.auto_repeat.auto_repeat import get_next_schedule_date
ModuleNotFoundError: No module named ‘frappe.desk.doctype.auto_repeat’

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “/usr/lib/python3.7/runpy.py”, line 193, in _run_module_as_main
main”, mod_spec)
File “/usr/lib/python3.7/runpy.py”, line 85, in _run_code
exec(code, run_globals)
File “/home/frappe_sandbox/frappe-erpnext/apps/frappe/frappe/utils/bench_helper.py”, line 97, in
main()
File “/home/frappe_sandbox/frappe-erpnext/apps/frappe/frappe/utils/bench_helper.py”, line 18, in main
click.Group(commands=commands)(prog_name=‘bench’)
File “/home/frappe_sandbox/frappe-erpnext/env/lib/python3.7/site-packages/click/core.py”, line 764, in call
return self.main(*args, **kwargs)
File “/home/frappe_sandbox/frappe-erpnext/env/lib/python3.7/site-packages/click/core.py”, line 717, in main
rv = self.invoke(ctx)
File “/home/frappe_sandbox/frappe-erpnext/env/lib/python3.7/site-packages/click/core.py”, line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File “/home/frappe_sandbox/frappe-erpnext/env/lib/python3.7/site-packages/click/core.py”, line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File “/home/frappe_sandbox/frappe-erpnext/env/lib/python3.7/site-packages/click/core.py”, line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File “/home/frappe_sandbox/frappe-erpnext/env/lib/python3.7/site-packages/click/core.py”, line 555, in invoke
return callback(*args, **kwargs)
File “/home/frappe_sandbox/frappe-erpnext/env/lib/python3.7/site-packages/click/decorators.py”, line 17, in new_func
return f(get_current_context(), *args, **kwargs)
File “/home/frappe_sandbox/frappe-erpnext/apps/frappe/frappe/commands/init.py”, line 25, in _func
ret = f(frappe._dict(ctx.obj), *args, **kwargs)
File “/home/frappe_sandbox/frappe-erpnext/apps/frappe/frappe/commands/site.py”, line 175, in install_app
_install_app(app, verbose=context.verbose)
File “/home/frappe_sandbox/frappe-erpnext/apps/frappe/frappe/installer.py”, line 83, in install_app
sync_for(name, force=True, sync_everything=True, verbose=verbose, reset_permissions=True)
File “/home/frappe_sandbox/frappe-erpnext/apps/frappe/frappe/model/sync.py”, line 61, in sync_for
reset_permissions=reset_permissions, for_sync=True)
File “/home/frappe_sandbox/frappe-erpnext/apps/frappe/frappe/modules/import_file.py”, line 66, in import_file_by_path
ignore_version=ignore_version, reset_permissions=reset_permissions)
File "/home/frappe_sandbox/frappe-erpnext/apps/frappe/frappe/modules/i

Hi all,
I am getting the same error. Any solutions?
Erpnext version : verison-13-beta
Frappe version : version-13-beta