Problem with an update with V4

Hi, when I executing bench update :

Depuis GitHub - frappe/erpnext: Free and Open Source Enterprise Resource Planning (ERP)

  • branch v4.x.x → FETCH_HEAD
    Already up-to-date.
    Depuis GitHub - frappe/frappe: Low code web framework for real world applications, in Python and Javascript
  • branch v4.x.x → FETCH_HEAD
    Already up-to-date.
    Depuis GitHub - frappe/shopping_cart: Online Shopping Cart integrated with ERPNext
  • branch v4.x.x → FETCH_HEAD
    Already up-to-date.
    /bin/sh: 1: ./env/bin/pip: not found
    Error: None
    Traceback (most recent call last):
    File “/usr/local/bin/bench”, line 9, in
    load_entry_point(‘bench==0.1’, ‘console_scripts’, ‘bench’)()
    File “/home/phil/bench-repo/bench/cli.py”, line 56, in cli
    bench()
    File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 610, in call
    return self.main(*args, **kwargs)
    File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 590, in main
    rv = self.invoke(ctx)
    File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 936, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
    File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 782, in invoke
    return ctx.invoke(self.callback, **ctx.params)
    File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 416, in invoke
    return callback(*args, **kwargs)
    File “/home/phil/bench-repo/bench/cli.py”, line 239, in update
    update_requirements()
    File “/home/phil/bench-repo/bench/utils.py”, line 320, in update_requirements
    exec_cmd(“{pip} install -q -r {req_file}”.format(pip=pip, req_file=req_file))
    File “/home/phil/bench-repo/bench/utils.py”, line 79, in exec_cmd
    subprocess.check_call(cmd, cwd=cwd, shell=True)
    File “/usr/lib/python2.7/subprocess.py”, line 540, in check_call
    raise CalledProcessError(retcode, cmd)
    subprocess.CalledProcessError: Command ‘./env/bin/pip install -q -r ./apps/erpnext/requirements.txt’ returned non-zero exit status 127

Or if I execute Bench restart :

frappe-web: stopped
frappe-workerbeat: ERROR (abnormal termination)
frappe-worker: ERROR (abnormal termination)
frappe-web: started

Please help me :confused: