Bench init frappe-bench error

Already using interpreter /usr/bin/python
Could not find any downloads that satisfy the requirement wheel
No distributions at all found for wheel
Storing debug log for failure in /tmp/tmpRgZLTQ
Error: None
Traceback (most recent call last):
File “/usr/local/bin/bench”, line 9, in
load_entry_point(‘bench==0.1’, ‘console_scripts’, ‘bench’)()
File “/home/rd/bench-repo/bench/cli.py”, line 38, in cli
return bench()
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 610, in call
return self.main(*args, **kwargs)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 590, in main
rv = self.invoke(ctx)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 936, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 782, in invoke
return ctx.invoke(self.callback, **ctx.params)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 416, in invoke
return callback(*args, **kwargs)
File “/home/rd/bench-repo/bench/cli.py”, line 106, in init
no_auto_update=no_auto_update, frappe_path=frappe_path, frappe_branch=frappe_branch)
File “/home/rd/bench-repo/bench/utils.py”, line 42, in init
setup_env(bench=path)
File “/home/rd/bench-repo/bench/utils.py”, line 68, in setup_env
exec_cmd(‘./env/bin/pip -q install wheel’, cwd=bench)
File “/home/rd/bench-repo/bench/utils.py”, line 61, in exec_cmd
subprocess.check_call(cmd, cwd=cwd, shell=True)
File “/usr/lib/python2.7/subprocess.py”, line 540, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command ‘./env/bin/pip -q install wheel’ returned non-zero exit status 1

need help

in which env are you trying to install? I suggest that you start with a fresh Ubuntu / CentOS install and run the easy install script. GitHub - frappe/bench: CLI to manage Multi-tenant deployments for Frappe apps

hmm is that so… umm what if I try to use the downloadable setup… (frappe-develop and erpnextdevelop)

which downloadable setup?

the one in the github site… i think

Do you mean, the setup_frappe.sh script?

yes that’s it… btw were can I find the username that was auto generated by frappe?

the username is frappe
If you used the script, then a bench should have been setup at /home/frappe/frappe-bench

thanks a lot sir… it really helped