Bench New-App Error

HI every one I am using V4 want to make my own app but after executing “bench new-app myApp”. I am getting following error…!

erpnext4@erpnext4ubu11:~/bench-repo/bench$ bench new-app myApp
/home/erpnext4/frappe-bench/apps/frappe/frappe/utils/bench_helper.py:7: Warning: Click detected the use of the unicode_literals future import. This is heavily discouraged because it can introduce subtle bugs in your code. You should instead use explicit u"" literals for your unicode strings. For more information see http://click.pocoo.org/python3/
click.Group(commands=get_app_groups())()
Usage: bench_helper.py [OPTIONS] COMMAND [ARGS]…

Error: No such command “frappe”.
Traceback (most recent call last):
File “/usr/local/bin/bench”, line 9, in
load_entry_point(‘bench==0.92’, ‘console_scripts’, ‘bench’)()
File “/home/erpnext4/bench-repo/bench/cli.py”, line 56, in cli
bench()
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 700, in call
return self.main(*args, **kwargs)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 680, in main
rv = self.invoke(ctx)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 1027, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 873, in invoke
return ctx.invoke(self.callback, **ctx.params)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 508, in invoke
return callback(*args, **kwargs)
File “/home/erpnext4/bench-repo/bench/cli.py”, line 176, in new_app
_new_app(app_name)
File “/home/erpnext4/bench-repo/bench/app.py”, line 68, in new_app
run_frappe_cmd(‘make-app’, apps, app, bench=bench)
File “/home/erpnext4/bench-repo/bench/utils.py”, line 441, in run_frappe_cmd
subprocess.check_call((f, ‘-m’, ‘frappe.utils.bench_helper’, ‘frappe’) + args, cwd=sites_dir)
File “/usr/lib/python2.7/subprocess.py”, line 540, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command ‘(’/home/erpnext4/frappe-bench/env/bin/python’, ‘-m’, ‘frappe.utils.bench_helper’, ‘frappe’, ‘make-app’, ‘/home/erpnext4/frappe-bench/apps’, u’app2’)’ returned non-zero exit status 2


Execute bench new-app myapp from frappe-bech. You are currently on bench-repo/bench.

Oo Thanks @saurabh6790… So now all the command should run from “frappe-bench”. Actually i followed old DOC