Error in Install ERPNext after installed Frappe v13

Hi ERPNext,

I have installed Frappe v13 on VPS, after that I want to start installing EPRNext but I get this error.

frappe: ERROR (no such group)
frappe: ERROR (no such group)
ERROR:
Traceback (most recent call last):
  File "/usr/local/bin/bench", line 33, in <module>
    sys.exit(load_entry_point('frappe-bench', 'console_scripts', 'bench')())
  File "/home/frappe/.local/lib/python3.8/site-packages/bench/cli.py", line 121, in cl                               i
    raise e
  File "/home/frappe/.local/lib/python3.8/site-packages/bench/cli.py", line 111, in cl                               i
    bench_command()
  File "/usr/local/lib/python3.8/dist-packages/click/core.py", line 1128, in __call__
    return self.main(*args, **kwargs)
  File "/usr/local/lib/python3.8/dist-packages/click/core.py", line 1053, in main
    rv = self.invoke(ctx)
  File "/usr/local/lib/python3.8/dist-packages/click/core.py", line 1659, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/usr/local/lib/python3.8/dist-packages/click/core.py", line 1395, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/usr/local/lib/python3.8/dist-packages/click/core.py", line 754, in invoke
    return __callback(*args, **kwargs)
  File "/home/frappe/.local/lib/python3.8/site-packages/bench/commands/make.py", line                                142, in get_app
    get_app(
  File "/home/frappe/.local/lib/python3.8/site-packages/bench/app.py", line 361, in ge                               t_app
    app.install(verbose=verbose, skip_assets=skip_assets)
  File "/home/frappe/.local/lib/python3.8/site-packages/bench/utils/render.py", line 1                               10, in wrapper_fn
    return fn(*args, **kwargs)
  File "/home/frappe/.local/lib/python3.8/site-packages/bench/app.py", line 192, in in                               stall
    install_app(
  File "/home/frappe/.local/lib/python3.8/site-packages/bench/app.py", line 426, in in                               stall_app
    bench.reload()
  File "/home/frappe/.local/lib/python3.8/site-packages/bench/utils/render.py", line 1                               10, in wrapper_fn
    return fn(*args, **kwargs)
  File "/home/frappe/.local/lib/python3.8/site-packages/bench/bench.py", line 142, in                                reload
    restart_supervisor_processes(bench_path=self.name, web_workers=web)
  File "/home/frappe/.local/lib/python3.8/site-packages/bench/utils/bench.py", line 26                               7, in restart_supervisor_processes
    bench.run(f"supervisorctl restart {group}")
  File "/home/frappe/.local/lib/python3.8/site-packages/bench/bench.py", line 43, in r                               un
    return exec_cmd(cmd, cwd=cwd or self.cwd)
  File "/home/frappe/.local/lib/python3.8/site-packages/bench/utils/__init__.py", line                                126, in exec_cmd
    raise CommandFailedError
bench.exceptions.CommandFailedError