Erp installation error?

khlas@ikhlas:~/frappe-bench/apps/frappe$ sudo python setup.py develop
running develop
Checking .pth file support in /usr/local/lib/python2.7/dist-packages/
/usr/bin/python -E -c pass
TEST PASSED: /usr/local/lib/python2.7/dist-packages/ appears to support .pth files
running egg_info
writing requirements to frappe.egg-info/requires.txt
writing frappe.egg-info/PKG-INFO
writing top-level names to frappe.egg-info/top_level.txt
writing dependency_links to frappe.egg-info/dependency_links.txt
reading manifest file ‘frappe.egg-info/SOURCES.txt’
reading manifest template ‘MANIFEST.in’
warning: no files found matching ‘.json’
warning: no files found matching '
.dat’ under directory ‘frappe’
warning: no files found matching ‘.jpg’ under directory ‘frappe’
warning: no files found matching '
.swf’ under directory ‘frappe’
warning: no files found matching ‘.ico’ under directory ‘frappe’
warning: no previously-included files matching '
.pyc’ found under directory ‘*’
writing manifest file ‘frappe.egg-info/SOURCES.txt’
running build_ext
Creating /usr/local/lib/python2.7/dist-packages/frappe.egg-link (link to .)
frappe 6.27.4 is already the active version in easy-install.pth

Installed /home/ikhlas/frappe-bench/apps/frappe
Processing dependencies for frappe==6.27.4
Searching for kombu>=3.0.34,<3.1
Reading Links for kombu
Best match: kombu 3.0.35
Downloading https://pypi.python.org/packages/source/k/kombu/kombu-3.0.35.tar.gz#md5=6483ac8ba7109ec606f5cb9bd084b6ef
Processing kombu-3.0.35.tar.gz
Running kombu-3.0.35/setup.py -q bdist_egg --dist-dir /tmp/easy_install-F1M_Hr/kombu-3.0.35/egg-dist-tmp-ylTWW3
error: /tmp/easy_install-F1M_Hr/kombu-3.0.35/requirements/default.txt: No such file or directory
ikhlas@ikhlas:~/frappe-bench/apps/frappe$

thanks

@Mohamed_Sajid

Are you trying to install ERPNext or frappe ?

I m trying to install both?
both has same error

1st i try with the basic installation command
ikhlas@ikhlas:~$ bench init 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
ikhlas@ikhlas:~$

how to slove this isssue???when run the bench init frappe-bench

For both has same error…how to fix

@Mohamed_Sajid

I suppose you python package installer (pip) is broken down or has some problems, Please refer to thread below,

After this you may try doing,

  • bench init <bench-name> to install bench,
  • bench get-app <app-name> <app-git-url> to get the application.

Same error when installing the frappe and erpnext