Re: scipy errors and gfortran

2014-10-14 Thread slyost
On Monday, October 13, 2014 1:14:27 PM UTC-5, sly...@ilstu.edu wrote:
> Trying to get scipy 0.14 running on python 3.4.1 on SLES 11 SP2 LINUX system.
> 
> Scipy seemed to compile fine using the command "python setup.py install" but 
> when I try the scipy.test("full"), I get errors regarding gfortran.  I am 
> using GCC(gfortran) version 4.9.1.
> 
> 
> 
> The error states that /usr/lib/libgfortran.so.3: version 'gfortran_1.4' was 
> not found (required by).  Google tells me that this is the name of the 
> symbol node whatever that means.
> 
> 
> 
> What do I need to do to fix these errors?  Please help.

Was able to fix the issue with an export of LD_LIBRARY_PATH, thank goodness.
-- 
https://mail.python.org/mailman/listinfo/python-list


scipy errors and gfortran

2014-10-13 Thread slyost
Trying to get scipy 0.14 running on python 3.4.1 on SLES 11 SP2 LINUX system.
Scipy seemed to compile fine using the command "python setup.py install" but 
when I try the scipy.test("full"), I get errors regarding gfortran.  I am using 
GCC(gfortran) version 4.9.1.

The error states that /usr/lib/libgfortran.so.3: version 'gfortran_1.4' was not 
found (required by).  Google tells me that this is the name of the symbol 
node whatever that means.

What do I need to do to fix these errors?  Please help.
-- 
https://mail.python.org/mailman/listinfo/python-list