I’m working on erpnext v14 - productions, everything is supposed to be set up correctly…
However, I have the same problem that keeps appearing, when I execute bench commands… such as: “update, migrate, …”
Greetings Sir, please can you help with this error message when trying to run erpnext 14
Traceback (most recent call last):
File “/usr/local/bin/bench”, line 8, in
sys.exit(cli())
File “/usr/local/lib/python3.8/dist-packages/bench/cli.py”, line 71, in cli
cmd_from_sys = get_cmd_from_sysargv()
File “/usr/local/lib/python3.8/dist-packages/bench/utils/init.py”, line 55 4, in get_cmd_from_sysargv
if sys_argv.index(arg) == 0 and arg in Bench(“.”).apps:
File “/usr/local/lib/python3.8/dist-packages/bench/bench.py”, line 67, in in it
self.apps = BenchApps(self)
File “/usr/local/lib/python3.8/dist-packages/bench/bench.py”, line 174, in i nit
self.initialize_apps()
File “/usr/local/lib/python3.8/dist-packages/bench/bench.py”, line 278, in ini tialize_apps
for x in os.listdir(os.path.join(self.bench.name, “apps”))
PermissionError: [Errno 13] Permission denied: ‘./apps’