Re: [Numpy-discussion] Installing numpy-mkl binary on top of Python(x, y)

2013-01-27 Thread josef . pktd
On Sun, Jan 27, 2013 at 2:54 PM, Christoph Gohlke wrote: > On 1/27/2013 11:40 AM, olli.wal...@elisanet.fi wrote: >> Hi, >> >> if I want to have a painless Python installation build against Intel MKL on >> Windows, one obvious choice is to just buy the EPD package. However, >> as I already do have

Re: [Numpy-discussion] Installing numpy-mkl binary on top of Python(x, y)

2013-01-27 Thread Christoph Gohlke
On 1/27/2013 11:40 AM, olli.wal...@elisanet.fi wrote: > Hi, > > if I want to have a painless Python installation build against Intel MKL on > Windows, one obvious choice is to just buy the EPD package. However, > as I already do have a C++ licence of the MKL library I was wondering if I > could j

[Numpy-discussion] Installing numpy-mkl binary on top of Python(x, y)

2013-01-27 Thread olli . wallin
Hi, if I want to have a painless Python installation build against Intel MKL on Windows, one obvious choice is to just buy the EPD package. However, as I already do have a C++ licence of the MKL library I was wondering if I could just install the Python(x,y) -distribution and then take one of

Re: [Numpy-discussion] installing numpy in jython (in Netbeans)

2012-08-30 Thread Todd Brunhoff
On 8/27/2012 9:51 AM, Chris Barker wrote: > On Sun, Aug 26, 2012 at 8:53 PM, Todd Brunhoff wrote: >> Chris, >> winpdb is ok, although it is only a graphic debugger, not an ide, emphasis >> on the 'd'. > yup -- I mentioned, that as you seem to like NB -- and I know I try to > use the same editor

Re: [Numpy-discussion] installing numpy in jython (in Netbeans)

2012-08-27 Thread Chris Barker
On Sun, Aug 26, 2012 at 8:53 PM, Todd Brunhoff wrote: > Chris, > winpdb is ok, although it is only a graphic debugger, not an ide, emphasis > on the 'd'. yup -- I mentioned, that as you seem to like NB -- and I know I try to use the same editor for eveything. But if you want a nice full-on IDE

Re: [Numpy-discussion] installing numpy in jython (in Netbeans)

2012-08-26 Thread Todd Brunhoff
Chris, I appreciate the pointers, which appear to confirm that numpy and jython are a ways out. I can see where the c-api support in jython would be required by numpy's implementation. > 1) [NetBeans support for CPython] -- Maybe this: > http://wiki.netbeans.org/Python That seems outdated. I ha

Re: [Numpy-discussion] installing numpy in jython (in Netbeans)

2012-08-26 Thread Chris Barker
Todd, The short version is: you can't do that. -- Jython uses the JVM, numpy is very, very tied into the CPython runtime. This thread is a bit old, but think still holds: http://stackoverflow.com/questions/3097466/using-numpy-and-cpython-with-jython There is the junumeric project, but it doesn'

[Numpy-discussion] installing numpy in jython (in Netbeans)

2012-08-26 Thread Todd Brunhoff
Being a newbie to this list, I recognize that the answer to this might be "why would you do that?". But surely it can't be worse than that. Briefly put, I want to install numpy and scipy in jython (reasons below). Running 'cd ; jython setup.py install' runs into errors. But installing he same

Re: [Numpy-discussion] Installing numpy

2011-01-18 Thread Jonathan Tu
Hi, I have installed numpy but the unit tests fail. When I ran them, I got Traceback (most recent call last): File "/home/jhtu/local/lib/python2.7/site-packages/numpy/testing/ decorators.py", line 215, in knownfailer return f(*args, **kwargs) File "/home/jhtu/local/lib/python2.7/site

Re: [Numpy-discussion] Installing numpy

2011-01-18 Thread Ilan Schnell
The MKL configuration looks right, except that I had to use: mkl_libs = mkl_intel_lp64, mkl_intel_thread, mkl_core, iomp5 During the build process, it should tell you what it is linking aginast. Look at the compiler options passed to icc. - Ilan On Tue, Jan 18, 2011 at 2:31 PM, Jonathan Tu wro

Re: [Numpy-discussion] Installing numpy

2011-01-18 Thread Jonathan Tu
Hi, I realized that my cluster has MKL installed. I've been trying to install against MKL, but am having trouble getting this to work. After it finishes, I do import numpy numpy.show_config() and nothing about the MKL libraries shows up. I have edited site.cfg to read like this: [mkl]

Re: [Numpy-discussion] Installing numpy

