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