bench
bench copied to clipboard
Error while trying to use easy install for develop
I tried running: - python3 easy-install.py develop -n frameworkonly
but got the error: -
Traceback (most recent call last):
File "/path/to/frappe_docker/easy-install.py", line 778, in
As per ChatGPT this is a bug which needs to be reported to you guys and its sollution is: -
Ensure force_pull exists for all subcommands
if not hasattr(args, "force_pull"):
args.force_pull = False