getting Missing Dependency: libmysqlclient_r.so.15()(64bit) on cpanel centos

I am trying to install erpnext on c-panel via ssh but I am getting a dependency error  (Error: Missing Dependency: libmysqlclient_r.so.15(libmysqlclient_15)(64bit) is needed by package MySQL-python-1.2.3-0.1.c1.el5.x86_64 (base)) .

I have also googled it. After reviewing many post I got a post on google group that says i have to install mysql-devel . But when i tryed to install it i found that it is already installed.

The below is the text from my terminal

python2.7 install_erpnext.pyOperating System = Linux
Python Version = 2.7.3
Distribution =  centos
--------------------------------------------------------------------------------
Installing Packages: (This may take some time)
gcc MySQL-python git memcached ntp vim-enhanced screen
--------------------------------------------------------------------------------
Error: Missing Dependency: libmysqlclient_r.so.15(libmysqlclient_15)(64bit) is needed by package MySQL-python-1.2.3-0.1.c1.el5.x86_64 (base)
Error: Missing Dependency: libmysqlclient_r.so.15()(64bit) is needed by package MySQL-python-1.2.3-0.1.c1.el5.x86_64 (base)
Traceback (most recent call last):
  File "install_erpnext.py", line 291, in <module>
    install_pre_requisites()
  File "install_erpnext.py", line 47, in install_pre_requisites
    install_using_yum()
  File "install_erpnext.py", line 90, in install_using_yum
    exec_in_shell("yum install -y %s" % packages)
  File "install_erpnext.py", line 247, in exec_in_shell
    out = subprocess.check_output(cmd, shell=True)
  File "/usr/local/lib/python2.7/subprocess.py", line 544, in check_output
    raise CalledProcessError(retcode, cmd, output=output)
subprocess.CalledProcessError: Command 'yum install -y gcc MySQL-python git memcached ntp vim-enhanced screen' returned non-zero exit status 1



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

    To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/42f31d08-fdcb-4ef9-81da-c88dd8c6bd99%40googlegroups.com.

    For more options, visit https://groups.google.com/d/optout.

Hey Keshav

On Wed, Apr 9, 2014 at 7:22 PM, keshav vats ke...@gmail.com wrote:

I am trying to install erpnext on c-panel via ssh but I am getting a
dependency error (Error: Missing Dependency:
libmysqlclient_r.so.15(libmysqlclient_15)(64bit) is needed by package
MySQL-python-1.2.3-0.1.c1.el5.x86_64 (base)) .

I have also googled it. After reviewing many post I got a post on google
group that says i have to install mysql-devel . But when i tryed to install
it i found that it is already installed.

The below is the text from my terminal

python2.7 install_erpnext.pyOperating System = Linux
Python Version = 2.7.3
Distribution = centos

Installing Packages: (This may take some time)
gcc MySQL-python git memcached ntp vim-enhanced screen

Error: Missing Dependency: libmysqlclient_r.so.15(libmysqlclient_15)(64bit)
is needed by package MySQL-python-1.2.3-0.1.c1.el5.x86_64 (base)
Error: Missing Dependency: libmysqlclient_r.so.15()(64bit) is needed by
package MySQL-python-1.2.3-0.1.c1.el5.x86_64 (base)
Traceback (most recent call last):
File “install_erpnext.py”, line 291, in
install_pre_requisites()
File “install_erpnext.py”, line 47, in install_pre_requisites
install_using_yum()
File “install_erpnext.py”, line 90, in install_using_yum
exec_in_shell(“yum install -y %s” % packages)
File “install_erpnext.py”, line 247, in exec_in_shell
out = subprocess.check_output(cmd, shell=True)
File “/usr/local/lib/python2.7/subprocess.py”, line 544, in check_output
raise CalledProcessError(retcode, cmd, output=output)
subprocess.CalledProcessError: Command ‘yum install -y gcc MySQL-python git
memcached ntp vim-enhanced screen’ returned non-zero exit status 1


Note:

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much
    information as you can. Please see it from the point of view of the person
    receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send
    only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do
    not send images as attachments. Links are good. Same goes for any file you
    are going to send.

End of Note

You received this message because you are subscribed to the Google Groups
“ERPNext Developer Forum” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to erpnext-developer-forum+un...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/erpnext-developer-forum/42f31d08-fdcb-4ef9-81da-c88dd8c6bd99%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Never saw this before.

can you try on CentOS/cPanel forums?
eg, https://forums.cpanel.net/f5/mysql-python-centos-release-5-8-a-272031.html

