Re: [Numpy-discussion] Installation on Windows

2015-03-23 Thread Per Tunedal
Hi, thank you all! This turned out more complicated than I expected. I tried installing the indicated compiler VCForPython27.msi but that didn't change anything. On the other hand I don't want to install any special distribution of Python - I want to stick to the standard distribution to be sure

Re: [Numpy-discussion] Installation on Windows

2015-03-20 Thread Sebastian
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, as you ask how to install Numpy and not how to compile it, I guess you are looking for a so called distribution. A distribution bundles pre-compiled packages of Numpy and others together for simple usage of Numpy. Otherwise you have to compile

Re: [Numpy-discussion] Installation on Windows

2015-03-20 Thread Nathaniel Smith
On Mar 20, 2015 1:49 AM, "Jerome Kieffer" wrote: > > On Fri, 20 Mar 2015 09:45:41 +0100 > Per Tunedal wrote: > > > Hi, > > how do I install Numpy on Windows? I've tried the setup.py file, but get > > an error message: > > > > setup.py install > > > > gives: > > No module named msvccompiler in num

Re: [Numpy-discussion] Installation on Windows

2015-03-20 Thread Jerome Kieffer
On Fri, 20 Mar 2015 09:45:41 +0100 Per Tunedal wrote: > Hi, > how do I install Numpy on Windows? I've tried the setup.py file, but get > an error message: > > setup.py install > > gives: > No module named msvccompiler in numpy.distutils; trying from distutils > error: Unable to find vcvarsall.b

[Numpy-discussion] Installation on Windows

2015-03-20 Thread Per Tunedal
Hi, how do I install Numpy on Windows? I've tried the setup.py file, but get an error message: setup.py install gives: No module named msvccompiler in numpy.distutils; trying from distutils error: Unable to find vcvarsall.bat Yours, Per Tunedal ___ Num

Re: [Numpy-discussion] Installation bug on Python 3.3?

2013-08-05 Thread Jaakko Luttinen
I was able to install by downloading the package for version 1.7.1 from github and then running python3.3 setup.py install No errors given. So, the problem might be related to pip and the fact that python3.3 is installed locally in my personal home folder which is in a different filesystem th

[Numpy-discussion] Installation bug on Python 3.3?

2013-08-05 Thread Jaakko Luttinen
Hi, I'm trying to install NumPy 1.7.1 for Python 3.3 using pip install numpy However, I get the following error after a while: error: numpy.egg-info/dependency_links.txt: Operation not supported Is this a bug or am I doing something wrong? If it matters, I'm using virtualenv as I do no

Re: [Numpy-discussion] Installation problem: numpy1.5.1 + python2.7 + virtualenv-1, 5, 1

2011-04-06 Thread Vicent Mas
On 2011-04-05 Vicent Mas said: > Hi, > > I'm trying to install numpy1.5.1 in a virtual environment > (virtualenv-1.5.1) on my debian testing box. I'm using python 2.7 > installed from a debian package. > > [...] > > Doing the same with python2.6 (also from debian package) works just fine. > Cou

Re: [Numpy-discussion] Installation problem: numpy1.5.1 + python2.7 + virtualenv-1, 5, 1

2011-04-06 Thread Ralf Gommers
On Wed, Apr 6, 2011 at 8:08 PM, Ralf Gommers wrote: > On Tue, Apr 5, 2011 at 11:17 PM, Vicent Mas wrote: >> Hi, >> >> I'm trying to install numpy1.5.1 in a virtual environment (virtualenv-1.5.1) >> on my debian testing box. I'm using python 2.7 installed from a debian >> package. >> >> This is wh

Re: [Numpy-discussion] Installation problem: numpy1.5.1 + python2.7 + virtualenv-1, 5, 1

2011-04-06 Thread Ralf Gommers
On Tue, Apr 5, 2011 at 11:17 PM, Vicent Mas wrote: > Hi, > > I'm trying to install numpy1.5.1 in a virtual environment (virtualenv-1.5.1) > on my debian testing box. I'm using python 2.7 installed from a debian > package. > > This is what I get: > > (venv2.7)vmas@rachael$ python setup.py install >

[Numpy-discussion] Installation problem: numpy1.5.1 + python2.7 + virtualenv-1, 5, 1

