Installation error on CentOS

Kindly assist me, I am having this error, whenever I try to install.
i am runing centos with python 2.6.6

Transaction Summary
================================================================================
Install       7 Package(s)
Upgrade       5 Package(s)

Total download size: 12 M
Downloading Packages:

Traceback (most recent call last):
  File "install_erpnext.py", line 348, in <module>
    install()
  File "install_erpnext.py", line 13, in install
    install_pre_requisites()
  File "install_erpnext.py", line 25, in install_pre_requisites
    install_using_yum()
  File "install_erpnext.py", line 68, in install_using_yum
    exec_in_shell("yum install -y %s" % packages)
  File "install_erpnext.py", line 341, in exec_in_shell
    raise Exception, err
Exception: Not using downloaded repomd.xml because it is older than what we have                                                                                        :
  Current   : Thu Jun 20 08:01:17 2013
  Downloaded: Wed Mar  6 18:49:55 2013
Not using downloaded repomd.xml because it is older than what we have:
  Current   : Mon Sep 23 11:43:57 2013
  Downloaded: Tue Mar 19 12:50:51 2013
There are unfinished transactions remaining. You might consider running yum-complete-transaction first to finish them.
The program yum-complete-transaction is found in the yum-utils package.
http://p3plmirror02.prod.phx3.secureserver.net/vph/2/centos/6/updates/x86_64/Packages/httpd-2.2.15-29.el6.centos.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
Trying other mirror.
http://p3plmirror01.prod.phx3.secureserver.net/vph/2/centos/6/updates/x86_64/Packages/httpd-2.2.15-29.el6.centos.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
Trying other mirror.
http://p3plmirror02.prod.phx3.secureserver.net/vph/2/centos/6/updates/x86_64/Packages/httpd-tools-2.2.15-29.el6.centos.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
Trying other mirror.
http://p3plmirror01.prod.phx3.secureserver.net/vph/2/centos/6/updates/x86_64/Pac                                                                                        kages/httpd-tools-2.2.15-29.el6.centos.x86_64.rpm: [Errno 14] PYCURL ERROR 22 -                                                                                         "The requested URL returned error: 404 Not Found"
Trying other mirror.
http://p3plmirror02.prod.phx3.secureserver.net/vph/2/centos/6/updates/x86_64/Pac                                                                                        kages/mod_ssl-2.2.15-29.el6.centos.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The                                                                                         requested URL returned error: 404 Not Found"
Trying other mirror.
http://p3plmirror01.prod.phx3.secureserver.net/vph/2/centos/6/updates/x86_64/Pac                                                                                        kages/mod_ssl-2.2.15-29.el6.centos.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The                                                                                         requested URL returned error: 404 Not Found"
Trying other mirror.
http://p3plmirror02.prod.phx3.secureserver.net/vph/2/centos/6/updates/x86_64/Pac                                                                                        kages/python-2.6.6-37.el6_4.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The reques                                                                                        ted URL returned error: 404 Not Found"
Trying other mirror.
http://p3plmirror01.prod.phx3.secureserver.net/vph/2/centos/6/updates/x86_64/Pac                                                                                        kages/python-2.6.6-37.el6_4.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The reques                                                                                        ted URL returned error: 404 Not Found"
Trying other mirror.
http://p3plmirror02.prod.phx3.secureserver.net/vph/2/centos/6/updates/x86_64/Pac                                                                                        kages/python-devel-2.6.6-37.el6_4.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The                                                                                         requested URL returned error: 404 Not Found"
Trying other mirror.
http://p3plmirror01.prod.phx3.secureserver.net/vph/2/centos/6/updates/x86_64/Pac                                                                                        kages/python-devel-2.6.6-37.el6_4.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The                                                                                         requested URL returned error: 404 Not Found"
Trying other mirror.
http://p3plmirror02.prod.phx3.secureserver.net/vph/2/centos/6/updates/x86_64/Pac                                                                                        kages/python-libs-2.6.6-37.el6_4.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The r                                                                                        equested URL returned error: 404 Not Found"
Trying other mirror.
http://p3plmirror01.prod.phx3.secureserver.net/vph/2/centos/6/updates/x86_64/Pac                                                                                        kages/python-libs-2.6.6-37.el6_4.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The r                                                                                        equested URL returned error: 404 Not Found"
Trying other mirror.



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

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

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

Hi Isaac,

The problem lies with your centos installation. You will need to google the error message for solving the problem. 

Maybe updating centos will help. 

Thanks,
Anand. 

