health
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Health] Error during GNU Health installation


From: Cédric Krier
Subject: Re: [Health] Error during GNU Health installation
Date: Fri, 2 Oct 2015 08:57:57 +0200
User-agent: Mutt/1.5.23 (2014-03-12)

On 2015-10-02 03:34, Armand MPASSY-NZOUMBA wrote:
> Dear all,
> Greetings from Franceville, a small town in Gabon!I am currently installing 
> GNU Health in Franceville. It is an emergency because they current software 
> crashed. I had to rush here and could not make it the IWEEE.
> The Internet connection is very unstable. I am almost through and I amgetting 
> the following error message when running ./gnuhealth_install.sh
> Downloading/unpacking pytz==2014.10
>   Downloading pytz-2014.10-py2.py3-none-any.whl (477kB): 15kB downloaded
>   Hash of the package 
> https://pypi.python.org/packages/py2.py3/p/pytz/pytz-2014.10-py2.py3-none-any.whl#md5=a8865b610cd7ab282f2df7e112709e1e
>  (from https://pypi.python.org/simple/pytz/) 
> (c489b7510f9d3eb9f156064e5261e53f) doesn't match the expected hash 
> a8865b610cd7ab282f2df7e112709e1e!
> Cleaning up...
> Bad md5 hash for package 
> https://pypi.python.org/packages/py2.py3/p/pytz/pytz-2014.10-py2.py3-none-any.whl#md5=a8865b610cd7ab282f2df7e112709e1e
>  (from https://pypi.python.org/simple/pytz/)
> I tried it several times (it's 4:00 a.m local time), and I desperately need 
> your help. 

Clearly you did not downloaded the file completly 477kB and 15kB
downloaded

> The other question is:Is there a way of downloading all the files first with 
> wget and then processing them with pip? Or is there a workaound for the type 
> of environment we have here?

Yes you can download and run pip on it:

    $ wget 
https://pypi.python.org/packages/py2.py3/p/pytz/pytz-2014.10-py2.py3-none-any.whl
    $ pip install pytz-2014.10-py2.py3-none-any.whl

But you must be careful about having downloaded completly the file.
You can verify using md5:

    $ md5sum pytz-2014.10-py2.py3-none-any.whl
    a8865b610cd7ab282f2df7e112709e1e pytz-2014.10-py2.py3-none-any.whl

The result must be the same

-- 
Cédric Krier - B2CK SPRL
Email/Jabber: address@hidden
Tel: +32 472 54 46 59
Website: http://www.b2ck.com/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]