Hello all
I want to install version bellow 10
I followed bellow link but got error
I got this error
bench@MMERP07:~$ bench init frappe-bench-v9 --frappe-branch v9.x.x
INFO:bench.utils:virtualenv -q env -p /usr/bin/python
Already using interpreter /usr/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
INFO:bench.app:getting app frappe
INFO:bench.utils:git clone https://github.com/frappe/frappe.git --branch v9.x.x --origin upstream
Cloning into 'frappe'...
remote: Enumerating objects: 30, done.
remote: Counting objects: 100% (30/30), done.
remote: Compressing objects: 100% (24/24), done.
remote: Total 152831 (delta 8), reused 13 (delta 6), pack-reused 152801
Receiving objects: 100% (152831/152831), 167.89 MiB | 153.00 KiB/s, done.
Resolving deltas: 100% (115851/115851), done.
Checking connectivity... done.
('installing', u'frappe')
INFO:bench.app:installing frappe
INFO:bench.utils:frappe-bench-v9/env/bin/pip install -q -e frappe-bench-v9/apps/frappe --no-cache-dir
Command "python setup.py egg_info" failed with error code 1 in /opt/bench/frappe-bench-v9/apps/frappe/
Traceback (most recent call last):
File "/usr/local/bin/bench", line 11, in <module>
load_entry_point('bench', 'console_scripts', 'bench')()
File "/opt/bench/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 "/opt/bench/bench-repo/bench/commands/make.py", line 30, in init
python = python)
File "/opt/bench/bench-repo/bench/utils.py", line 75, in init
get_app(frappe_path, branch=frappe_branch, bench_path=path, build_asset_files=False, verbose=verbose)
File "/opt/bench/bench-repo/bench/app.py", line 135, in get_app
install_app(app=app_name, bench_path=bench_path, verbose=verbose)
File "/opt/bench/bench-repo/bench/app.py", line 179, in install_app
find_links=find_links))
File "/opt/bench/bench-repo/bench/utils.py", line 159, in exec_cmd
raise CommandFailedError(cmd)
bench.utils.CommandFailedError: frappe-bench-v9/env/bin/pip install -q -e frappe-bench-v9/apps/frappe --no-cache-dir