On 24-Sep-2013, at 4:48 AM, Isaac Coker <fl...@gmail.com> wrote:

Kindly assist me, I am having this error, whenever I try to install.
i am runing centos with python 2.6.6

Transaction Summary
================================================================================
Install       7 Package(s)
Upgrade       5 Package(s)

Total download size: 12 M
Downloading Packages:

Traceback (most recent call last):
  File "install_erpnext.py", line 348, in <module>
    install()
  File "install_erpnext.py", line 13, in install
    install_pre_requisites()
  File "install_erpnext.py", line 25, in install_pre_requisites
    install_using_yum()
  File "install_erpnext.py", line 68, in install_using_yum
    exec_in_shell("yum install -y %s" % packages)
  File "install_erpnext.py", line 341, in exec_in_shell
    raise Exception, err
Exception: Not using downloaded repomd.xml because it is older than what we have                                                                                        :
  Current   : Thu Jun 20 08:01:17 2013
  Downloaded: Wed Mar  6 18:49:55 2013
Not using downloaded repomd.xml because it is older than what we have:
  Current   : Mon Sep 23 11:43:57 2013
  Downloaded: Tue Mar 19 12:50:51 2013
There are unfinished transactions remaining. You might consider running yum-complete-transaction first to finish them.
The program yum-complete-transaction is found in the yum-utils package.
Trying other mirror.
Trying other mirror.
Trying other mirror.
http://p3plmirror01.prod.phx3.secureserver.net/vph/2/centos/6/updates/x86_64/Pac                                                                                        kages/httpd-tools-2.2.15-29.el6.centos.x86_64.rpm: [Errno 14] PYCURL ERROR 22 -                                                                                         "The requested URL returned error: 404 Not Found"
Trying other mirror.
http://p3plmirror02.prod.phx3.secureserver.net/vph/2/centos/6/updates/x86_64/Pac                                                                                        kages/mod_ssl-2.2.15-29.el6.centos.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The                                                                                         requested URL returned error: 404 Not Found"
Trying other mirror.
http://p3plmirror01.prod.phx3.secureserver.net/vph/2/centos/6/updates/x86_64/Pac                                                                                        kages/mod_ssl-2.2.15-29.el6.centos.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The                                                                                         requested URL returned error: 404 Not Found"
Trying other mirror.
http://p3plmirror02.prod.phx3.secureserver.net/vph/2/centos/6/updates/x86_64/Pac                                                                                        kages/python-2.6.6-37.el6_4.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The reques                                                                                        ted URL returned error: 404 Not Found"
Trying other mirror.
http://p3plmirror01.prod.phx3.secureserver.net/vph/2/centos/6/updates/x86_64/Pac                                                                                        kages/python-2.6.6-37.el6_4.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The reques                                                                                        ted URL returned error: 404 Not Found"
Trying other mirror.
http://p3plmirror02.prod.phx3.secureserver.net/vph/2/centos/6/updates/x86_64/Pac                                                                                        kages/python-devel-2.6.6-37.el6_4.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The                                                                                         requested URL returned error: 404 Not Found"
Trying other mirror.
http://p3plmirror01.prod.phx3.secureserver.net/vph/2/centos/6/updates/x86_64/Pac                                                                                        kages/python-devel-2.6.6-37.el6_4.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The                                                                                         requested URL returned error: 404 Not Found"
Trying other mirror.
http://p3plmirror02.prod.phx3.secureserver.net/vph/2/centos/6/updates/x86_64/Pac                                                                                        kages/python-libs-2.6.6-37.el6_4.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The r                                                                                        equested URL returned error: 404 Not Found"
Trying other mirror.
http://p3plmirror01.prod.phx3.secureserver.net/vph/2/centos/6/updates/x86_64/Pac                                                                                        kages/python-libs-2.6.6-37.el6_4.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The r                                                                                        equested URL returned error: 404 Not Found"
Trying other mirror.



You received this message because you are subscribed to the Google Groups “ERPNext User’s Forum” group.

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

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



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

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

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

Hi,

Have just upgraded the python to 2.6.8 now, but new errors appear:

Traceback (most recent call last):
  File "install_erpnext.py", line 348, in <module>
    install()
  File "install_erpnext.py", line 13, in install
    install_pre_requisites()
  File "install_erpnext.py", line 25, in install_pre_requisites
    install_using_yum()
  File "install_erpnext.py", line 90, in install_using_yum
    update_config_for_redhat()
  File "install_erpnext.py", line 99, in update_config_for_redhat
    with open("/etc/sysconfig/memcached", "r") as original:
