I am stuck in the installation of ERPNext, My operating system in Linux Mint 18, I rest think everything is installed properly when i execute $bench get-app GitHub - frappe/frappe: Low code web framework for real world applications, in Python and Javascript i get following error,
tayyabali@ost ~/frappe-bench $ bench get-app GitHub - frappe/frappe: Low code web framework for real world applications, in Python and Javascript
INFO:bench.app:getting app frappe
Cloning into ‘frappe’…
remote: Counting objects: 1853, done.
remote: Compressing objects: 100% (1711/1711), done.
remote: Total 1853 (delta 229), reused 731 (delta 90), pack-reused 0
Receiving objects: 100% (1853/1853), 11.89 MiB | 194.00 KiB/s, done.
Resolving deltas: 100% (229/229), done.
Checking connectivity… done.
installing frappe
INFO:bench.app:installing frappe
Command “/home/tayyabali/frappe-bench/env/bin/python -u -c “import setuptools, tokenize;file=‘/tmp/pip-build-kbp25F/cffi/setup.py’;f=getattr(tokenize, ‘open’, open)(file);code=f.read().replace(‘\r\n’, ‘\n’);f.close();exec(compile(code, file, ‘exec’))” install --record /tmp/pip-HMXe6t-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/tayyabali/frappe-bench/env/include/site/python2.7/cffi” failed with error code 1 in /tmp/pip-build-kbp25F/cffi/
Traceback (most recent call last):
File “/usr/local/bin/bench”, line 9, in
load_entry_point(‘bench’, ‘console_scripts’, ‘bench’)()
File “/home/tayyabali/bench-repo/bench/cli.py”, line 40, in cli
bench_command()
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 716, in call
return self.main(*args, **kwargs)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 696, in main
rv = self.invoke(ctx)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 1060, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 889, in invoke
return ctx.invoke(self.callback, **ctx.params)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 534, in invoke
return callback(*args, **kwargs)
File “/home/tayyabali/bench-repo/bench/commands/make.py”, line 30, in get_app
get_app(git_url, branch=branch)
File “/home/tayyabali/bench-repo/bench/app.py”, line 73, in get_app
install_app(app=app_name, bench_path=bench_path, verbose=verbose)
File “/home/tayyabali/bench-repo/bench/app.py”, line 103, in install_app
find_links=find_links))
File “/home/tayyabali/bench-repo/bench/utils.py”, line 127, in exec_cmd
raise CommandFailedError(cmd)
bench.utils.CommandFailedError: ./env/bin/pip install -q -e ./apps/frappe