as per ModuleNotFoundError! - #11 by NCP
frappe@d974a8d48308:~/frappe-bench$ bench update --reset
INFO: A newer version of bench is available: 5.4.1 → 5.22.3
frappe@d974a8d48308:~/frappe-bench$ bench setup requirements
Installing applications...
$ ./env/bin/python -m pip install -q -U pip
Installing frappe
$ ./env/bin/python -m pip install -q -U -e ./apps/frappe
$ yarn install
yarn install v1.22.22
[1/4] Resolving packages...
success Already up-to-date.
Done in 0.52s.
Installing erpnext
$ ./env/bin/python -m pip install -q -U -e ./apps/erpnext
ERROR: ./apps/erpnext is not a valid editable requirement. It should either be a path to a local project or a VCS URL (beginning with bzr+http, bzr+https, bzr+ssh, bzr+sftp, bzr+ftp, bzr+lp, bzr+file, git+http, git+https, git+ssh, git+git, git+file, hg+file, hg+http, hg+https, hg+ssh, hg+static-http, svn+ssh, svn+http, svn+https, svn+svn, svn+file).
INFO: A newer version of bench is available: 5.4.1 → 5.22.3