IOError: [Errno 2] No such file or directory: u'/etc/sysconfig/memcached'

Thanks,
Isaac

On Tuesday, September 24, 2013 12:18:08 AM UTC+1, Isaac Coker wrote:
Kindly assist me, I am having this error, whenever I try to install.
i am runing centos with python 2.6.6

Transaction Summary
================================================================================
Install       7 Package(s)
Upgrade       5 Package(s)

Total download size: 12 M
Downloading Packages:

Traceback (most recent call last):
  File "install_erpnext.py", line 348, in <module>
    install()
  File "install_erpnext.py", line 13, in install
    install_pre_requisites()
  File "install_erpnext.py", line 25, in install_pre_requisites
    install_using_yum()
  File "install_erpnext.py", line 68, in install_using_yum
    exec_in_shell("yum install -y %s" % packages)
  File "install_erpnext.py", line 341, in exec_in_shell
    raise Exception, err
Exception: Not using downloaded repomd.xml because it is older than what we have                                                                                        :
  Current   : Thu Jun 20 08:01:17 2013
  Downloaded: Wed Mar  6 18:49:55 2013
Not using downloaded repomd.xml because it is older than what we have:
  Current   : Mon Sep 23 11:43:57 2013
  Downloaded: Tue Mar 19 12:50:51 2013
There are unfinished transactions remaining. You might consider running yum-complete-transaction first to finish them.
The program yum-complete-transaction is found in the yum-utils package.
Trying other mirror.
Trying other mirror.
Trying other mirror.
http://p3plmirror01.prod.phx3.secureserver.net/vph/2/centos/6/updates/x86_64/Pac                                                                                        kages/httpd-tools-2.2.15-29.el6.centos.x86_64.rpm: [Errno 14] PYCURL ERROR 22 -                                                                                         "The requested URL returned error: 404 Not Found"
Trying other mirror.
http://p3plmirror02.prod.phx3.secureserver.net/vph/2/centos/6/updates/x86_64/Pac                                                                                        kages/mod_ssl-2.2.15-29.el6.centos.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The                                                                                         requested URL returned error: 404 Not Found"
Trying other mirror.
http://p3plmirror01.prod.phx3.secureserver.net/vph/2/centos/6/updates/x86_64/Pac                                                                                        kages/mod_ssl-2.2.15-29.el6.centos.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The                                                                                         requested URL returned error: 404 Not Found"
Trying other mirror.
http://p3plmirror02.prod.phx3.secureserver.net/vph/2/centos/6/updates/x86_64/Pac                                                                                        kages/python-2.6.6-37.el6_4.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The reques                                                                                        ted URL returned error: 404 Not Found"
Trying other mirror.
http://p3plmirror01.prod.phx3.secureserver.net/vph/2/centos/6/updates/x86_64/Pac                                                                                        kages/python-2.6.6-37.el6_4.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The reques                                                                                        ted URL returned error: 404 Not Found"
Trying other mirror.
http://p3plmirror02.prod.phx3.secureserver.net/vph/2/centos/6/updates/x86_64/Pac                                                                                        kages/python-devel-2.6.6-37.el6_4.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The                                                                                         requested URL returned error: 404 Not Found"
Trying other mirror.
http://p3plmirror01.prod.phx3.secureserver.net/vph/2/centos/6/updates/x86_64/Pac                                                                                        kages/python-devel-2.6.6-37.el6_4.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The                                                                                         requested URL returned error: 404 Not Found"
Trying other mirror.
http://p3plmirror02.prod.phx3.secureserver.net/vph/2/centos/6/updates/x86_64/Pac                                                                                        kages/python-libs-2.6.6-37.el6_4.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The r                                                                                        equested URL returned error: 404 Not Found"
Trying other mirror.
http://p3plmirror01.prod.phx3.secureserver.net/vph/2/centos/6/updates/x86_64/Pac                                                                                        kages/python-libs-2.6.6-37.el6_4.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The r                                                                                        equested URL returned error: 404 Not Found"
Trying other mirror.



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

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

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

Hi Isaac,

Please search for this error in the developer forum. Someone had already asked this and you will find out how to solve it.

Please post installation related issues on developer forum.

-Anand.

On 24-Sep-2013, at 5:31 PM, Isaac Coker <fl...@gmail.com> wrote:

Hi,

Have just upgraded the python to 2.6.8 now, but new errors appear:

