I am getting the error mentioned below image while installing frappe.
i am using this command to install erpnext 15
bench init frappe-bench --frappe-branch version-15
Please, anyone can guide me to resolve this issue.
Thanks in advance.
I am getting the error mentioned below image while installing frappe.
i am using this command to install erpnext 15
bench init frappe-bench --frappe-branch version-15
Please, anyone can guide me to resolve this issue.
Thanks in advance.
Hi,
May we know the operating environment , including memory and disk space available?
It may also help to say which instructions were followed to install Frappe.
Hello guys,
i have solved the disk space problem but now i am getting below error when run bench restart
commad
Hello @smino,
I have done the command bench build
but still same error on the bench restart` command
Can you provide the last few commands you ran?
cd /home/frappe/frappe-bench
bench setup socketio
bench setup supervisor
bench setup redis
sudo supervisorctl reload
bench build
This done also
/etc/supervisor/conf.d/
using sudo nano /etc/supervisor/conf.d/frappe-bench.conf
frappe-bench/config/supervisor.conf
into /etc/supervisor/conf.d/frappe-bench.conf
sudo service supervisor restart
to restart supervisor will all the required processes of frappeAgain, where is this hosted, how was it installed and how much RAM ?
What does supervisorctl status
return?
Seee what journalctl -u supervisor.service --since 00:00
(or some other time value) reports
the output of : id to see what groups , and sudo apt install -s supervisor redis-server to make sure they are installed.
Review the installation procedure and make sure the system requirements have been met , karani’s page might be helpful.
@smino all things are updated as mentioned in karani’s page
sudo systemctl status redis
sudo systemctl status supervisor
ubuntu version
Python version
pip version
mariadb version
Node.js version
yarn version
Here’s some output from a working Ubuntu 22/python3.10 instance, note the id output and the commands are run without sudo.
Do bench setup requirements/redis/supervisor
(no sudo) all complete without errors?
In the terminal type: id , and compare the groups to the ones in the id output in the dpaste.
Are you able to run systemctl commands without sudo?
Do bench setup requirements, bench setup redis and bench setup supervisor all complete without errors?
@smino
bench setup requirements
bench setup redis
bench setup supervisor
These commands ran successfully without sudo and errors.