Trying to spin up new bench on Docker. Followed development instructions on https://github.com/frappe/frappe_docker/tree/main/development
. Running into Command 'supervisorctl status' returned non-zero exit status 127
error.
Complete error message:
Traceback (most recent call last):
File “/home/frappe/.bench/bench/commands/make.py”, line 70, in init
init(
File “/home/frappe/.bench/bench/utils/render.py”, line 95, in wrapper_fn
return fn(*args, **kwargs)
File “/home/frappe/.bench/bench/utils/system.py”, line 78, in init
get_app(
File “/home/frappe/.bench/bench/app.py”, line 371, in get_app
app.install(verbose=verbose, skip_assets=skip_assets)
File “/home/frappe/.bench/bench/utils/render.py”, line 110, in wrapper_fn
return fn(*args, **kwargs)
File “/home/frappe/.bench/bench/app.py”, line 198, in install
install_app(
File “/home/frappe/.bench/bench/app.py”, line 436, in install_app
bench.reload()
File “/home/frappe/.bench/bench/utils/render.py”, line 110, in wrapper_fn
return fn(*args, **kwargs)
File “/home/frappe/.bench/bench/bench.py”, line 142, in reload
restart_supervisor_processes(bench_path=self.name, web_workers=web)
File “/home/frappe/.bench/bench/utils/bench.py”, line 256, in restart_supervisor_processes
supervisor_status = get_cmd_output(“supervisorctl status”, cwd=bench_path)
File “/home/frappe/.bench/bench/utils/init.py”, line 185, in get_cmd_output
output = subprocess.check_output(
File “/home/frappe/.pyenv/versions/3.9.9/lib/python3.9/subprocess.py”, line 424, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File “/home/frappe/.pyenv/versions/3.9.9/lib/python3.9/subprocess.py”, line 528, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command ‘supervisorctl status’ returned non-zero exit status 127.