Installation Error

Hello
I have installed older version of ERPNext. It is working properly. While installing new version I am getting following error on the same machine.


-------------------------------------------------------------------------------------------------------------------
python install_erpnext.py
Operating System = Linux
Python Version = 2.6.6
Distribution = centos

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

.

--------------------------------------------------------------------------------
Installing Python Modules: (This may take some time)
pytz python-dateutil jinja2 markdown2 termcolor python-memcached requests chardet dropbox google-api-python-client pygeoip

--------------------------------------------------------------------------------
Searching for pip
Reading http://pypi.python.org/simple/pip/
Best match: pip 1.4

Downloading https://pypi.python.org/packages/source/p/pip/pip-1.4.tar.gz#md5=ca790be30004937987767eac42cfa44a


Traceback (most recent call last):
File "install_erpnext.py", line 337, in <module>
install()
File "install_erpnext.py", line 10, in install
install_pre_requisites()

File "install_erpnext.py", line 26, in install_pre_requisites
install_python_modules()
File "install_erpnext.py", line 144, in install_python_modules
exec_in_shell("easy_install pip")

File "install_erpnext.py", line 330, in exec_in_shell
raise Exception, err
Exception: error: Download error for https://pypi.python.org/packages/source/p/pip/pip-1.4.tar.gz: [Errno -2] Name or service not known



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



Warm Regards
Prasad



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.

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

     

     

First install pip by running following code -


sudo apt-get install python-pip


Again start installation of erpnext.

On Fri, Jul 26, 2013 at 12:43 PM, Prasad Bandale <pr...@gmail.com> wrote:
Hello
I have installed older version of ERPNext. It is working properly. While installing new version I am getting following error on the same machine.


-------------------------------------------------------------------------------------------------------------------
python install_erpnext.py
Operating System = Linux
Python Version = 2.6.6
Distribution = centos

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

.

--------------------------------------------------------------------------------
Installing Python Modules: (This may take some time)
pytz python-dateutil jinja2 markdown2 termcolor python-memcached requests chardet dropbox google-api-python-client pygeoip

--------------------------------------------------------------------------------
Searching for pip
Reading http://pypi.python.org/simple/pip/
Best match: pip 1.4

Downloading https://pypi.python.org/packages/source/p/pip/pip-1.4.tar.gz#md5=ca790be30004937987767eac42cfa44a


Traceback (most recent call last):
File "install_erpnext.py", line 337, in <module>
install()
File "install_erpnext.py", line 10, in install
install_pre_requisites()

File "install_erpnext.py", line 26, in install_pre_requisites
install_python_modules()
File "install_erpnext.py", line 144, in install_python_modules
exec_in_shell("easy_install pip")

File "install_erpnext.py", line 330, in exec_in_shell
raise Exception, err
Exception: error: Download error for https://pypi.python.org/packages/source/p/pip/pip-1.4.tar.gz: [Errno -2] Name or service not known



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



Warm Regards
Prasad



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.

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







--
Regards,
Akhilesh Darjee



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.

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

     

     
Hi
I have installed PIP. now I am getting following error.

ERPNext Database Name: live
Cloning erpnext
Initialized empty Git repository in /var/www/html/erpnext/app/.git/


Traceback (most recent call last):
File "install_erpnext.py", line 337, in <module>
install()
File "install_erpnext.py", line 14, in install
install_erpnext(install_path)

File "install_erpnext.py", line 164, in install_erpnext
setup_folders(install_path)
File "install_erpnext.py", line 194, in setup_folders
exec_in_shell("cd %s && git clone https://github.com/webnotes/erpnext.git app" % install_path)

File "install_erpnext.py", line 330, in exec_in_shell
raise Exception, err
Exception: error: Couldn't resolve host 'github.com' while accessing https://github.com/webnotes/erpnext.git/info/refs


fatal: HTTP request failed


Warm Regards
Prasad


On Fri, Jul 26, 2013 at 1:02 PM, Akhilesh Darjee <ak…@erpnext.com> wrote:

First install pip by running following code -


sudo apt-get install python-pip


Again start installation of erpnext.

On Fri, Jul 26, 2013 at 12:43 PM, Prasad Bandale <pr...@gmail.com> wrote:
Hello

I have installed older version of ERPNext. It is working properly. While installing new version I am getting following error on the same machine.


