I just completed every step as in GitHub - frappe/bench: CLI to manage Multi-tenant deployments for Frappe apps for manual installation.
But I get the following No Process managers found error.
I have installed honcho already. Help please.
frappe@vmi120537:~/frappe-bench$ bench start
Traceback (most recent call last):
File “/usr/local/bin/bench”, line 11, in
load_entry_point(‘bench’, ‘console_scripts’, ‘bench’)()
File “/home/frappe/bench-repo/bench/cli.py”, line 40, in cli
bench_command()
File “/home/frappe/.local/lib/python2.7/site-packages/click/core.py”, line 722, in call
return self.main(*args, **kwargs)
File “/home/frappe/.local/lib/python2.7/site-packages/click/core.py”, line 697, in main
rv = self.invoke(ctx)
File “/home/frappe/.local/lib/python2.7/site-packages/click/core.py”, line 1066, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File “/home/frappe/.local/lib/python2.7/site-packages/click/core.py”, line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
File “/home/frappe/.local/lib/python2.7/site-packages/click/core.py”, line 535, in invoke
return callback(*args, **kwargs)
File “/home/frappe/bench-repo/bench/commands/utils.py”, line 11, in start
start(no_dev=no_dev, concurrency=concurrency)
File “/home/frappe/bench-repo/bench/utils.py”, line 339, in start
raise Exception(“No process manager found”)
Exception: No process manager found
frappe@vmi120537:~$ sudo -H pip install honcho
[sudo] password for frappe:
Requirement already satisfied: honcho in /root/.local/lib/python2.7/site-packages