Hello Guys when i try creating a new site using the command bench new-site site1.local
on the mannual install i get the following error
frappe app is not installed. Run the following command to install frappe
bench get-app frappe GitHub - frappe/frappe: Low code web framework for real world applications, in Python and Javascript
/bin/sh: 1: /home/piar-server/frappe-bench/env/bin/frappe: not found
Traceback (most recent call last):
File “/usr/local/bin/bench”, line 9, in
load_entry_point(‘bench==0.92’, ‘console_scripts’, ‘bench’)()
File “/home/piar-server/bench-repo/bench/cli.py”, line 60, in cli
bench()
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 700, in call
return self.main(*args, **kwargs)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 680, in main
rv = self.invoke(ctx)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 1027, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 873, in invoke
return ctx.invoke(self.callback, **ctx.params)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 508, in invoke
return callback(*args, **kwargs)
File “/home/piar-server/bench-repo/bench/cli.py”, line 188, in new_site
_new_site(site, mariadb_root_password=mariadb_root_password, admin_password=admin_password)
File “/home/piar-server/bench-repo/bench/utils.py”, line 149, in new_site
), cwd=os.path.join(bench, ‘sites’))
File “/home/piar-server/bench-repo/bench/utils.py”, line 104, in exec_cmd
raise CommandFailedError(cmd)
bench.utils.CommandFailedError: /home/piar-server/frappe-bench/env/bin/frappe site1.local --install 1bd3e0294d
guys when i try installing frappe app from the online repository the log below is what i have
bench get-app frappe GitHub - frappe/frappe: Low code web framework for real world applications, in Python and Javascript
Cloning into ‘frappe’…
remote: Counting objects: 78879, done.
remote: Compressing objects: 100% (27/27), done.
remote: Total 78879 (delta 10), reused 0 (delta 0), pack-reused 78852
Receiving objects: 100% (78879/78879), 37.94 MiB | 98.00 KiB/s, done.
Resolving deltas: 100% (57123/57123), done.
Checking connectivity… done.
installing frappe
Command “python setup.py egg_info” failed with error code 1 in /tmp/pip-build-p2kOBf/mysql-python
Traceback (most recent call last):
File “/usr/local/bin/bench”, line 9, in
load_entry_point(‘bench==0.92’, ‘console_scripts’, ‘bench’)()
File “/home/piar-server/bench-repo/bench/cli.py”, line 60, in cli
bench()
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 700, in call
return self.main(*args, **kwargs)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 680, in main
rv = self.invoke(ctx)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 1027, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 873, in invoke
return ctx.invoke(self.callback, **ctx.params)
File “/usr/local/lib/python2.7/dist-packages/click/core.py”, line 508, in invoke
return callback(*args, **kwargs)
File “/home/piar-server/bench-repo/bench/cli.py”, line 174, in get_app
_get_app(name, git_url, branch=branch)
File “/home/piar-server/bench-repo/bench/app.py”, line 54, in get_app
install_app(app, bench=bench)
File “/home/piar-server/bench-repo/bench/app.py”, line 78, in install_app
find_links=find_links))
File “/home/piar-server/bench-repo/bench/utils.py”, line 104, in exec_cmd
raise CommandFailedError(cmd)
bench.utils.CommandFailedError: ./env/bin/pip install -q -e ./apps/frappe