[Numpy-discussion] numpy in RHEL4

Bala subramanian bala.biophysics at gmail.com
Tue May 6 05:21:03 EDT 2008


Dear Robert,
Thank you. But i am trying to install it in a 32-bit machine only. In that
case, why dose it require 64 bit libraries.

Bala

On Mon, May 5, 2008 at 10:47 PM, Robert Kern <robert.kern at gmail.com> wrote:

> On Mon, May 5, 2008 at 6:14 AM, Bala subramanian
> <bala.biophysics at gmail.com> wrote:
> > Dear friends,
> >
> > I am trying to install numpy version numpy-1.0.4 in RHEL 4. My python
> > version is 2.3.4.  While installation, it throws me the following error
> and
> > stops. Kindly write me how to get rid of this.
>
> The files /usr/lib/liblapack.a and /usr/lib/liblapack.so are probably
> 32-bit instead of 64-bit. You can (probably) check this using the
> command
>
>  $ file /usr/lib/liblapack.so
>
> Locate the 64-bit versions of liblapack and libblas and make sure that
> you have the correct directory in your site.cfg file. The numpy source
> tree contains a commented site.cfg.example file for you to start with.
>
> --
> Robert Kern
>
> "I have come to believe that the whole world is an enigma, a harmless
> enigma that is made terrible by our own mad attempt to interpret it as
> though it had an underlying truth."
>  -- Umberto Eco
> _______________________________________________
> Numpy-discussion mailing list
> Numpy-discussion at scipy.org
> http://projects.scipy.org/mailman/listinfo/numpy-discussion
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20080506/b4cac737/attachment.html>


More information about the NumPy-Discussion mailing list