473,387 Members | 1,834 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

scipy installations

Hi all,
I was trying to install (Scientific Python) scipy 0.3.2 in LINUX 3, but I am facing some problem.Please help me in resolving this issue.
here are the steps that i have followed :

Installed pre-requisites for scipy installations:
1. Python-2.4.1
$./configure
$make
$make install
2. ATLAS
$./configure
$make
$make install arch=Linux_P4ESSE3
3. Numerical Python-24.0b2
$python setup.py install
4.F2PY-2.45.241_1926 (Fortran to Python interface generator)
Prerequisite:
(i). NumPy_ -1.0
$python setup.py install
5. C, C++, Fortran 77 compilers - gcc 3.4.6
$./configure
$make
$make install

SciPy_complete-0.3.2
$python setup.py install
all the 5 installations were succesfull but could not install scipy successfully.
Following error message is shown
"error: Command "gcc -shared build/temp.linux-x86_64-2.2/gistCmodule.o build/temp
..linux-x86_64-2.2/gist.o build/temp.linux-x86_64-2.2/tick.o build/temp.linux-x86
_64-2.2/tick60.o build/temp.linux-x86_64-2.2/engine.o build/temp.linux-x86_64-2.
2/gtext.o build/temp.linux-x86_64-2.2/draw.o build/temp.linux-x86_64-2.2/draw0.o
build/temp.linux-x86_64-2.2/clip.o build/temp.linux-x86_64-2.2/gread.o build/te
mp.linux-x86_64-2.2/gcntr.o build/temp.linux-x86_64-2.2/hlevel.o build/temp.linu
x-x86_64-2.2/ps.o build/temp.linux-x86_64-2.2/cgm.o build/temp.linux-x86_64-2.2/
eps.o build/temp.linux-x86_64-2.2/style.o build/temp.linux-x86_64-2.2/xfancy.o b
uild/temp.linux-x86_64-2.2/xbasic.o build/temp.linux-x86_64-2.2/dir.o build/temp
..linux-x86_64-2.2/files.o build/temp.linux-x86_64-2.2/fpuset.o build/temp.linux-
x86_64-2.2/pathnm.o build/temp.linux-x86_64-2.2/timew.o build/temp.linux-x86_64-
2.2/uevent.o build/temp.linux-x86_64-2.2/ugetc.o build/temp.linux-x86_64-2.2/uma
in.o build/temp.linux-x86_64-2.2/usernm.o build/temp.linux-x86_64-2.2/slinks.o b
uild/temp.linux-x86_64-2.2/colors.o build/temp.linux-x86_64-2.2/connect.o build/
temp.linux-x86_64-2.2/cursors.o build/temp.linux-x86_64-2.2/errors.o build/temp.
linux-x86_64-2.2/events.o build/temp.linux-x86_64-2.2/fills.o build/temp.linux-x
86_64-2.2/fonts.o build/temp.linux-x86_64-2.2/images.o build/temp.linux-x86_64-2
..2/lines.o build/temp.linux-x86_64-2.2/pals.o build/temp.linux-x86_64-2.2/pwin.o
build/temp.linux-x86_64-2.2/resource.o build/temp.linux-x86_64-2.2/rgbread.o bu
ild/temp.linux-x86_64-2.2/textout.o build/temp.linux-x86_64-2.2/rect.o build/tem
p.linux-x86_64-2.2/clips.o build/temp.linux-x86_64-2.2/points.o build/temp.linux
-x86_64-2.2/hash.o build/temp.linux-x86_64-2.2/hash0.o build/temp.linux-x86_64-2
..2/mm.o build/temp.linux-x86_64-2.2/alarms.o build/temp.linux-x86_64-2.2/pstrcpy
..o build/temp.linux-x86_64-2.2/pstrncat.o build/temp.linux-x86_64-2.2/p595.o bui
ld/temp.linux-x86_64-2.2/bitrev.o build/temp.linux-x86_64-2.2/bitlrot.o build/te
mp.linux-x86_64-2.2/bitmrot.o -LLib/xplt/. -LLib/xplt/src -L/usr/X11R6/lib -L/us
r/lib -L/usr/X11R6/lib -Lbuild/temp.linux-x86_64-2.2 - -lm -o build/lib.linu
x-x86_64-2.2/scipy/xplt/gistC.so" failed with exit status 1"

Thanks in advance

Regards
Balaraju

__________________________________________________ __________________________________
Sucker-punch spam with award-winning protection.
Try the free Yahoo! Mail Beta.
http://advision.webevents.yahoo.com/...ures_spam.html
Mar 21 '07 #1
0 1105

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: avik | last post by:
Hi. I need to use SciPy (a library of scientific tools for python) but I runned upon a problem after installing it. I downloaded the binaries from scipy.org and copied the contents of the archive...
3
by: hawkesed | last post by:
Hi All, has anyone out there recently set up scipy on Windows? Cause I am trying to do so know and I am not having much luck. I have ActiveState and Plone. When I try to import scipy in...
1
by: tkpmep | last post by:
I installed SciPy and NumPy (0.9.5, because 0.9.6 does not work with the current version of SciPy), and had some teething troubles. I looked around for help and observed that the tutorial is dated...
0
by: Julien Fiore | last post by:
Hi, I have problems trying to install the scipy.weave package. I run Python 2.4 on windows XP and my C compiler is MinGW. Below is the output of scipy.weave.test(). I read that the tests should...
2
by: Aage Andersen | last post by:
I am exploring the modules scipy and linalg using python under Win XP and IDLE. Defining m=matrix( .. ) and trying to compute the inverse of m: I get an array: This is unfortunate. I...
1
by: tkpmep | last post by:
I'm trying to optimize a function using SciPy's optimize.fmin, but am clearly getting the syntax wrong, and would be grateful for some guiidance. First, here's the function def func(Y,x): """Y...
2
by: robert | last post by:
I'm using latest numpy & scipy. What is this problem ? : RuntimeError: module compiled against version 1000002 of C-API but this version of numpy is 1000009 Traceback (most recent call last):...
2
by: Peter Maas | last post by:
I tried some scipy examples using scipy 0.52, numpy 1.02 and python 2.5 on a WinXP SP2 machine. numpy.linalg.det() works but scipy.linalg.det() crashes python. Has anybody experienced this and can...
2
by: Frank Moyles | last post by:
Hi, I want to use SciPy library. I am using W2k, and ActiveState Python 2.5. I have succesfully numpy, but when I run the scipy-0.6.0.win32-py2.5.exe (from the downloads section on the SciPy...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.