Traceback (most recent call last):
  File "install_erpnext.py", line 348, in <module>
    install()
  File "install_erpnext.py", line 13, in install
    install_pre_requisites()
  File "install_erpnext.py", line 25, in install_pre_requisites
    install_using_yum()
  File "install_erpnext.py", line 90, in install_using_yum
    update_config_for_redhat()
  File "install_erpnext.py", line 99, in update_config_for_redhat
    with open("/etc/sysconfig/memcached", "r") as original:
IOError: [Errno 2] No such file or directory: u'/etc/sysconfig/memcached'

Thanks,
Isaac

On Tuesday, September 24, 2013 12:18:08 AM UTC+1, Isaac Coker wrote:
Kindly assist me, I am having this error, whenever I try to install.
i am runing centos with python 2.6.6

Transaction Summary
================================================================================
Install       7 Package(s)
Upgrade       5 Package(s)

Total download size: 12 M
Downloading Packages:

Traceback (most recent call last):
  File "install_erpnext.py", line 348, in <module>
    install()
  File "install_erpnext.py", line 13, in install
    install_pre_requisites()
  File "install_erpnext.py", line 25, in install_pre_requisites
    install_using_yum()
  File "install_erpnext.py", line 68, in install_using_yum
    exec_in_shell("yum install -y %s" % packages)
  File "install_erpnext.py", line 341, in exec_in_shell
    raise Exception, err
Exception: Not using downloaded repomd.xml because it is older than what we have                                                                                        :
  Current   : Thu Jun 20 08:01:17 2013
  Downloaded: Wed Mar  6 18:49:55 2013
Not using downloaded repomd.xml because it is older than what we have:
  Current   : Mon Sep 23 11:43:57 2013
  Downloaded: Tue Mar 19 12:50:51 2013
There are unfinished transactions remaining. You might consider running yum-complete-transaction first to finish them.
The program yum-complete-transaction is found in the yum-utils package.
Trying other mirror.
Trying other mirror.
Trying other mirror.
http://p3plmirror01.prod.phx3.secureserver.net/vph/2/centos/6/updates/x86_64/Pac                                                                                        kages/httpd-tools-2.2.15-29.el6.centos.x86_64.rpm: [Errno 14] PYCURL ERROR 22 -                                                                                         "The requested URL returned error: 404 Not Found"
Trying other mirror.
http://p3plmirror02.prod.phx3.secureserver.net/vph/2/centos/6/updates/x86_64/Pac                                                                                        kages/mod_ssl-2.2.15-29.el6.centos.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The                                                                                         requested URL returned error: 404 Not Found"
Trying other mirror.
http://p3plmirror01.prod.phx3.secureserver.net/vph/2/centos/6/updates/x86_64/Pac                                                                                        kages/mod_ssl-2.2.15-29.el6.centos.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The                                                                                         requested URL returned error: 404 Not Found"
Trying other mirror.
http://p3plmirror02.prod.phx3.secureserver.net/vph/2/centos/6/updates/x86_64/Pac                                                                                        kages/python-2.6.6-37.el6_4.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The reques                                                                                        ted URL returned error: 404 Not Found"
Trying other mirror.
http://p3plmirror01.prod.phx3.secureserver.net/vph/2/centos/6/updates/x86_64/Pac                                                                                        kages/python-2.6.6-37.el6_4.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The reques                                                                                        ted URL returned error: 404 Not Found"
Trying other mirror.
http://p3plmirror02.prod.phx3.secureserver.net/vph/2/centos/6/updates/x86_64/Pac                                                                                        kages/python-devel-2.6.6-37.el6_4.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The                                                                                         requested URL returned error: 404 Not Found"
Trying other mirror.
http://p3plmirror01.prod.phx3.secureserver.net/vph/2/centos/6/updates/x86_64/Pac                                                                                        kages/python-devel-2.6.6-37.el6_4.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The                                                                                         requested URL returned error: 404 Not Found"
Trying other mirror.
http://p3plmirror02.prod.phx3.secureserver.net/vph/2/centos/6/updates/x86_64/Pac                                                                                        kages/python-libs-2.6.6-37.el6_4.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The r                                                                                        equested URL returned error: 404 Not Found"
Trying other mirror.
http://p3plmirror01.prod.phx3.secureserver.net/vph/2/centos/6/updates/x86_64/Pac                                                                                        kages/python-libs-2.6.6-37.el6_4.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The r                                                                                        equested URL returned error: 404 Not Found"
Trying other mirror.




You received this message because you are subscribed to the Google Groups “ERPNext User’s Forum” group.

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

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




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

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

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