It would be better if you try on vanilla CentOS. No advantage of
installing cPanel if all you are going to use is erpnext.

Thanks,

Pratik
erpnext

Thanks that error has been resolved now an another conflict ion error is occurred

The below is my terminal code
ro...@web [~]# python2.7 install_erpnext.py
Operating System = Linux
Python Version = 2.7.3
Distribution =  centos
--------------------------------------------------------------------------------
Installing Packages: (This may take some time)
gcc MySQL-python git memcached ntp vim-enhanced screen
--------------------------------------------------------------------------------
Error: mysql conflicts with MySQL51-server
Traceback (most recent call last):
  File "install_erpnext.py", line 291, in <module>
    install_pre_requisites()
  File "install_erpnext.py", line 47, in install_pre_requisites
    install_using_yum()
  File "install_erpnext.py", line 90, in install_using_yum
    exec_in_shell("yum install -y %s" % packages)
  File "install_erpnext.py", line 247, in exec_in_shell
    out = subprocess.check_output(cmd, shell=True)
  File "/usr/local/lib/python2.7/subprocess.py", line 544, in check_output
    raise CalledProcessError(retcode, cmd, output=output)
subprocess.CalledProcessError: Command 'yum install -y gcc MySQL-python git memcached ntp vim-enhanced screen' returned non-zero exit status 1
ro...@web [~]#



On Wednesday, April 9, 2014 7:22:40 PM UTC+5:30, keshav vats wrote:
I am trying to install erpnext on c-panel via ssh but I am getting a dependency error  (Error: Missing Dependency: libmysqlclient_r.so.15(libmysqlclient_15)(64bit) is needed by package MySQL-python-1.2.3-0.1.c1.el5.x86_64 (base)) .

I have also googled it. After reviewing many post I got a post on google group that says i have to install mysql-devel . But when i tryed to install it i found that it is already installed.

The below is the text from my terminal

python2.7 install_erpnext.pyOperating System = Linux
Python Version = 2.7.3
Distribution =  centos
--------------------------------------------------------------------------------
Installing Packages: (This may take some time)
gcc MySQL-python git memcached ntp vim-enhanced screen
--------------------------------------------------------------------------------
Error: Missing Dependency: libmysqlclient_r.so.15(libmysqlclient_15)(64bit) is needed by package MySQL-python-1.2.3-0.1.c1.el5.x86_64 (base)
Error: Missing Dependency: libmysqlclient_r.so.15()(64bit) is needed by package MySQL-python-1.2.3-0.1.c1.el5.x86_64 (base)
Traceback (most recent call last):
  File "install_erpnext.py", line 291, in <module>
    install_pre_requisites()
  File "install_erpnext.py", line 47, in install_pre_requisites
    install_using_yum()
  File "install_erpnext.py", line 90, in install_using_yum
    exec_in_shell("yum install -y %s" % packages)
  File "install_erpnext.py", line 247, in exec_in_shell
    out = subprocess.check_output(cmd, shell=True)
  File "/usr/local/lib/python2.7/subprocess.py", line 544, in check_output
    raise CalledProcessError(retcode, cmd, output=output)
subprocess.CalledProcessError: Command 'yum install -y gcc MySQL-python git memcached ntp vim-enhanced screen' returned non-zero exit status 1



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

    To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/54f57f67-0134-433a-accd-0e99e8bad5c1%40googlegroups.com.

    For more options, visit https://groups.google.com/d/optout.

Hi Keshav,

On Thu, Apr 10, 2014 at 10:43 AM, keshav vats ke...@gmail.com wrote:

Thanks that error has been resolved now an another conflict ion error is
occurred

The below is my terminal code
ro…@web [~]# python2.7 install_erpnext.py

Operating System = Linux
Python Version = 2.7.3
Distribution = centos

Installing Packages: (This may take some time)
gcc MySQL-python git memcached ntp vim-enhanced screen

Error: mysql conflicts with MySQL51-server

Traceback (most recent call last):
File “install_erpnext.py”, line 291, in
install_pre_requisites()
File “install_erpnext.py”, line 47, in install_pre_requisites
install_using_yum()
File “install_erpnext.py”, line 90, in install_using_yum
exec_in_shell(“yum install -y %s” % packages)
File “install_erpnext.py”, line 247, in exec_in_shell
out = subprocess.check_output(cmd, shell=True)
File “/usr/local/lib/python2.7/subprocess.py”, line 544, in check_output
raise CalledProcessError(retcode, cmd, output=output)
subprocess.CalledProcessError: Command ‘yum install -y gcc MySQL-python git
memcached ntp vim-enhanced screen’ returned non-zero exit status 1
ro…@web [~]#

