Advertisement
Guest User

Untitled

a guest
Feb 19th, 2017
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. INFO:bench.app:installing frappe
  2. Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-MsC0vc/mysql-python/
  3. Traceback (most recent call last):
  4. File "/usr/local/bin/bench", line 11, in <module>
  5. load_entry_point('bench', 'console_scripts', 'bench')()
  6. File "/home/fsalman/bench-repo/bench/cli.py", line 40, in cli
  7. bench_command()
  8. File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 722, in __call__
  9. return self.main(*args, **kwargs)
  10. File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 697, in main
  11. rv = self.invoke(ctx)
  12. File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 1066, in invoke
  13. return _process_result(sub_ctx.command.invoke(sub_ctx))
  14. File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 895, in invoke
  15. return ctx.invoke(self.callback, **ctx.params)
  16. File "/usr/local/lib/python2.7/dist-packages/click/core.py", line 535, in invoke
  17. return callback(*args, **kwargs)
  18. File "/home/fsalman/bench-repo/bench/commands/make.py", line 19, in init
  19. verbose=verbose, clone_from=clone_from)
  20. File "/home/fsalman/bench-repo/bench/utils.py", line 56, in init
  21. get_app(frappe_path, branch=frappe_branch, bench_path=path, build_asset_files=False, verbose=verbose)
  22. File "/home/fsalman/bench-repo/bench/app.py", line 73, in get_app
  23. install_app(app=app_name, bench_path=bench_path, verbose=verbose)
  24. File "/home/fsalman/bench-repo/bench/app.py", line 103, in install_app
  25. find_links=find_links))
  26. File "/home/fsalman/bench-repo/bench/utils.py", line 127, in exec_cmd
  27. raise CommandFailedError(cmd)
  28. bench.utils.CommandFailedError: erpserver/env/bin/pip install -q -e erpserver/apps/frappe
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement