Manual Installation Problem

I am attempting to install ERPNext Production to my AWS EC2 Instance using the The Hitchhiker’s Guide to Installing Frappé on Linux OS. However, I am stuck at this step.

bench init frappe-bench

The error comes out to be:

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==9.0.3
You are using pip version 9.0.3, however version 10.0.1 is available.
You should consider upgrading via the ‘pip install --upgrade pip’ command.
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 GitHub - frappe/frappe: Low code web framework for real world applications, in Python and Javascript --origin upstream
Cloning into ‘frappe’…
remote: Counting objects: 147781, done.
remote: Total 147781 (delta 0), reused 0 (delta 0), pack-reused 147781
Receiving objects: 100% (147781/147781), 159.25 MiB | 16.13 MiB/s, done.
Resolving deltas: 100% (111680/111680), done.
Checking connectivity… done.
(‘installing’, u’frappe’)
INFO:bench.app:installing frappe
INFO:bench.utils:frappe-bench/env/bin/pip install -q -e frappe-bench/apps/frappe --no-cache-dir
Command “/home/ubuntu/frappe-bench/env/bin/python -u -c “import setuptools, tokenize;file=‘/tmp/pip-build-HeQV0v/scandir/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-EI7h0J-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/ubuntu/frappe-bench/env/include/site/python2.7/scandir” failed with error code 1 in /tmp/pip-build-HeQV0v/scandir/
Traceback (most recent call last):
File “/usr/local/bin/bench”, line 11, in
load_entry_point(‘bench==4.1.0’, ‘console_scripts’, ‘bench’)()
File “/usr/local/lib/python2.7/dist-packages/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 “/usr/local/lib/python2.7/dist-packages/bench/commands/make.py”, line 30, in init
python = python)
File “/usr/local/lib/python2.7/dist-packages/bench/utils.py”, line 75, in init
get_app(frappe_path, branch=frappe_branch, bench_path=path, build_asset_files=False, verbose=verbose)
File “/usr/local/lib/python2.7/dist-packages/bench/app.py”, line 135, in get_app
install_app(app=app_name, bench_path=bench_path, verbose=verbose)
File “/usr/local/lib/python2.7/dist-packages/bench/app.py”, line 179, in install_app
find_links=find_links))
File “/usr/local/lib/python2.7/dist-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/frappe --no-cache-dir


I cannot proceed to the next step:

~/frappe-bench$ ls -al

total 28
drwxrwxr-x 7 ubuntu ubuntu 4096 Jun 23 14:19 .
drwxr-xr-x 8 ubuntu ubuntu 4096 Jun 23 14:19 …
drwxrwxr-x 3 ubuntu ubuntu 4096 Jun 23 14:20 apps
drwxrwxr-x 3 ubuntu ubuntu 4096 Jun 23 14:19 config
drwxrwxr-x 8 ubuntu ubuntu 4096 Jun 23 14:20 env
drwxrwxr-x 2 ubuntu ubuntu 4096 Jun 23 14:19 logs
drwxrwxr-x 2 ubuntu ubuntu 4096 Jun 23 14:20 sites

~/frappe-bench$ bench start

2018-06-23 14:24:50 [14322] [ERROR] Procfile does not exist or is not a file

Try this