On Wednesday, April 9, 2014 7:22:40 PM UTC+5:30, keshav vats wrote:

I am trying to install erpnext on c-panel via ssh but I am getting a
dependency error (Error: Missing Dependency:
libmysqlclient_r.so.15(libmysqlclient_15)(64bit) is needed by package
MySQL-python-1.2.3-0.1.c1.el5.x86_64 (base)) .

I have also googled it. After reviewing many post I got a post on google
group that says i have to install mysql-devel . But when i tryed to install
it i found that it is already installed.

The below is the text from my terminal

python2.7 install_erpnext.pyOperating System = Linux
Python Version = 2.7.3
Distribution = centos


Installing Packages: (This may take some time)
gcc MySQL-python git memcached ntp vim-enhanced screen


Error: Missing Dependency:
libmysqlclient_r.so.15(libmysqlclient_15)(64bit) is needed by package
MySQL-python-1.2.3-0.1.c1.el5.x86_64 (base)
Error: Missing Dependency: libmysqlclient_r.so.15()(64bit) is needed by
package MySQL-python-1.2.3-0.1.c1.el5.x86_64 (base)
Traceback (most recent call last):
File “install_erpnext.py”, line 291, in
install_pre_requisites()
File “install_erpnext.py”, line 47, in install_pre_requisites
install_using_yum()
File “install_erpnext.py”, line 90, in install_using_yum
exec_in_shell(“yum install -y %s” % packages)
File “install_erpnext.py”, line 247, in exec_in_shell
out = subprocess.check_output(cmd, shell=True)
File “/usr/local/lib/python2.7/subprocess.py”, line 544, in check_output
raise CalledProcessError(retcode, cmd, output=output)
subprocess.CalledProcessError: Command ‘yum install -y gcc MySQL-python
git memcached ntp vim-enhanced screen’ returned non-zero exit status 1


Note:

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much
    information as you can. Please see it from the point of view of the person
    receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send
    only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do
    not send images as attachments. Links are good. Same goes for any file you
    are going to send.

End of Note

You received this message because you are subscribed to the Google Groups
“ERPNext Developer Forum” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to erpnext-developer-forum+un...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/erpnext-developer-forum/54f57f67-0134-433a-accd-0e99e8bad5c1%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

You can edit the install_erpnext.py file and remove mysql from
MySQL-Python if you have installed it manually. Again, I do not know
how much more will cPanel will come in the way.

Thanks,

Pratik
erpnext

You can edit the install_erpnext.py file and remove mysql from
MySQL-Python if you have installed it manually. Again, I do not know
how much more will cPanel will come in the way.