2011-04-05 Thread Vicent Mas
Hi, I'm trying to install numpy1.5.1 in a virtual environment (virtualenv-1.5.1) on my debian testing box. I'm using python 2.7 installed from a debian package. This is what I get: (venv2.7)vmas@rachael$ python setup.py install Running from numpy source directory.F2PY Version 1 blas_opt_info:

Re: [Numpy-discussion] INSTALLATION ON CYGWIN

2010-04-11 Thread AKI
> Thanks Sebastian :).;But I think i will install Ubuntu on my system > :)..nowWindow 7 is giving me kind of trouble ..i wasted whole > night trying to make MiniGW 64 work for metoo much too do too little > time... > > Hope installing Scipy And Numpy will be easy on Ubuntu > > T

Re: [Numpy-discussion] INSTALLATION ON CYGWIN

2010-04-11 Thread Sebastian Haase
Hi Aki, what version of python of are you using ? Are you using the standard python.org Windows build ? Most people here use cygwin only to build python extensions (from source) - and use the numpy (currently version 1.3) and scipy from the sourceforge download page. Look for "superpack" to get so

[Numpy-discussion] INSTALLATION ON CYGWIN

2010-04-10 Thread AKI
There is too much out there which is making me confuse, I want to install Numpy and Scipy on cygwinCan some body give me steps...There is different version of Numpy ...which one i need to download.and how to check it after installing.. I already have cygwin full version on my pc... Ak

Re: [Numpy-discussion] installation issue with a non-standard location of a python build

2009-07-29 Thread Daniel Wheeler
Oh dear. I'd changed some environment variables when I switched to using python 2.6 and was accidentally using a local version of gcc, which evidently doesn't work correctly. Everything builds fine now. Thanks and sorry for the wasted time. On Tue, Jul 28, 2009 at 7:57 PM, David Cournapeau wrote:

Re: [Numpy-discussion] installation issue with a non-standard location of a python build

2009-07-28 Thread David Cournapeau
On Wed, Jul 29, 2009 at 2:38 AM, Daniel Wheeler wrote: > -Wall -Wstrict-prototypes -fPIC > > compile options: '-c' > gcc: _configtest.c > gcc: error trying to exec 'cc1': execvp: No such file or directory > gcc: error trying to exec 'cc1': execvp: No such file or directory That's your problem righ

Re: [Numpy-discussion] installation issue with a non-standard location of a python build

2009-07-28 Thread Daniel Wheeler
On Tue, Jul 28, 2009 at 12:02 PM, David Cournapeau wrote: > On Wed, Jul 29, 2009 at 12:38 AM, Daniel > Can you post the full output of python setup.py build ? Here it is: Running from numpy source directory. non-existing path in 'numpy/distutils': 'site.cfg' F2PY Version 2 blas_opt_info: blas_mkl

Re: [Numpy-discussion] installation issue with a non-standard location of a python build

