Installing an app i created

Hello Guys I created a new app on one machine and i am trying to install on another using bench get-app but it is not installing saying that the setup.py file of the application can not be found in the git repository
the app clones successfully but on installation it gives the following error

File “/usr/local/bin/bench”, line 9, in
load_entry_point(‘bench==0.92’, ‘console_scripts’, ‘bench’)()
File “/home/krys/bench-repo/bench/cli.py”, line 60, in cli
bench()
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 664, in call
return self.main(*args, **kwargs)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 644, in main
rv = self.invoke(ctx)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 991, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 837, in invoke
return ctx.invoke(self.callback, **ctx.params)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 464, in invoke
return callback(*args, **kwargs)
File “/home/krys/bench-repo/bench/cli.py”, line 174, in get_app
_get_app(name, git_url, branch=branch)
File “/home/krys/bench-repo/bench/app.py”, line 54, in get_app
install_app(app, bench=bench)
File “/home/krys/bench-repo/bench/app.py”, line 78, in install_app
find_links=find_links))
File “/home/krys/bench-repo/bench/utils.py”, line 104, in exec_cmd
raise CommandFailedError(cmd)

@eugene23 this does not seem to be the full trace, can you share the full trace?

1 Like

sorry @rmehta i just ran into the wrong directory while trying to do the installation. thanks for the concern and next time i will provide the full stack trace of my errors