Sorry, I mean edit install_erpnext.py and remove MySQL-Python from
install requirements (line#84).

Thanks,

Pratik
erpnext


Pratik
erpnext

Thanks for your assistance . I have done it by sharing my server. I was unable to implement it on WHM . I am trying to implement it with cpanel with the alreasy installed apache and mysql.

On Wednesday, April 9, 2014 7:22:40 PM UTC+5:30, keshav vats wrote:
I am trying to install erpnext on c-panel via ssh but I am getting a dependency error  (Error: Missing Dependency: libmysqlclient_r.so.15(libmysqlclient_15)(64bit) is needed by package MySQL-python-1.2.3-0.1.c1.el5.x86_64 (base)) .

I have also googled it. After reviewing many post I got a post on google group that says i have to install mysql-devel . But when i tryed to install it i found that it is already installed.

The below is the text from my terminal

python2.7 install_erpnext.pyOperating System = Linux
Python Version = 2.7.3
Distribution =  centos
--------------------------------------------------------------------------------
Installing Packages: (This may take some time)
gcc MySQL-python git memcached ntp vim-enhanced screen
--------------------------------------------------------------------------------
Error: Missing Dependency: libmysqlclient_r.so.15(libmysqlclient_15)(64bit) is needed by package MySQL-python-1.2.3-0.1.c1.el5.x86_64 (base)
Error: Missing Dependency: libmysqlclient_r.so.15()(64bit) is needed by package MySQL-python-1.2.3-0.1.c1.el5.x86_64 (base)
Traceback (most recent call last):
  File "install_erpnext.py", line 291, in <module>
    install_pre_requisites()
  File "install_erpnext.py", line 47, in install_pre_requisites
    install_using_yum()
  File "install_erpnext.py", line 90, in install_using_yum
    exec_in_shell("yum install -y %s" % packages)
  File "install_erpnext.py", line 247, in exec_in_shell
    out = subprocess.check_output(cmd, shell=True)
  File "/usr/local/lib/python2.7/subprocess.py", line 544, in check_output
    raise CalledProcessError(retcode, cmd, output=output)
subprocess.CalledProcessError: Command 'yum install -y gcc MySQL-python git memcached ntp vim-enhanced screen' returned non-zero exit status 1



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

    To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/d375ae72-a664-46eb-aa9c-ff92de0517bf%40googlegroups.com.

    For more options, visit https://groups.google.com/d/optout.

Hi Keshav,

Have a look at complications-faced-by-cpanel-users

The instructions maybe old but the problem with cpanel is that it does not allow installation of git due to perl restrictions.

body{font-family:Helvetica,Arial;font-size:13px}body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; padding:1em; margin:auto; background:#fefefe; }

h1, h2, h3, h4, h5, h6 {
font-weight: bold;
}

h1 {
color: #000000;
font-size: 28pt;
}

h2 {
border-bottom: 1px solid #CCCCCC;
color: #000000;
font-size: 24px;
}

h3 {
font-size: 18px;
}

h4 {
font-size: 16px;
}

h5 {
font-size: 14px;
}

h6 {
color: #777777;
background-color: inherit;
font-size: 14px;
}

hr {
height: 0.2em;
border: 0;
color: #CCCCCC;
background-color: #CCCCCC;
}

p, blockquote, ul, ol, dl, li, table, pre {
margin: 15px 0;
}

a, a:visited {
color: #4183C4;
background-color: inherit;
text-decoration: none;
}

#message {
border-radius: 6px;
border: 1px solid #ccc;
display:block;
width:100%;
height:60px;
margin:6px 0px;
}

button, #ws {
font-size: 12 pt;
padding: 4px 6px;
border-radius: 5px;
border: 1px solid #bbb;
background-color: #eee;
}

code, pre, #ws, #message {
font-family: Monaco;
font-size: 10pt;
border-radius: 3px;
background-color: #F8F8F8;
color: inherit;
}

code {
border: 1px solid #EAEAEA;
margin: 0 2px;
padding: 0 5px;
}

pre {
border: 1px solid #CCCCCC;
overflow: auto;
padding: 4px 8px;
}

pre > code {
border: 0;
margin: 0;
padding: 0;
}

#ws { background-color: #f8f8f8; }

table {
border-collapse: collapse;
font-family: Helvetica, arial, freesans, clean, sans-serif;
color: rgb(51, 51, 51);
font-size: 15px; line-height: 25px;
padding: 0; }

table tr {
border-top: 1px solid #cccccc;
background-color: white;
margin: 0;
padding: 0; }