-------------------------------------------------------------------------------------------------------------------
python install_erpnext.py
Operating System = Linux
Python Version = 2.6.6
Distribution = centos

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

.

--------------------------------------------------------------------------------
Installing Python Modules: (This may take some time)
pytz python-dateutil jinja2 markdown2 termcolor python-memcached requests chardet dropbox google-api-python-client pygeoip

--------------------------------------------------------------------------------
Searching for pip
Reading http://pypi.python.org/simple/pip/
Best match: pip 1.4

Downloading https://pypi.python.org/packages/source/p/pip/pip-1.4.tar.gz#md5=ca790be30004937987767eac42cfa44a


Traceback (most recent call last):
File "install_erpnext.py", line 337, in <module>
install()
File "install_erpnext.py", line 10, in install
install_pre_requisites()

File "install_erpnext.py", line 26, in install_pre_requisites
install_python_modules()
File "install_erpnext.py", line 144, in install_python_modules
exec_in_shell("easy_install pip")

File "install_erpnext.py", line 330, in exec_in_shell
raise Exception, err
Exception: error: Download error for https://pypi.python.org/packages/source/p/pip/pip-1.4.tar.gz: [Errno -2] Name or service not known



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



Warm Regards
Prasad



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.

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







--
Regards,
Akhilesh Darjee



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.

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






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.

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

     

     
It seems obvious that the server isn't able to connect to github.

You will need to check if you network or github is down

Thanks,
Anand.

On 26-Jul-2013, at 1:19 PM, Prasad Bandale <pr...@gmail.com> wrote:

Hi
I have installed PIP. now I am getting following error.

ERPNext Database Name: live
Cloning erpnext
Initialized empty Git repository in /var/www/html/erpnext/app/.git/


Traceback (most recent call last):
  File “install_erpnext.py”, line 337, in <module>
    install()
  File “install_erpnext.py”, line 14, in install
    install_erpnext(install_path)

  File “install_erpnext.py”, line 164, in install_erpnext
    setup_folders(install_path)
  File “install_erpnext.py”, line 194, in setup_folders
    exec_in_shell(“cd %s && git clone https://github.com/webnotes/erpnext.git app” % install_path)

  File “install_erpnext.py”, line 330, in exec_in_shell
    raise Exception, err
Exception: error: Couldn’t resolve host ‘github.com’ while accessing https://github.com/webnotes/erpnext.git/info/refs


fatal: HTTP request failed


Warm Regards
Prasad


On Fri, Jul 26, 2013 at 1:02 PM, Akhilesh Darjee <ak…@erpnext.com> wrote:

First install pip by running following code -


sudo apt-get install python-pip


Again start installation of erpnext.

On Fri, Jul 26, 2013 at 12:43 PM, Prasad Bandale <pr...@gmail.com> wrote:
Hello

I have installed older version of ERPNext. It is working properly. While installing new version I am getting following error on the same machine.


-------------------------------------------------------------------------------------------------------------------
python install_erpnext.py
Operating System = Linux
Python Version = 2.6.6
Distribution =  centos

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

.

--------------------------------------------------------------------------------
Installing Python Modules: (This may take some time)
pytz python-dateutil jinja2 markdown2 termcolor python-memcached requests chardet dropbox google-api-python-client pygeoip

--------------------------------------------------------------------------------
Searching for pip
Reading http://pypi.python.org/simple/pip/
Best match: pip 1.4

Downloading https://pypi.python.org/packages/source/p/pip/pip-1.4.tar.gz#md5=ca790be30004937987767eac42cfa44a


Traceback (most recent call last):
  File “install_erpnext.py”, line 337, in <module>
    install()
  File “install_erpnext.py”, line 10, in install
    install_pre_requisites()

  File “install_erpnext.py”, line 26, in install_pre_requisites
    install_python_modules()
  File “install_erpnext.py”, line 144, in install_python_modules
    exec_in_shell(“easy_install pip”)

  File “install_erpnext.py”, line 330, in exec_in_shell
    raise Exception, err
Exception: error: Download error for https://pypi.python.org/packages/source/p/pip/pip-1.4.tar.gz: [Errno -2] Name or service not known



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



Warm Regards
Prasad




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.

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

 

 




--
Regards,
Akhilesh Darjee



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.

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

 

 




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.

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

     

     



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.

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