2009-07-28 Thread David Cournapeau
On Wed, Jul 29, 2009 at 12:38 AM, Daniel Wheeler wrote: > Hi, > > I'm having an installation issue building numpy 1.3.0 using python > 2.6.2 which has been built in my local area in a non-standard place > and was configured with --prefix=/users/wd15/usr/i686/4.0. When I run > numpy's config ("pytho

[Numpy-discussion] installation issue with a non-standard location of a python build

2009-07-28 Thread Daniel Wheeler
Hi, I'm having an installation issue building numpy 1.3.0 using python 2.6.2 which has been built in my local area in a non-standard place and was configured with --prefix=/users/wd15/usr/i686/4.0. When I run numpy's config ("python setup.py config") everything seems to be fine. However, when I ru

Re: [Numpy-discussion] Installation problem with Numpy 1.3 onWindows AMD64

2009-05-30 Thread Dinesh B Vadhia
cussion of Numerical Python Subject: Re: [Numpy-discussion] Installation problem with Numpy 1.3 onWindows AMD64 On Sat, May 30, 2009 at 8:02 AM, Dinesh B Vadhia wrote: > Hi! I just upgraded to Python 2.6.2 (from 2.5) on Windows AMD64 in order to > use Numpy 1.3 for AMD64 and got the

Re: [Numpy-discussion] Installation problem with Numpy 1.3 on Windows AMD64

2009-05-30 Thread David Cournapeau
On Sat, May 30, 2009 at 8:02 AM, Dinesh B Vadhia wrote: > Hi!  I just upgraded to Python 2.6.2 (from 2.5) on Windows AMD64 in order to > use Numpy 1.3 for AMD64 and got the following error: > > - pythonw.exe has stopped working > > Numpy was installed both per-machine and per-user but the error pe

[Numpy-discussion] Installation problem with Numpy 1.3 on Windows AMD64

2009-05-29 Thread Dinesh B Vadhia
Hi! I just upgraded to Python 2.6.2 (from 2.5) on Windows AMD64 in order to use Numpy 1.3 for AMD64 and got the following error: - pythonw.exe has stopped working Numpy was installed both per-machine and per-user but the error persists. Python 2.6.2 works without Numpy. Any ideas? Dinesh

Re: [Numpy-discussion] Installation NumPy v.1.2.1 on Linux

2009-05-08 Thread Pauli Virtanen
Fri, 08 May 2009 11:45:51 +0400, Ilya A. Kozyreff kirjoitti: > $ python setup.py install --prefix=/nethome/ia/usr/ > > $ python -c 'import numpy; numpy.test()' [clip] > ImportError: No module named numpy [clip] > What I do wrong? http://docs.python.org/install/index.html#modifying-python-s-search

[Numpy-discussion] Installation NumPy v.1.2.1 on Linux

2009-05-08 Thread Ilya A. Kozyreff
From: Ilya A. Kozyreff [mailto:i...@jscc.ru] Sent: Friday, May 08, 2009 11:16 AM To: 'numpy-discussion@scipy.org' Subject: Installation NumPy v.1.2.1 on Linux Hi, all! I try to install NumPy v.1.2.1 on Red Hat Linux as user like this: $ python setup.py install --prefix=/nethome/i

Re: [Numpy-discussion] Installation Trouble

2008-11-02 Thread T J
Sorrywrong list. On Sun, Nov 2, 2008 at 11:34 AM, T J <[EMAIL PROTECTED]> wrote: > Hi, > > I'm having trouble installing PyUblas 0.93.1 (same problems from the > current git repository). I'm in ubuntu 8.04 with standard boost > packages (1.34.1, I believe). Do you have any suggestions? > > T

Re: [Numpy-discussion] installation problem on Red Hat

2008-10-24 Thread Nadav Horesh
: numpy-discussion@scipy.org נושא: [Numpy-discussion] installation problem on Red Hat dear members, I'm very sorry to bother you with a (hopefully) simple problem... I need pyhton and the numerical package to run another program. I installed Python, it works fine. But I can't install

[Numpy-discussion] installation problem on Red Hat

2008-10-24 Thread Christoph Göbl
dear members, I'm very sorry to bother you with a (hopefully) simple problem... I need pyhton and the numerical package to run another program. I installed Python, it works fine. But I can't install the numpy package. To install the oder Numeric package was no problem, but I need the newer nump

Re: [Numpy-discussion] Installation of Numerical Python

2008-10-11 Thread Peter
On Sat, Oct 11, 2008 at 3:19 PM, Linda Seltzer wrote: > > I did not give permission to have the e-mail sent to the list. > Please do not forawrd anyone's e-mail to a list without permission. I must apologise for my error - I had honestly assumed your email had been intended for the whole list. Th

Re: [Numpy-discussion] Installation of Numerical Python

2008-10-11 Thread Alan G Isaac
On 10/11/2008 10:19 AM Linda Seltzer apparently wrote: > Please do not forawrd anyone's e-mail to a list without > permission. I'm afraid that is a reversal of discussion list practice. People on this list are not offering to participate in private conversations. They are offering to participa

Re: [Numpy-discussion] Installation of Numerical Python

2008-10-11 Thread Linda Seltzer
I did not give permission to have the e-mail sent to the list. Please do not forawrd anyone's e-mail to a list without permission. Also, kindly do not send an entire list a message falsely stating that someone may be using code written by someone else. I have been reading various tutorials on the I

Re: [Numpy-discussion] Installation of Numerical Python

2008-10-11 Thread Peter
On Sat, Oct 11, 2008 at 1:58 AM, Linda Seltzer <[EMAIL PROTECTED]> wrote: > > I didn't know there was a difference between Numeric and numpy. Could > someone please provide clear, detailed instructions for how to get > *something* (numeric, numpy) to work so that I can get my work (matrices) > don

Re: [Numpy-discussion] Installation of Numerical Python

2008-10-10 Thread Peter
Rober Kern wrote: > Numeric is an old, obsolete package. numpy is the successor. You > installed numpy, not Numeric. Unfortunately, there is no Python 2.5 > binary available for Numeric. Actually, there is - but not from the numpy/Numeric/SciPy team as they want to encourage people to move over to

Re: [Numpy-discussion] Installation of Numerical Python

2008-10-10 Thread Peter
On Fri, Oct 10, 2008 at 10:26 PM, Linda Seltzer <[EMAIL PROTECTED]> wrote: > > Hello Group Members: > > Can someone please answer a question about installing Numerical Python and > getting it to work. I downloaded the ... new file > numpy-1.2.0-win32-superpack-python2.5 [.exe I assume?] You have

Re: [Numpy-discussion] Installation of Numerical Python

2008-10-10 Thread Robert Kern
On Fri, Oct 10, 2008 at 16:26, Linda Seltzer <[EMAIL PROTECTED]> wrote: > Hello Group Members: > > Can someone please answer a question about installing Numerical Python and > getting it to work. I downloaded the files. They are in > C:\Program Files\Python25 > > I have the python code and also t

[Numpy-discussion] Installation of Numerical Python

2008-10-10 Thread Linda Seltzer
Hello Group Members: Can someone please answer a question about installing Numerical Python and getting it to work. I downloaded the files. They are in C:\Program Files\Python25 I have the python code and also the new file numpy-1.2.0-win32-superpack-python2.5 There is also a text file, numpy.

Re: [Numpy-discussion] Installation info

2008-06-09 Thread Hanni Ali
Hi Robert, Attached is the complete output, below is what I believe is the relevant area of interest: compiling C sources creating build\temp.win-amd64-2.6\Release\build creating build\temp.win-amd64-2.6\Release\build\src.win-amd64-2.6 creating build\temp.win-amd64-2.6\Release\build\src.win-amd64

Re: [Numpy-discussion] Installation info

2008-06-09 Thread Hanni Ali
I have used the trail of Visual Studio 2008 (on full Server 2003) it copmiles and runs well if you comment out the lines meantioned earlier on in this thread. I am planning to spend some time with the intel fortran compiler to try to compile blas/lapack in the next few weeks. It is part of my curr

Re: [Numpy-discussion] Installation info

2008-06-08 Thread David Cournapeau
Gael Varoquaux wrote: > > I was just wondering, could we ask Microsoft for some help here. A build > bot, or a Windows 64 license... They are helping porting the SAGE project > to windows, so they do have interest in getting open source scientific > software working on windows. > Windows 64 is

Re: [Numpy-discussion] Installation info

2008-06-08 Thread Gael Varoquaux
On Sat, May 31, 2008 at 12:01:10PM +0900, David Cournapeau wrote: > On Fri, May 30, 2008 at 8:35 PM, Hanni Ali <[EMAIL PROTECTED]> wrote: > > I would also like to see a 64bit build for windows as well if possible. > Unfortunately, this is difficult: windows 64 is not commonly available > (I don'

Re: [Numpy-discussion] Installation info

2008-06-04 Thread David Cournapeau
Charles R Harris wrote: > > It probably just grew to fix problems as they arose. It should be > possible to test for every function and fall back to the double > versions that are more reliably present. It would be nicer if all > compilers tried to conform to recent standards, i.e., be less than

Re: [Numpy-discussion] Installation info

2008-06-04 Thread David Cournapeau
Robert Kern wrote: > > > There are a lot of them. Feel free to add any additional tests you > think are necessary, and we'll see how painful it is at build-time. > What would be acceptable ? I quickly tested on my macbook, on mac os X: it takes ~ 2 seconds / 25 functions tests. If speed really

Re: [Numpy-discussion] Installation info

2008-06-03 Thread Charles R Harris
On Tue, Jun 3, 2008 at 8:49 PM, David Cournapeau < [EMAIL PROTECTED]> wrote: > Robert Kern wrote: > > > > The presence of these functions should have been detected by the > > configuration process of numpy. HAVE_FREXPF and HAVE_LDEXPF would have > > been #define'd if we had detected them correctly

Re: [Numpy-discussion] Installation info

2008-06-03 Thread Robert Kern
On Tue, Jun 3, 2008 at 9:49 PM, David Cournapeau <[EMAIL PROTECTED]> wrote: > Robert Kern wrote: >> >> The presence of these functions should have been detected by the >> configuration process of numpy. HAVE_FREXPF and HAVE_LDEXPF would have >> been #define'd if we had detected them correctly. It i

Re: [Numpy-discussion] Installation info

2008-06-03 Thread David Cournapeau
Robert Kern wrote: > > The presence of these functions should have been detected by the > configuration process of numpy. HAVE_FREXPF and HAVE_LDEXPF would have > been #define'd if we had detected them correctly. It is possible that > our configuration process for this does not work correctly with

Re: [Numpy-discussion] Installation info

2008-06-03 Thread Robert Kern
On Tue, Jun 3, 2008 at 3:21 AM, Hanni Ali <[EMAIL PROTECTED]> wrote: > Hi David, > > I compiled numpy with MSVC 9.0 (vs 2008), I am just using the inbuilt LA > libs to minimise complexity. > > Although I have hacked it such that I can compile and all but one of the > regression tests passed: > > ==

Re: [Numpy-discussion] Installation info

2008-06-03 Thread Hanni Ali
Hi David, I compiled numpy with MSVC 9.0 (vs 2008), I am just using the inbuilt LA libs to minimise complexity. Although I have hacked it such that I can compile and all but one of the regression tests passed: == ERROR: Tests re

Re: [Numpy-discussion] Installation info

2008-06-02 Thread Hanni Ali
Excellenm, thanks for clearing all that up. How about numpy with 2.6, any issues? Hanni 2008/6/2 David Cournapeau <[EMAIL PROTECTED]>: > Hanni Ali wrote: > > > > Yes I had used the internal versions in the mean time, but I do want > > to try to use the intel fortran compiler in all likelyhood.

Re: [Numpy-discussion] Installation info

2008-06-02 Thread David Cournapeau
Hanni Ali wrote: > > Yes I had used the internal versions in the mean time, but I do want > to try to use the intel fortran compiler in all likelyhood. Yes, people can try to build as they want, that's the beauty of open source :) But for official distribution, I don't want to depend on non f

Re: [Numpy-discussion] Installation info

2008-06-02 Thread Hanni Ali
Hi David, > I can't build official binaries with VS: I don't have VS. Also, there is > the problem of building the fortran dependencies (BLAS/LAPACK). I don't > know if it is even possible to build ATLAS on windows x64. Even assuming > we only use netlib BLAS/LAPACK, I still need a fortran comp

Re: [Numpy-discussion] Installation info

2008-06-02 Thread David Cournapeau
Hanni Ali wrote: > > I had managed to compile and install 1.04 with vs 2005 64 bit with a > bit of hacking, I can't build official binaries with VS: I don't have VS. Also, there is the problem of building the fortran dependencies (BLAS/LAPACK). I don't know if it is even possible to build ATL

Re: [Numpy-discussion] Installation info

2008-06-02 Thread Hanni Ali
Hi David, > Unfortunately, this is difficult: windows 64 is not commonly available > (I don't have any access to it personally, for example), and mingw is > not available yet for windows 64 either. I had managed to compile and install 1.04 with vs 2005 64 bit with a bit of hacking, however it h

Re: [Numpy-discussion] Installation info

2008-05-30 Thread David Cournapeau
On Fri, May 30, 2008 at 8:35 PM, Hanni Ali <[EMAIL PROTECTED]> wrote: > I would also like to see a 64bit build for windows as well if possible. > > Unfortunately, this is difficult: windows 64 is not commonly available (I don't have any access to it personally, for example), and mingw is not avail

Re: [Numpy-discussion] Installation info

2008-05-30 Thread Hanni Ali
I would also like to see a 64bit build for windows as well if possible. Hanni 2008/5/30 Peter Creasey <[EMAIL PROTECTED]>: > 2008/5/30 Peter Creasey <[EMAIL PROTECTED]>: > > Is numpy v1.1 going to come out in egg format? > > > > Oops, I didn't mean to mail with an entire numpy digest in the body

Re: [Numpy-discussion] Installation info

2008-05-30 Thread Peter Creasey
2008/5/30 Peter Creasey <[EMAIL PROTECTED]>: > Is numpy v1.1 going to come out in egg format? > Oops, I didn't mean to mail with an entire numpy digest in the body. sorry, Peter ___ Numpy-discussion mailing list Numpy-discussion@scipy.org http://project

[Numpy-discussion] Installation info

2008-05-30 Thread Peter Creasey
Is numpy v1.1 going to come out in egg format? I ask because I only see the superpack installers on the sourceforge page, and we have users who we are delivering to via egg - requires. thanks, Peter 2008/5/23 <[EMAIL PROTECTED]>: > Send Numpy-discussion mailing list submissions to >n

[Numpy-discussion] Installation of Python/mpl/numpy/scipy/Ipython for students

2007-11-24 Thread mark
A question was posted a week or so ago on the scipy list about installing Python/mpl/numpy/scipy/Ipython by David Arnold (both Windows and Mac). He was interested in a simple install for students (and others that are less computer-savy). We had a little off-list correspondence, but thought to bring

Re: [Numpy-discussion] Installation problem NumPy-1.0.3 on Linux x86_64 Python 2.4.2

2007-08-25 Thread Matthieu Brucher
2007/8/21, Vivian Tini <[EMAIL PROTECTED]>: > > Dear All, > > I am trying to install the package NumPy-1.0.3 on Linux x86_64 with Python > version 2.4.2 and after using the standard installation command : > > python setup.py install > > I received the following error message: > error: could not cre

[Numpy-discussion] Installation problem NumPy-1.0.3 on Linux x86_64 Python 2.4.2

2007-08-25 Thread Vivian Tini
Dear All, I am trying to install the package NumPy-1.0.3 on Linux x86_64 with Python version 2.4.2 and after using the standard installation command : python setup.py install I received the following error message: error: could not create '/usr/local/lib64/python2.4/site-packages/numpy'

Re: [Numpy-discussion] installation documentation

2007-02-22 Thread Toon Knapen
Travis Oliphant wrote: If you don't care about using "vendor-specific math libraries" then it's as easy as python setup.py install on linux and aix (it's also that easy on Windows if you have the right compiler and/or configuration file set up). If you care about vendor specific libraries,

Re: [Numpy-discussion] installation documentation

2007-02-21 Thread Travis Oliphant
Toon Knapen wrote: >Hi all, > >Is there detailed info on the installation process available. > >I'm asking because in addition to installing numpy on linux-x86, I'm >also trying to install numpy on aix-power and windows-x86. So before >bombarding the ml with questions, I would like to get my han

[Numpy-discussion] installation documentation

2007-02-21 Thread Toon Knapen
Hi all, Is there detailed info on the installation process available. I'm asking because in addition to installing numpy on linux-x86, I'm also trying to install numpy on aix-power and windows-x86. So before bombarding the ml with questions, I would like to get my hands on all doc available (I

[Numpy-discussion] Installation

2007-01-12 Thread Bernhard Voigt
Dear all, I've recently installed the last releases of numpy and scipy (tar archives from scipy.org). I encountered two problems: 1) During the configuration it seems the information from my site.cfg is not read. 2) Installation using atlas optimized lapack/blas libraries didn't work 1) My site

[Numpy-discussion] Installation - Numpy 1.0.1 Suse Linux 10.1

2006-12-12 Thread Gustavo Mercier
Hi! I am trying to install Numpy 1.0.1 in a Linux Box (Suse Linux 10.1; gcc 4.1x). I have done this successfully with previous versions up to 1.0b5. However, I now run into problems. It compiles and installs ok, but upon opening python and importing numpy it hangs with an unresolved reference

Re: [Numpy-discussion] installation error in cygwin

2006-12-08 Thread Charles R Harris
On 12/8/06, Travis Oliphant <[EMAIL PROTECTED]> wrote: Wei wrote: > > Hi, > > I just got my new intel core duo laptop. So I downloaded the new > cygwin (including everything) but couldn't get the numarray or numpy > modules installed correctly. I always got the following error. Can > some one he

Re: [Numpy-discussion] installation error in cygwin

2006-12-08 Thread Travis Oliphant
Wei wrote: > > Hi, > > I just got my new intel core duo laptop. So I downloaded the new > cygwin (including everything) but couldn’t get the numarray or numpy > modules installed correctly. I always got the following error. Can > some one help? > > Many thanks! > > Wei > > python setup.py instal

[Numpy-discussion] installation error in cygwin

2006-12-08 Thread Wei
Hi, I just got my new intel core duo laptop. So I downloaded the new cygwin (including everything) but couldn't get the numarray or numpy modules installed correctly. I always got the following error. Can some one help? Many thanks! Wei python setup.py install Using EXTRA_COMPILE_A