It gets stuck here and then this error comes up
TASK [install bench] ***********************************************************
changed: [localhost]
TASK [Check whether bench exists] **********************************************
ok: [localhost]
TASK [init bench] **************************************************************
fatal: [localhost]: FAILED! => {“changed”: true, “cmd”: [“bench”, “init”, “/home /frappe/frappe-bench”, “–frappe-branch”, “master”], “delta”: “0:14:14.725267”, “end”: “2016-10-19 15:34:50.401842”, “failed”: true, “rc”: 1, “start”: “2016-10- 19 15:20:35.676575”, “stderr”: "INFO:bench.app:getting app frappe\nCloning into ‘frappe’…\nINFO:bench.app:installing frappe\n/home/frappe/frappe-bench/env/loc al/lib/python2.7/site-packages/pip/vendor/requests/packages/urllib3/util/ssl.p y:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject N ame Indication) extension to TLS is not available on this platform. This may cau se the server to present an incorrect TLS certificate, which can cause validatio n failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#snimis singwarning.\n SNIMissingWarning\n/home/frappe/frappe-bench/env/local/lib/pytho n2.7/site-packages/pip/vendor/requests/packages/urllib3/util/ssl.py:122: Insec urePlatformWarning: A true SSLContext object is not available. This prevents url lib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more info rmation, see Advanced Usage - urllib3 2.0.0a2 documentation tformwarning.\n InsecurePlatformWarning\nnum2words is in an unsupported or inva lid wheel\nTraceback (most recent call last):\n File "/usr/local/bin/bench", line 11, in \n load_entry_point(‘bench’, ‘console_scripts’, ‘bench’)( )\n File "/home/frappe/.bench/bench/cli.py", line 40, in cli\n bench_comma nd()\n File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 716, in call\n return self.main(*args, **kwargs)\n File "/usr/local/lib/pyt hon2.7/dist-packages/click/core.py", line 696, in main\n rv = self.invoke(ct x)\n File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 1060, in invoke\n return _process_result(sub_ctx.command.invoke(sub_ctx))\n File \ “/usr/local/lib/python2.7/dist-packages/click/core.py", line 889, in invoke\n return ctx.invoke(self.callback, **ctx.params)\n File "/usr/local/lib/python 2.7/dist-packages/click/core.py", line 534, in invoke\n return callback(*arg s, **kwargs)\n File "/home/frappe/.bench/bench/commands/make.py", line 19, in init\n verbose=verbose, clone_from=clone_from)\n File "/home/frappe/.bench /bench/utils.py", line 56, in init\n get_app(frappe_path, branch=frappe_bran ch, bench_path=path, build_asset_files=False, verbose=verbose)\n File "/home/f rappe/.bench/bench/app.py", line 73, in get_app\n install_app(app=app_name, bench_path=bench_path, verbose=verbose)\n File "/home/frappe/.bench/bench/app. py", line 103, in install_app\n find_links=find_links))\n File "/home/frap pe/.bench/bench/utils.py", line 127, in exec_cmd\n raise CommandFailedError( cmd)\nbench.utils.CommandFailedError: /home/frappe/frappe-bench/env/bin/pip inst all -q -e /home/frappe/frappe-bench/apps/frappe”, “stdout”: “Already using inte rpreter /usr/bin/python\ninstalling frappe”, “stdout_lines”: [“Already using int erpreter /usr/bin/python”, “installing frappe”], “warnings”: []}
to retry, use: --limit @production/install.retry
PLAY RECAP *********************************************************************
localhost : ok=32 changed=20 unreachable=0 failed=1
Traceback (most recent call last):
File “install.py”, line 351, in
install_bench(args)
File “install.py”, line 111, in install_bench
run_playbook(‘production/install.yml’, sudo=True, extra_vars=extra_vars)
File “install.py”, line 301, in run_playbook
success = subprocess.check_call(args, cwd=os.path.join(cwd, ‘playbooks’))
File “/usr/lib/python2.7/subprocess.py”, line 540, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command ‘[‘ansible-playbook’, ‘-c’, ‘local’, ‘pro duction/install.yml’, ‘-e’, ‘@/tmp/extra_vars.json’, ‘–become’, ‘–become-user= frappe’]’ returned non-zero exit status 2