Error while creating new Bench

Hi,

I am installing ERPNext using the given below link: GitHub - frappe/bench: CLI to manage Multi-tenant deployments for Frappe apps

When I hit “bench init frappe-bench && cd frappe-bench”, I get the following error.

Command “python setup.py egg_info” failed with error code 1 in /tmp/pip-build-lfLfmo/mysql-python/Traceback (most recent call last): File “/usr/local/bin/bench”, line 11, in load_entry_point(‘bench’, ‘console_scripts’, ‘bench’)() File “/home/youtility10/bench-repo/bench/cli.py”, line 40, in cli bench_command() File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 722, in call return self.main(*args, **kwargs) File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 697, in main rv = self.invoke(ctx) File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 1066, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 895, in invoke return ctx.invoke(self.callback, **ctx.params) File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 535, in invoke return callback(*args, **kwargs) File “/home/youtility10/bench-repo/bench/commands/make.py”, line 19, in init verbose=verbose, clone_from=clone_from) File “/home/youtility10/bench-repo/bench/utils.py”, line 56, in init get_app(frappe_path, branch=frappe_branch, bench_path=path, build_asset_files=False, verbose=verbose) File “/home/youtility10/bench-repo/bench/app.py”, line 73, in get_app install_app(app=app_name, bench_path=bench_path, verbose=verbose) File “/home/youtility10/bench-repo/bench/app.py”, line 103, in install_app find_links=find_links)) File “/home/youtility10/bench-repo/bench/utils.py”, line 127, in exec_cmd raise CommandFailedError(cmd)bench.utils.CommandFailedError: frappe-bench/env/bin/pip install -q -e frappe-bench/apps/frappe

Screen-shot of the above error has also been uploaded.

Any kind of help will be appreciated.

Can you please try steps given in this thread: