Comments on: How To Install ERPNext on CentOS 7 https://www.rosehosting.com/blog/how-to-install-erpnext-on-centos-7/ Premium Linux Tutorials Since 2001 Thu, 08 Dec 2022 16:11:58 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: admin https://www.rosehosting.com/blog/how-to-install-erpnext-on-centos-7/#comment-48690 Mon, 23 Aug 2021 06:36:08 +0000 https://www.rosehosting.com/blog/?p=29171#comment-48690 In reply to anas.

You can try running “pip install –upgrade setuptools” then install psutil: “pip install psutil”

Then you can re-run the command “sudo python install.py –develop –site [domain] –user [erp_user]–bench-name [bench_name] –verbose”

]]>
By: anas https://www.rosehosting.com/blog/how-to-install-erpnext-on-centos-7/#comment-48689 Sun, 22 Aug 2021 10:23:49 +0000 https://www.rosehosting.com/blog/?p=29171#comment-48689 when run : sudo python install.py –develop –site [domain] –user [erp_user]–bench-name [bench_name] –verbose

there is error in :
TASK [Install psutil]
“msg”: “stdout: Collecting psutil\n Using cached https://files.pythonhosted.org/packages/e1/b0/7276de53321c12981717490516b7e612364f2cb372ee8901bd4a66a000d7/psutil-5.8.0.tar.gz\n Complete output from command python setup.py egg_info:\n /usr/lib64/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: ‘python_requires’\n warnings.warn(msg)\n /usr/lib64/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: ‘long_description_content_type’\n warnings.warn(msg)\n error in psutil setup command: ‘extras_require’ must be a dictionary whose values are strings or lists of strings containing valid project/version requirement specifiers.\n \n —————————————-\n\n:stderr: Command \”python setup.py egg_info\” failed with error code 1 in /tmp/pip-build-w0yYCt/psutil/\nYou are using pip version 8.1.2, however version 21.2.4 is available.\nYou should consider upgrading via the ‘pip install –upgrade pip’ command.\n”

—————————————————————
I try to use :
pip install –upgrade pip
pip install –upgrade setuptools

but it don’t wroks :(

]]>
By: admin https://www.rosehosting.com/blog/how-to-install-erpnext-on-centos-7/#comment-48029 Mon, 23 Dec 2019 07:21:19 +0000 https://www.rosehosting.com/blog/?p=29171#comment-48029 In reply to Prashad NagarAjan.

This tutorial is not only for a VPS, it can be used for any Linux server that has CentOS 7 installed on it.

]]>
By: Prashad NagarAjan https://www.rosehosting.com/blog/how-to-install-erpnext-on-centos-7/#comment-48028 Sun, 22 Dec 2019 17:09:10 +0000 https://www.rosehosting.com/blog/?p=29171#comment-48028 Hello,
Is this tutorial is for VPS server?

]]>
By: admin https://www.rosehosting.com/blog/how-to-install-erpnext-on-centos-7/#comment-47893 Tue, 13 Aug 2019 11:44:02 +0000 https://www.rosehosting.com/blog/?p=29171#comment-47893 In reply to George Moses.

Check if pip is installed on your server and then run the script again.

You can install pip with the following command:
yum -y install python-pip

]]>
By: George Moses https://www.rosehosting.com/blog/how-to-install-erpnext-on-centos-7/#comment-47891 Tue, 13 Aug 2019 08:51:39 +0000 https://www.rosehosting.com/blog/?p=29171#comment-47891 I get this error:
Traceback (most recent call last):
File “install.py”, line 413, in
install_bench(args)
File “install.py”, line 135, in install_bench
run_playbook(‘site.yml’, sudo=True, extra_vars=extra_vars)
File “install.py”, line 327, in run_playbook
success = subprocess.check_call(args, cwd=os.path.join(cwd, ‘playbooks’))
File “/usr/lib64/python2.7/subprocess.py”, line 542, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command ‘[‘ansible-playbook’, ‘-c’, ‘local’, ‘site.yml’, ‘-vvvv’, ‘-e’, ‘@/tmp/extra_vars.json’, ‘–become’, ‘–become-user=george’]’ returned non-zero exit status 2
[george@prenus ~]$ ansible –version
ansible 2.8.3
config file = None
configured module search path = [u’/home/george/.ansible/plugins/modules’, u’/usr/share/ansible/plugins/modules’]
ansible python module location = /usr/lib/python2.7/site-packages/ansible
executable location = /usr/bin/ansible
python version = 2.7.5 (default, Jun 20 2019, 20:27:34) [GCC 4.8.5 20150623 (Red Hat 4.8.5-36)]

]]>
By: admin https://www.rosehosting.com/blog/how-to-install-erpnext-on-centos-7/#comment-47664 Tue, 12 Mar 2019 13:25:59 +0000 https://www.rosehosting.com/blog/?p=29171#comment-47664 In reply to MUSTAFA.

You cannot install ERPNext on CentOS 7 running cPanel using this tutorial.

]]>
By: MUSTAFA https://www.rosehosting.com/blog/how-to-install-erpnext-on-centos-7/#comment-47657 Mon, 11 Mar 2019 11:58:02 +0000 https://www.rosehosting.com/blog/?p=29171#comment-47657 Hi,
Thank you for this tutorial.
Can I use your tutorial to install ERPnext in Cento7 running cPanel?

]]>