Error when installing

Error when installing
Installing for Ubuntu precise x86
In case you encounter an error, you can post on https://discuss.frappe.io

Adding ubuntu mariadb repo
Installing packages for Ubuntu. This might take time…
Installing wkhtmltopdf

  • Stopping MariaDB database server mysqld [ OK ]
  • Starting MariaDB database server mysqld [ OK ]
  • Checking for corrupt, not cleanly closed and upgrade needing tables.
    Adding frappe user
    Installing frappe-bench
    Traceback (most recent call last):
    File “/usr/local/bin/bench”, line 5, in
    from pkg_resources import load_entry_point
    File “/usr/lib/python2.7/dist-packages/pkg_resources.py”, line 2707, in
    working_set.require(requires)
    File “/usr/lib/python2.7/dist-packages/pkg_resources.py”, line 686, in require
    needed = self.resolve(parse_requirements(requirements))
    File “/usr/lib/python2.7/dist-packages/pkg_resources.py”, line 584, in resolve
    raise DistributionNotFound(req)
    pkg_resources.DistributionNotFound: honcho

Hi @Ahmed_Abdelkarim_Abo,

Remove frappe-bench(rm -rf frappe-bench) folder
run pip install honcho and do bench init again.

Thanks