2011-01-18 Thread Ilan Schnell
Hello Jonathan, yes, numpy work fine under Python 2.7 now. I don't see why building numpy against the system ATLAS should not work, as long as you install the developer version with the header files, and make sure that you edit the site.cfg file correct. - Ilan On Tue, Jan 18, 2011 at 10:39 AM,

[Numpy-discussion] Installing numpy

2011-01-18 Thread Jonathan Tu
Hi, I need to reinstall numpy because the cluster I am using was recently overhauled. I am wondering if numpy works with Python 2.7 now. Also, I would like numpy to run as fast as possible. The last time I did this, I was advised to install ATLAS by hand, as the one that comes with RHEL i

Re: [Numpy-discussion] Installing numpy with MKL

2010-08-06 Thread Francesc Alted
2010/8/5, David Warde-Farley : > I've been having a similar problem compiling NumPy with MKL on a cluster > with a site-wide license. Dag's site.cfg fails to config if I use 'iomp5' in > it, since (at least with this version, 11.1) libiomp5 is located in > > /scinet/gpc/intel/Compiler/11.1/07

Re: [Numpy-discussion] Installing numpy with MKL

2010-08-05 Thread David Warde-Farley
On 2010-08-05, at 4:53 PM, Søren Gammelmark wrote: > It seems to me, that you are using an libiomp5 for Intel Itanium > (lib/intel64) or such, but an MKL for EM64T-processors (lib/em64t). In > my case I used EM64T in all cases (I'm running AMD Opteron) . I don't > think the two types of librar

Re: [Numpy-discussion] Installing numpy with MKL

2010-08-05 Thread Matthieu Brucher
> I've been having a similar problem compiling NumPy with MKL on a cluster with > a site-wide license. Dag's site.cfg fails to config if I use 'iomp5' in it, > since (at least with this version, 11.1) libiomp5 is located in > >        /scinet/gpc/intel/Compiler/11.1/072/lib/intel64/ > > whereas t

Re: [Numpy-discussion] Installing numpy with MKL

2010-08-05 Thread Søren Gammelmark
It seems to me, that you are using an libiomp5 for Intel Itanium (lib/intel64) or such, but an MKL for EM64T-processors (lib/em64t). In my case I used EM64T in all cases (I'm running AMD Opteron) . I don't think the two types of libraries are compatible, but I might be wrong. /Søren On 05-08-

Re: [Numpy-discussion] Installing numpy with MKL

2010-08-05 Thread David Warde-Farley
On 2010-08-04, at 2:18 AM, Matthieu Brucher wrote: > 2010/8/4 Søren Gammelmark : >> >>> >>> I wouldn't know for sure, but could this be related to changes to the >>> gcc compiler in Fedora 13 (with respect to implicit DSO linking) or >>> would that only be an issue at build-time? >>> >>> http:

Re: [Numpy-discussion] Installing numpy with MKL

2010-08-03 Thread Matthieu Brucher
2010/8/4 Søren Gammelmark : > >> >> I wouldn't know for sure, but could this be related to changes to the >> gcc compiler in Fedora 13 (with respect to implicit DSO linking) or >> would that only be an issue at build-time? >> >> http://fedoraproject.org/w/index.php?title=UnderstandingDSOLinkChange

Re: [Numpy-discussion] Installing numpy with MKL

2010-08-03 Thread Søren Gammelmark
> > I wouldn't know for sure, but could this be related to changes to the > gcc compiler in Fedora 13 (with respect to implicit DSO linking) or > would that only be an issue at build-time? > > http://fedoraproject.org/w/index.php?title=UnderstandingDSOLinkChange I'm not entirely sure I understa

Re: [Numpy-discussion] Installing numpy with MKL

2010-08-03 Thread Benjamin Root
On Tue, Aug 3, 2010 at 3:31 PM, Søren Gammelmark wrote: > I feel a bit silly :-) > The compile now appear to work. Sort of. I discovered I had sneaken in a > "pthreads" in the mkl_libs line, which is obviously not in the > mkl-directory (I had stolen this line from a stand-alone program I wrote >

Re: [Numpy-discussion] Installing numpy with MKL

2010-08-03 Thread Søren Gammelmark
I feel a bit silly :-) The compile now appear to work. Sort of. I discovered I had sneaken in a "pthreads" in the mkl_libs line, which is obviously not in the mkl-directory (I had stolen this line from a stand-alone program I wrote at some point). The error message is a bit confusing though - th

Re: [Numpy-discussion] Installing numpy with MKL

2010-08-03 Thread Dag Sverre Seljebotn
Søren Gammelmark wrote: > Hi everyone > > I realize that this e-mail has been written a lot of times before. I > have, however, not been able to make it work even though I have looked > through a lot of e-mails on the mailinglist. I apologize if the > solution is written neatly somewhere. In my

[Numpy-discussion] Installing numpy with MKL

2010-08-03 Thread Søren Gammelmark
Hi everyone I realize that this e-mail has been written a lot of times before. I have, however, not been able to make it work even though I have looked through a lot of e-mails on the mailinglist. I apologize if the solution is written neatly somewhere. As many others I would like to install

Re: [Numpy-discussion] Installing numpy on py 3.1.2 , osx

2010-06-13 Thread David
On 06/14/2010 08:10 AM, Vincent Davis wrote: > > I kinda get that, I posted on the nose list ask what source/version to > install. I installed the most recent. They have a special branch for py3k support, I think you have to use that, cheers, David __

Re: [Numpy-discussion] Installing numpy on py 3.1.2 , osx

2010-06-13 Thread Vincent Davis
On Sun, Jun 13, 2010 at 5:06 PM, David Cournapeau wrote: > > > On Mon, Jun 14, 2010 at 5:17 AM, Vincent Davis > wrote: >> >> As an update. I was able to get py 3.2.1 current source to build/install. >> After that I was able to build and install the current numpy. Everything >> seems ok. >> I did

Re: [Numpy-discussion] Installing numpy on py 3.1.2 , osx

2010-06-13 Thread David Cournapeau
On Mon, Jun 14, 2010 at 5:17 AM, Vincent Davis wrote: > As an update. I was able to get py 3.2.1 current source to build/install. > After that I was able to build and install the current numpy. Everything > seems ok. > I did try to run the tests but get an error. It looks like nose has a > problem

Re: [Numpy-discussion] Installing numpy on py 3.1.2 , osx

2010-06-13 Thread Vincent Davis
As an update. I was able to get py 3.2.1 current source to build/install. After that I was able to build and install the current numpy. Everything seems ok. I did try to run the tests but get an error. It looks like nose has a problem. >>> np.test() Running unit tests for numpy Traceback (most rec

Re: [Numpy-discussion] Installing numpy on py 3.1.2 , osx

2010-06-08 Thread Vincent Davis
Have any of you built py 3.1.2 from source on a mac? Vincent On Tue, Jun 8, 2010 at 6:56 PM, David wrote: > On 06/09/2010 08:04 AM, Vincent Davis wrote: >> I do have limits.h in 10.4 sdk >> >> So what next. Ay Ideas? >> I had tried to build py 3.1.2 from source but that did not work either. > > I

Re: [Numpy-discussion] Installing numpy on py 3.1.2 , osx

2010-06-08 Thread David
On 06/09/2010 08:04 AM, Vincent Davis wrote: > I do have limits.h in 10.4 sdk > > So what next. Ay Ideas? > I had tried to build py 3.1.2 from source but that did not work either. I had the same issue when I tried the python 3 branch on mac os x. I have not found the issue yet, but I am afraid it

Re: [Numpy-discussion] Installing numpy on py 3.1.2 , osx

2010-06-08 Thread Vincent Davis
I do have limits.h in 10.4 sdk So what next. Ay Ideas? I had tried to build py 3.1.2 from source but that did not work either. Thanks Vincent On Tue, Jun 8, 2010 at 3:15 PM, Zachary Pincus wrote: > Hi Vincent, > > I'm not really sure -- now the build is using the 10.4 SDK but still > not findin

Re: [Numpy-discussion] Installing numpy on py 3.1.2 , osx

2010-06-08 Thread Zachary Pincus
Hi Vincent, I'm not really sure -- now the build is using the 10.4 SDK but still not finding the right headers. Could you check to see that the following file exists: /Developer/SDKs/MacOSX10.4u.sdk/usr/include/limits.h If it does, then I'm really not sure what's going on. Zach On Jun 8, 2

Re: [Numpy-discussion] Installing numpy on py 3.1.2 , osx

2010-06-08 Thread Zachary Pincus
> Failed again, I have attached the output including the execution of > the above commands. > Thanks for link to the environment variables, I need to read that. In the attached file (and the one from the next email too) I didn't see the MACOSX_DEPLOYMENT_TARGET=10.4 export MACOSX_DEPLOYMENT_TA

Re: [Numpy-discussion] Installing numpy on py 3.1.2 , osx

2010-06-08 Thread Zachary Pincus
> On Tue, Jun 8, 2010 at 7:58 AM, Zachary Pincus > wrote: >> This is unexpected, from the error log: >>> /Library/Frameworks/Python.framework/Versions/3.1/include/python3.1/ >>> Python.h:11:20: error: limits.h: No such file or directory >> >> No good... it can't find basic system headers. Perhaps

Re: [Numpy-discussion] Installing numpy on py 3.1.2 , osx

2010-06-08 Thread Vincent Davis
On Tue, Jun 8, 2010 at 7:58 AM, Zachary Pincus wrote: > This is unexpected, from the error log: >> /Library/Frameworks/Python.framework/Versions/3.1/include/python3.1/ >> Python.h:11:20: error: limits.h: No such file or directory > > No good... it can't find basic system headers. Perhaps it's due

Re: [Numpy-discussion] Installing numpy on py 3.1.2 , osx

2010-06-08 Thread Zachary Pincus
This is unexpected, from the error log: > /Library/Frameworks/Python.framework/Versions/3.1/include/python3.1/ > Python.h:11:20: error: limits.h: No such file or directory No good... it can't find basic system headers. Perhaps it's due to the MACOSX_DEPLOYMENT_TARGET environment variable that w

Re: [Numpy-discussion] Installing numpy on py 3.1.2 , osx

2010-06-07 Thread Vincent Davis
On Mon, Jun 7, 2010 at 7:26 PM, Ralf Gommers wrote: > > > On Tue, Jun 8, 2010 at 4:46 AM, Vincent Davis > wrote: >> >> On Mon, Jun 7, 2010 at 2:11 PM, Skipper Seabold >> wrote: >> > On Mon, Jun 7, 2010 at 4:02 PM, Vincent Davis >> > wrote: >> >>   "Cannot compile 'Python.h'. Perhaps you need to

Re: [Numpy-discussion] Installing numpy on py 3.1.2 , osx

2010-06-07 Thread Ralf Gommers
On Tue, Jun 8, 2010 at 4:46 AM, Vincent Davis wrote: > On Mon, Jun 7, 2010 at 2:11 PM, Skipper Seabold > wrote: > > On Mon, Jun 7, 2010 at 4:02 PM, Vincent Davis > wrote: > >> "Cannot compile 'Python.h'. Perhaps you need to "\ > >> SystemError: Cannot compile 'Python.h'. Perhaps you need to in

Re: [Numpy-discussion] Installing numpy on py 3.1.2 , osx

2010-06-07 Thread Charles R Harris
On Mon, Jun 7, 2010 at 3:19 PM, Vincent Davis wrote: > On Mon, Jun 7, 2010 at 2:54 PM, Zachary Pincus > wrote: > > Hi Vincent, > > > > (1) Fortran compiler isn't necessary for numpy, but is for scipy, > > which isn't ported to python 3 yet. > > (2) Could you put up on pastebin or somewhere online

Re: [Numpy-discussion] Installing numpy on py 3.1.2 , osx

2010-06-07 Thread Vincent Davis
Well I am way from my computer so I am not sure what's up. You might give it a bit? Vincent On Monday, June 7, 2010, Zachary Pincus wrote: > > On Jun 7, 2010, at 5:19 PM, Vincent Davis wrote: > >> Here is a link to the full output after typing python setup.py build. >> https://docs.google.com/Doc

Re: [Numpy-discussion] Installing numpy on py 3.1.2 , osx

2010-06-07 Thread Zachary Pincus
On Jun 7, 2010, at 5:19 PM, Vincent Davis wrote: > Here is a link to the full output after typing python setup.py build. > https://docs.google.com/Doc?docid=0AVQgwG2qUDgdZGYyaGo0NjNfMjI5Z3BraHd6ZDg&hl=en that's just bringing up an empty document page for me... ___

Re: [Numpy-discussion] Installing numpy on py 3.1.2 , osx

2010-06-07 Thread Vincent Davis
On Mon, Jun 7, 2010 at 2:54 PM, Zachary Pincus wrote: > Hi Vincent, > > (1) Fortran compiler isn't necessary for numpy, but is for scipy, > which isn't ported to python 3 yet. > (2) Could you put up on pastebin or somewhere online the full error > you got? > > The problem isn't one of not finding

Re: [Numpy-discussion] Installing numpy on py 3.1.2 , osx

2010-06-07 Thread Zachary Pincus
Hi Vincent, (1) Fortran compiler isn't necessary for numpy, but is for scipy, which isn't ported to python 3 yet. (2) Could you put up on pastebin or somewhere online the full error you got? The problem isn't one of not finding the Python.h header file, which will be present in the Python 3

Re: [Numpy-discussion] Installing numpy on py 3.1.2 , osx

2010-06-07 Thread Vincent Davis
On Mon, Jun 7, 2010 at 2:11 PM, Skipper Seabold wrote: > On Mon, Jun 7, 2010 at 4:02 PM, Vincent Davis > wrote: >> Going down the prerequisite list I have. >> >> Python 3.1.2 (r312:79360M, Mar 24 2010, 01:33:18) >> [GCC 4.0.1 (Apple Inc. build 5493)] on darwin >> Type "help", "copyright", "credi

Re: [Numpy-discussion] Installing numpy on py 3.1.2 , osx

2010-06-07 Thread Skipper Seabold
On Mon, Jun 7, 2010 at 4:02 PM, Vincent Davis wrote: > Going down the prerequisite list I have. > > Python 3.1.2 (r312:79360M, Mar 24 2010, 01:33:18) > [GCC 4.0.1 (Apple Inc. build 5493)] on darwin > Type "help", "copyright", "credits" or "license" for more information. > nose.__version__ > '

[Numpy-discussion] Installing numpy on py 3.1.2 , osx

2010-06-07 Thread Vincent Davis
Going down the prerequisite list I have. Python 3.1.2 (r312:79360M, Mar 24 2010, 01:33:18) [GCC 4.0.1 (Apple Inc. build 5493)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> nose.__version__ '0.11.0' I don't really understand the fortran stuff so so I just e

Re: [Numpy-discussion] Installing numpy under cygwin

2009-11-28 Thread Olivia Cheronet
Thank you. This time the building of Numpy worked with no error message. However, when I now try to import Numpy in Python, there is a problem with lapack_lite (see below). Thanks again! Olivia $ python Python 2.5.2 (r252:60911, Dec 2 2008, 09:26:14) [GCC 3.4.4 (cygming special, gdc 0.12,

Re: [Numpy-discussion] Installing numpy under cygwin

2009-11-27 Thread David Cournapeau
On Fri, Nov 27, 2009 at 7:11 PM, Olivia Cheronet wrote: > Hi, > > I have tried to remove my entire numpy directory and starting to build it > again from a newly downloaded source (numpy-1.3.0.tar.gz), but it has made no > difference. Please update to the trunk - I can see the error as well for

Re: [Numpy-discussion] Installing numpy under cygwin

2009-11-27 Thread Olivia Cheronet
Hi, I have tried to remove my entire numpy directory and starting to build it again from a newly downloaded source (numpy-1.3.0.tar.gz), but it has made no difference. I still get the output below. Thank you for the suggestions, Olivia ... ... ... creating build/temp.cygwin-1.5.25-i686-2.5 cre

Re: [Numpy-discussion] Installing numpy under cygwin

2009-11-25 Thread David Cournapeau
On Wed, Nov 25, 2009 at 7:07 PM, Olivia Cheronet wrote: > The npy_math.c is attached here. > I have just tested a fresh svn checkout, and could built numpy correctly on cygwin. I would suggest you update your sources, and build from scratch (i.e. remove the entire build directory and start from s

Re: [Numpy-discussion] Installing numpy under cygwin

2009-11-25 Thread Olivia Cheronet
The npy_math.c is attached here. Cheers, Olivia - Original Message > On Wed, Nov 25, 2009 at 6:42 PM, Olivia Cheronet > wrote: > > The crt0.o file was indeed missing. I have reinstalled cygwin from the > > cygwin > setup.exe (as it seemed to be included therein), and it seems to have

Re: [Numpy-discussion] Installing numpy under cygwin

2009-11-25 Thread David Cournapeau
On Wed, Nov 25, 2009 at 6:42 PM, Olivia Cheronet wrote: > The crt0.o file was indeed missing. I have reinstalled cygwin from the cygwin > setup.exe (as it seemed to be included therein), and it seems to have solved > that. > > compile options: '-Inumpy/core/include > -Ibuild/src.cygwin-1.5.25-i

Re: [Numpy-discussion] Installing numpy under cygwin

2009-11-25 Thread Olivia Cheronet
The crt0.o file was indeed missing. I have reinstalled cygwin from the cygwin setup.exe (as it seemed to be included therein), and it seems to have solved that. However, I now get the error below. Thanks, Olivia _ Running fr

Re: [Numpy-discussion] Installing numpy under cygwin

2009-11-25 Thread David Cournapeau
Olivia Cheronet wrote: > compile options: '-Inumpy/core/src -Inumpy/core/include > -I/usr/include/python2.5 -c' > gcc: _configtest.c > gcc _configtest.o -llibm.a -o _configtest.exe > /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: crt0.o: > No such file: No such file or direc

Re: [Numpy-discussion] Installing numpy under cygwin

2009-11-24 Thread Olivia Cheronet
Hello David, Below is the full log. Thanks very much for the help. Olivia Running from numpy source directory. non-existing path in 'numpy/distutils': 'site.cfg' F2PY Version 2 blas_opt_info: blas_mkl_info: libraries mkl,vml,guide not found in /usr/local/lib libraries mkl,vml,guide not fou

Re: [Numpy-discussion] Installing numpy under cygwin

2009-11-24 Thread David Cournapeau
Hi Olivia, On Mon, Nov 23, 2009 at 6:51 AM, Olivia Cheronet wrote: > Hello, > >  I attempted to install Numpy for my Cygwin python again, by simply executing: >  >python setup.py install > >  However, I now get the following: >  >File "numpy/core/setup.py", line 253, in check_mathlib >  >  raise

Re: [Numpy-discussion] Installing numpy under cygwin

2009-11-22 Thread Olivia Cheronet
David Cournapeau > To: Discussion of Numerical Python > Sent: Wed, November 18, 2009 9:01:06 AM > Subject: Re: [Numpy-discussion] Installing numpy under cygwin > > Olivia Cheronet wrote: > > Hello. > > > > I am currently trying to install the latest version of

Re: [Numpy-discussion] Installing numpy under cygwin

2009-11-18 Thread Olivia Cheronet
rerun setup.py after setting the >MATHLIB >env variable I have a math library from cygwin (libm.a). How should I set this? Thank you, Olivia - Original Message > From: David Cournapeau > To: Discussion of Numerical Python > Sent: Wed, November 18, 2009 9:01:06 AM > Subj

Re: [Numpy-discussion] Installing numpy under cygwin

2009-11-18 Thread David Cournapeau
Olivia Cheronet wrote: > Hello. > > I am currently trying to install the latest version of NumPy for my cygwin > Python, and I am having problems... > > I have downloaded the source, and unzipped and untarred it in my home > directory. > Subsequently, I included the following in the site.cfg file

[Numpy-discussion] Installing numpy under cygwin

2009-11-18 Thread Olivia Cheronet
Hello. I am currently trying to install the latest version of NumPy for my cygwin Python, and I am having problems... I have downloaded the source, and unzipped and untarred it in my home directory. Subsequently, I included the following in the site.cfg file: >[DEFAULT] >library_dirs = /cygdrive

Re: [Numpy-discussion] installing numpy with Python2.5 already present

2009-01-02 Thread josef . pktd
On Sat, Jan 3, 2009 at 12:24 AM, David Cournapeau wrote: > On Sat, Jan 3, 2009 at 2:11 PM, Mike Landis wrote: >> This time I included both ATLAS and MKL in the site.cfg file and got >> a little further... D:\temp\numpy-1.2.1\site.cfg now looks like: >> ... >> ValueError: invalid version number '

Re: [Numpy-discussion] installing numpy with Python2.5 already present

2009-01-02 Thread David Cournapeau
On Sat, Jan 3, 2009 at 2:11 PM, Mike Landis wrote: > This time I included both ATLAS and MKL in the site.cfg file and got > a little further... D:\temp\numpy-1.2.1\site.cfg now looks like: > ... > ValueError: invalid version number '2.18.50.20080625' This is a bug in python. Really, you should u

[Numpy-discussion] installing numpy with Python2.5 already present

2009-01-02 Thread Mike Landis
This time I included both ATLAS and MKL in the site.cfg file and got a little further... D:\temp\numpy-1.2.1\site.cfg now looks like: [atlas] library_dirs = d:\Docs\ATLAS\build\lib atlas_libs = lapack, f77blas, cblas, atlas [mkl] include_dirs = D:\Programs\Intel\MKL\10.1.0.018\include library_d

Re: [Numpy-discussion] installing numpy and scipy on OS X 10.4

2008-09-17 Thread Robert Kern
On Wed, Sep 17, 2008 at 11:54, W Bradley Knox <[EMAIL PROTECTED]> wrote: > Hi everyone, > > I'm trying to install numpy and scipy on my Mac that runs OS X 10.4. > It looks like my only option is to use the subversion copies. After > running "python setup.py install" in the numpy directory, it seems

Re: [Numpy-discussion] installing numpy and scipy on OS X 10.4

2008-09-17 Thread W Bradley Knox
Okay, nevermind. I was able to install using the Superpack, even though I'm using MacPython (ActivePython is supposedly required). Brad On Wed, Sep 17, 2008 at 11:54 AM, W Bradley Knox <[EMAIL PROTECTED]> wrote: > Hi everyone, > > I'm trying to install numpy and scipy on my Mac that runs OS X 10.

[Numpy-discussion] installing numpy and scipy on OS X 10.4

2008-09-17 Thread W Bradley Knox
Hi everyone, I'm trying to install numpy and scipy on my Mac that runs OS X 10.4. It looks like my only option is to use the subversion copies. After running "python setup.py install" in the numpy directory, it seems to install, despite some error messages tucked away in the middle of the installa

Re: [Numpy-discussion] Installing numpy/scipy on CentOS 4

2008-05-12 Thread David Cournapeau
Robert Kern wrote: > > It's still called libf77blas regardless. Well, you don't have ATLAS > installed. Or if you do, it's an extremely weird installation of > ATLAS. It is weird, but there is a rationale to the weirdness :) It is basically imposible to build a rpm for ATLAS, because every build

Re: [Numpy-discussion] Installing numpy/scipy on CentOS 4

2008-05-12 Thread David Cournapeau
Chris Miller wrote: > Hello, > I'm having trouble getting the python-numpy RPM to build under > CentOS 4.6. I've already built and installed atlas, lapack3 and > refblas3 from the CentOS 5 source RPMS, but numpy won't build > correctly. Although the ultimate error may be unrelated to Atlas, >

Re: [Numpy-discussion] Installing numpy/scipy on CentOS 4

2008-05-12 Thread Robert Kern
On Mon, May 12, 2008 at 3:44 PM, Chris Miller <[EMAIL PROTECTED]> wrote: > Robert, > I looked in the build directory from Atlas and it is indeed > generating the additional libraries. I copied them over to /usr/lib > and rebuilt the numpy RPM. Indeed the behavior is different, and > nump

Re: [Numpy-discussion] Installing numpy/scipy on CentOS 4

2008-05-12 Thread Chris Miller
Robert, I looked in the build directory from Atlas and it is indeed generating the additional libraries. I copied them over to /usr/lib and rebuilt the numpy RPM. Indeed the behavior is different, and numpy sees the libraries. Of course some new oddities have entered the equation. Speci

Re: [Numpy-discussion] Installing numpy/scipy on CentOS 4

2008-05-12 Thread Chris Miller
Robert Kern wrote: > On Mon, May 12, 2008 at 2:19 PM, Chris Miller <[EMAIL PROTECTED]> wrote: >> On the f77 stuff, I read specifically to delete the gcc-f77 package >> as that conflicts with gcc-gfortran. The latter we are using is >> actually gcc4 not gcc3 (fyi). I see in Atlas that G77 is def

Re: [Numpy-discussion] Installing numpy/scipy on CentOS 4

2008-05-12 Thread Robert Kern
On Mon, May 12, 2008 at 2:19 PM, Chris Miller <[EMAIL PROTECTED]> wrote: > Robert Kern wrote: > > > Okay, can you also do the following: > > > > $ ls -l /usr/lib/lib{lapack,f77blas,cblas,atlas}.* > > $ ls -l /usr/lib/atlas/lib{lapack,f77blas,cblas,atlas}.* > > -rw-r--r-- 1 root root 50837

Re: [Numpy-discussion] Installing numpy/scipy on CentOS 4

2008-05-12 Thread Chris Miller
Robert Kern wrote: > Okay, can you also do the following: > > $ ls -l /usr/lib/lib{lapack,f77blas,cblas,atlas}.* > $ ls -l /usr/lib/atlas/lib{lapack,f77blas,cblas,atlas}.* -rw-r--r-- 1 root root 5083708 May 9 16:10 /usr/lib/liblapack.a lrwxrwxrwx 1 root root 18 May 11 10:47 /usr/lib/

Re: [Numpy-discussion] Installing numpy/scipy on CentOS 4

2008-05-12 Thread Robert Kern
On Mon, May 12, 2008 at 1:10 PM, Chris Miller <[EMAIL PROTECTED]> wrote: > Robert Kern wrote: > > > Can you show us > > > > $ ls -l /usr/lib/atlas/sse2 > > # ls -l /usr/lib/atlas/sse2 > total 3868 > -rw-r--r-- 1 root root 3705240 May 11 13:02 libblas.so.3.0 > -rw-r--r-- 1 root root 2434

Re: [Numpy-discussion] Installing numpy/scipy on CentOS 4

2008-05-12 Thread Chris Miller
Robert Kern wrote: > Can you show us > > $ ls -l /usr/lib/atlas/sse2 # ls -l /usr/lib/atlas/sse2 total 3868 -rw-r--r-- 1 root root 3705240 May 11 13:02 libblas.so.3.0 -rw-r--r-- 1 root root 243466 May 11 13:02 liblapack.so.3.0 Chris ___ Numpy-di

Re: [Numpy-discussion] Installing numpy/scipy on CentOS 4

2008-05-12 Thread Robert Kern
On Mon, May 12, 2008 at 12:29 PM, Chris Miller <[EMAIL PROTECTED]> wrote: > Robert Kern wrote: > > > It looks like nothing actually executed "python setup.py install" to > > put the files into /var/tmp/python-numpy-1.0.4-build/. I suspect a > > problem in the spec file. Unfortunately, I am not f

Re: [Numpy-discussion] Installing numpy/scipy on CentOS 4

2008-05-12 Thread Chris Miller
Robert Kern wrote: > It looks like nothing actually executed "python setup.py install" to > put the files into /var/tmp/python-numpy-1.0.4-build/. I suspect a > problem in the spec file. Unfortunately, I am not familiar with > building RPMs, so I don't know where you got the spec file from or > wh

Re: [Numpy-discussion] Installing numpy/scipy on CentOS 4

2008-05-12 Thread Robert Kern
On Mon, May 12, 2008 at 11:50 AM, Chris Miller <[EMAIL PROTECTED]> wrote: > > Hello, > I'm having trouble getting the python-numpy RPM to build under > CentOS 4.6. I've already built and installed atlas, lapack3 and > refblas3 from the CentOS 5 source RPMS, but numpy won't build > corre

[Numpy-discussion] Installing numpy/scipy on CentOS 4

2008-05-12 Thread Chris Miller
Hello, I'm having trouble getting the python-numpy RPM to build under CentOS 4.6. I've already built and installed atlas, lapack3 and refblas3 from the CentOS 5 source RPMS, but numpy won't build correctly. Although the ultimate error may be unrelated to Atlas, clearly not all the atlas de

Re: [Numpy-discussion] Installing Numpy on Python 2.3 Windows

2007-07-30 Thread Lisandro Dalcin
On 7/25/07, Amir Hirsch <[EMAIL PROTECTED]> wrote: > The Python 2.3 installation I am using came with OpenOffice.org 2.2 and it > must > not have registered python with Windows. I require PyUNO and Numpy (and > PyOpenGL and Ctypes) to work together for the application I am developing and > PyUno

[Numpy-discussion] Installing Numpy on Python 2.3 Windows

2007-07-28 Thread Amir Hirsch
Hi Everyone, I'm trying to install the Numpy package on Python 2.3 running under Windows. I downloaded numpy-1.0.3.win32-py2.3.exe and ran it, and it complains that "Python version 2.3 required, which was not found in the registry" The Python 2.3 installation I am using came with OpenOffice.org

Re: [Numpy-discussion] installing numpy, matplotlib, scipy from source on a Mac

2007-01-10 Thread belinda thom
I am posting this message to both numpy and matplotlib mailing lists because the thread relates to both. First, Robert Kern kindly provided step-by-step instructions for Macs (PPCs and Intels) regarding how to install FROM SOURCE the packages needed to allow Python to become a viable alterna

Re: [Numpy-discussion] Installing numpy from rpm

2007-01-07 Thread Satyendra Tomar
Thank you for your help. I was successful with your belowmentioned suggestions. Satyendra You've installed a SOURCE rpm -- what you need to do is build that rpm, then install the binary it produces: rpmbuild --rebuild numpy-1.0.1-1.src.rpm then look near the end of the output for where is p

Re: [Numpy-discussion] Installing numpy from rpm

2007-01-07 Thread Christopher Barker
Satyendra Tomar wrote: > I just used "rpm -Uvh numpy-1.0.1-1.src.rpm" to install numpy from the > rpm package, running under SuSE 10.1, 2.6.16.21 , > python 2.4.2 , GCC 4.1.0 but python can't still find the numpy module. You've installed a SOURCE rpm -- what you need to do i

[Numpy-discussion] Installing numpy from rpm

2007-01-06 Thread Satyendra Tomar
Hi, I'm entirely new to Python. I just used "rpm -Uvh numpy-1.0.1-1.src.rpm" to install numpy from the rpm package, running under SuSE 10.1, 2.6.16.21, python 2.4.2, GCC 4.1.0 but python can't still find the numpy module. What I only find is /usr/src/packages/SPECS/numpy.spec /usr/src/packages/