Bench init --clone-from getting error

HI Guys, When i tried to install my existing frappe bench in a new server using bench init --clone-from getting the following error. Please help me too resolve this issue asap :pray::pray:

bench init --clone-from 19_09_2018/frappe-bench frappe-bench
INFO:bench.utils:virtualenv -q env -p /home/hadmin/env/bin/python
Already using interpreter /home/hadmin/env/bin/python
INFO:bench.utils:env/bin/pip -q install --upgrade pip
INFO:bench.utils:env/bin/pip -q install wheel
INFO:bench.utils:env/bin/pip -q install six
INFO:bench.utils:env/bin/pip -q install -e git+https://github.com/frappe/python-pdfkit.git#egg=pdfkit
Copying apps from 19_09_2018/frappe-bench…
Copying node_modules from 19_09_2018/frappe-bench…
Cleaning up frappe
remote: Enumerating objects: 976, done.
remote: Counting objects: 100% (976/976), done.
remote: Total 1747 (delta 976), reused 976 (delta 976), pack-reused 771
Receiving objects: 100% (1747/1747), 538.06 KiB | 0 bytes/s, done.
Resolving deltas: 100% (1366/1366), completed with 263 local objects.
From GitHub - frappe/frappe: Low code web framework for real world applications, in Python and Javascript

  • branch master → FETCH_HEAD
    7b9c874…f1fa881 master → upstream/master
    INFO:bench.app:installing frappe
    INFO:bench.utils:frappe-bench/env/bin/pip install -q -e frappe-bench/apps/frappe --no-cache-dir
    INFO:bench.app:installing erpnext
    INFO:bench.utils:frappe-bench/env/bin/pip install -q -e frappe-bench/apps/erpnext --no-cache-dir
    Command “python setup.py egg_info” failed with error code 1 in /home/hadmin/frappe-bench/apps/erpnext/
    Traceback (most recent call last):
    File “/home/hadmin/env/bin/bench”, line 11, in
    load_entry_point(‘bench==4.1.0’, ‘console_scripts’, ‘bench’)()
    File “/home/hadmin/env/local/lib/python2.7/site-packages/bench/cli.py”, line 40, in cli
    bench_command()
    File “/home/hadmin/env/local/lib/python2.7/site-packages/click/core.py”, line 764, in call
    return self.main(*args, **kwargs)
    File “/home/hadmin/env/local/lib/python2.7/site-packages/click/core.py”, line 717, in main
    rv = self.invoke(ctx)
    File “/home/hadmin/env/local/lib/python2.7/site-packages/click/core.py”, line 1137, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
    File “/home/hadmin/env/local/lib/python2.7/site-packages/click/core.py”, line 956, in invoke
    return ctx.invoke(self.callback, **ctx.params)
    File “/home/hadmin/env/local/lib/python2.7/site-packages/click/core.py”, line 555, in invoke
    return callback(*args, **kwargs)
    File “/home/hadmin/env/local/lib/python2.7/site-packages/bench/commands/make.py”, line 30, in init
    python = python)
    File “/home/hadmin/env/local/lib/python2.7/site-packages/bench/utils.py”, line 70, in init
    clone_apps_from(bench_path=path, clone_from=clone_from, update_app=not clone_without_update)
    File “/home/hadmin/env/local/lib/python2.7/site-packages/bench/utils.py”, line 137, in clone_apps_from
    setup_app(app)
    File “/home/hadmin/env/local/lib/python2.7/site-packages/bench/utils.py”, line 131, in setup_app
    install_app(app, bench_path)
    File “/home/hadmin/env/local/lib/python2.7/site-packages/bench/app.py”, line 179, in install_app
    find_links=find_links))
    File “/home/hadmin/env/local/lib/python2.7/site-packages/bench/utils.py”, line 159, in exec_cmd
    raise CommandFailedError(cmd)
    bench.utils.CommandFailedError: frappe-bench/env/bin/pip install -q -e frappe-bench/apps/erpnext --no-cache-dir