Schedule, worker, serve, watch not working in bench

Hi folks,
schedule, worker, serve, watch not working in bench
I did bench setup requirements. It gives error.

Traceback is shared here. Please respond

17:54:13 worker_long.1 | Error: No such command “worker”.
17:54:13 schedule.1 | Usage: bench [OPTIONS] COMMAND [ARGS]…
17:54:13 schedule.1 | Try “bench --help” for help.
17:54:13 schedule.1 |
17:54:13 schedule.1 | Error: No such command “schedule”.
17:54:13 web.1 | Usage: bench [OPTIONS] COMMAND [ARGS]…
17:54:13 web.1 | Try “bench --help” for help.
17:54:13 web.1 |
17:54:13 web.1 | Error: No such command “serve”.
17:54:13 watch.1 | Usage: bench [OPTIONS] COMMAND [ARGS]…
17:54:13 watch.1 | Try “bench --help” for help.
17:54:13 watch.1 |
17:54:13 watch.1 | Error: No such command “watch”.

Thanks in advance!!!

In which subdir did you run this command, and as which user?

I did something like this.
$ bench init --frappe-branch version-12 --frappe-path [path to github] customFolder
$ cd customFolder
$ bench start

user is normal (not sudo)

Have a look here…

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.