table tr:nth-child(2n) {
background-color: #f8f8f8; }

table tr th {
font-weight: bold;
border: 1px solid #cccccc;
margin: 0;
padding: 6px 13px; }

table tr td {
border: 1px solid #cccccc;
margin: 0;
padding: 6px 13px; }

table tr th :first-child, table tr td :first-child {
margin-top: 0; }

table tr th :last-child, table tr td :last-child {
margin-bottom: 0; }

.send { color:#77bb77; }
.server { color:#7799bb; }
.error { color:#AA0000; }


Thanks,
Anand Doshi.

On 10 April 2014 at 3:35:17 pm, keshav vats (ke…@gmail.com) wrote:

Thanks for your assistance . I have done it by sharing my server. I was unable to implement it on WHM . I am trying to implement it with cpanel with the alreasy installed apache and mysql.

On Wednesday, April 9, 2014 7:22:40 PM UTC+5:30, keshav vats wrote:
I am trying to install erpnext on c-panel via ssh but I am getting a dependency error  (Error: Missing Dependency: libmysqlclient_r.so.15(libmysqlclient_15)(64bit) is needed by package MySQL-python-1.2.3-0.1.c1.el5.x86_64 (base)) .

I have also googled it. After reviewing many post I got a post on google group that says i have to install mysql-devel . But when i tryed to install it i found that it is already installed.

The below is the text from my terminal

python2.7 install_erpnext.pyOperating System = Linux
Python Version = 2.7.3
Distribution =  centos
--------------------------------------------------------------------------------

Installing Packages: (This may take some time)

gcc MySQL-python git memcached ntp vim-enhanced screen

--------------------------------------------------------------------------------

Error: Missing Dependency:
libmysqlclient_r.so.15(libmysqlclient_15)(64bit) is needed
by package MySQL-python-1.2.3-0.1.c1.el5.x86_64 (base)

Error: Missing Dependency: libmysqlclient_r.so.15()(64bit)
is needed by package MySQL-python-1.2.3-0.1.c1.el5.x86_64
(base)

Traceback (most recent call last):

  File “install_erpnext.py”, line 291, in <module>

    install_pre_requisites()

  File “install_erpnext.py”, line 47, in
install_pre_requisites

    install_using_yum()

  File “install_erpnext.py”, line 90, in
install_using_yum

    exec_in_shell(“yum install -y %s” %
packages)

  File “install_erpnext.py”, line 247, in exec_in_shell

    out = subprocess.check_output(cmd,
shell=True)

  File “/usr/local/lib/python2.7/subprocess.py”, line
544, in check_output

    raise CalledProcessError(retcode, cmd,
output=output)

subprocess.CalledProcessError: Command ‘yum install -y gcc
MySQL-python git memcached ntp vim-enhanced screen’ returned
non-zero exit status 1

--
Note:
 
If you are posting an issue,
1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
 
End of Note
---
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un...@googlegroups.com.

To view this discussion on the web visit
https://groups.google.com/d/msgid/erpnext-developer-forum/d375ae72-a664-46eb-aa9c-ff92de0517bf%40googlegroups.com
.

For more options, visit https://groups.google.com/d/optout.



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

    To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/etPan.53477ee3.140e0f76.2fd2%40apdmacbook.local.

    For more options, visit https://groups.google.com/d/optout.
Thanks sir,
   The installation of erpnext for newbibes is quite difficult. The problem i am facing is that i am new to python and i don't know about the terminal commands also. As we can see that we have only google forums to get help even stack-overflow  users doesn't know about it very well. I am trying to implement it on my development server. I will update all all the problems faced by me during implementation and installation  in a well described format on google groups and stack overflow also. The service created by your team is awesome our team is making well efforts in understanding that. The only problem we are facing is python and terminal right know. We all are freshers for python and erp but we will be the most experienced developer of erp soon. 

Thanks again for your kind support. Hope this time i will post solutions rather than questions for erp :)

On Wednesday, April 9, 2014 7:22:40 PM UTC+5:30, keshav vats wrote:
I am trying to install erpnext on c-panel via ssh but I am getting a dependency error  (Error: Missing Dependency: libmysqlclient_r.so.15(libmysqlclient_15)(64bit) is needed by package MySQL-python-1.2.3-0.1.c1.el5.x86_64 (base)) .

I have also googled it. After reviewing many post I got a post on google group that says i have to install mysql-devel . But when i tryed to install it i found that it is already installed.

The below is the text from my terminal

python2.7 install_erpnext.pyOperating System = Linux
Python Version = 2.7.3
Distribution =  centos
--------------------------------------------------------------------------------
Installing Packages: (This may take some time)
gcc MySQL-python git memcached ntp vim-enhanced screen
--------------------------------------------------------------------------------
Error: Missing Dependency: libmysqlclient_r.so.15(libmysqlclient_15)(64bit) is needed by package MySQL-python-1.2.3-0.1.c1.el5.x86_64 (base)
Error: Missing Dependency: libmysqlclient_r.so.15()(64bit) is needed by package MySQL-python-1.2.3-0.1.c1.el5.x86_64 (base)
Traceback (most recent call last):
  File "install_erpnext.py", line 291, in <module>
    install_pre_requisites()
  File "install_erpnext.py", line 47, in install_pre_requisites
    install_using_yum()
  File "install_erpnext.py", line 90, in install_using_yum
    exec_in_shell("yum install -y %s" % packages)
  File "install_erpnext.py", line 247, in exec_in_shell
    out = subprocess.check_output(cmd, shell=True)
  File "/usr/local/lib/python2.7/subprocess.py", line 544, in check_output
    raise CalledProcessError(retcode, cmd, output=output)
subprocess.CalledProcessError: Command 'yum install -y gcc MySQL-python git memcached ntp vim-enhanced screen' returned non-zero exit status 1



Note:

 

If you are posting an issue,

  1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
  2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
  3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.

     

    End of Note



    You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.

    To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer-forum+un…@googlegroups.com.

    To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/11a95d18-b536-40e8-b56c-a42e7c02285e%40googlegroups.com.

    For more options, visit https://groups.google.com/d/optout.