Re: Installing numpy over an older numpy

2012-06-15 Thread Miki Tebeka
> Any ideas on how to install a newer version over an older version? pip uninstall numpy pip install numpy -- http://mail.python.org/mailman/listinfo/python-list

Re: Installing numpy on 2.7 (OS X 10.7)

2011-08-21 Thread jefflovejapan
On Aug 21, 10:39 pm, Benjamin Kaplan wrote: > On Sun, Aug 21, 2011 at 6:03 AM, jefflovejapan > wrote: > > I'm following the instructions given http://www.scipy.org/ > > Installing_SciPy/Mac_OS_X">here, but it isn't working. > > Specifically, I'm getting: > > > Library/Frameworks/Python.framework

Re: Installing numpy on 2.7 (OS X 10.7)

2011-08-21 Thread Benjamin Kaplan
On Sun, Aug 21, 2011 at 6:03 AM, jefflovejapan wrote: > I'm following the instructions given http://www.scipy.org/ > Installing_SciPy/Mac_OS_X">here, but it isn't working. > Specifically, I'm getting: > > Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/ > Contents/MacOS/Pytho

Re: Installing NumPy and SciPy in Python 2.6

2008-11-28 Thread David Cournapeau
On Sat, Nov 29, 2008 at 4:31 AM, Scott David Daniels <[EMAIL PROTECTED]> wrote: > Vicent Giner wrote: >> >> I've installed Python 2.6 in my Windows XP. Actually, I've installed >> ActiveState's ActivePython 2.6. >> >> I would like to use NumPy and SciPy. >> >> Are those packages compatible with ver

Re: Installing NumPy and SciPy in Python 2.6

2008-11-28 Thread Scott David Daniels
Vicent Giner wrote: I've installed Python 2.6 in my Windows XP. Actually, I've installed ActiveState's ActivePython 2.6. I would like to use NumPy and SciPy. Are those packages compatible with version 2.6 of Python? I believe there is more work to do on Scipy and Numpy before they will run on

Re: Installing NumPy and SciPy in Python 2.6

2008-11-28 Thread Blind Anagram
"Vicent Giner" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Sorry if my question was already asked and answered, but I can't manage with this... I've installed Python 2.6 in my Windows XP. Actually, I've installed ActiveState's ActivePython 2.6. I would like to use NumPy and SciP

Re: Installing NumPy and SciPy in Python 2.6

2008-11-28 Thread Benjamin Kaplan
On Fri, Nov 28, 2008 at 1:20 PM, Vicent Giner <[EMAIL PROTECTED]> wrote: > Sorry if my question was already asked and answered, but I can't > manage with this... > > I've installed Python 2.6 in my Windows XP. Actually, I've installed > ActiveState's ActivePython 2.6. > > I would like to use NumPy

Re: installing numpy: problems with lapack, blas etc

2006-07-24 Thread Robert Kern
Ken Dere wrote: > I am trying to install numpy-0.9.8 prior to installing scipy (0.4.9) on a > machine running Suse 10.0 with Python 2.4 Please join us on the numpy mailing list. http://www.scipy.org/Mailing_Lists However, you should know now that Suse ships an incomplete ATLAS-optimized LAPA

Re: installing numpy

2006-05-10 Thread Robert Kern
Gary Wessle wrote: > thanks > I followed your suggestions, it built the package ok, while it was > building, I noticed lots of lines going by the screen in groups of > different colors, white, yellow, red. > the red got my attention: > > > Could not locate executable gfortran > C

Re: installing numpy

2006-05-10 Thread Gary Wessle
thanks I followed your suggestions, it built the package ok, while it was building, I noticed lots of lines going by the screen in groups of different colors, white, yellow, red. the red got my attention: Could not locate executable gfortran Could not locate executable f95 *

Re: installing numpy

2006-05-10 Thread Raymond L. Buvel
Gary Wessle wrote: > Robert Kern <[EMAIL PROTECTED]> writes: > > >>Raymond L. Buvel wrote: >> >> >>>Since you are a new Linux user, you should definitely follow Robert's >>>advice about building as an ordinary user separately from the install. >>>I sometimes take a shortcut and just do the instal

Re: installing numpy

2006-05-10 Thread Gary Wessle
Robert Kern <[EMAIL PROTECTED]> writes: > Raymond L. Buvel wrote: > > > Since you are a new Linux user, you should definitely follow Robert's > > advice about building as an ordinary user separately from the install. > > I sometimes take a shortcut and just do the install as user root. > > Howeve

Re: installing numpy

2006-05-09 Thread Robert Kern
Raymond L. Buvel wrote: > Since you are a new Linux user, you should definitely follow Robert's > advice about building as an ordinary user separately from the install. > I sometimes take a shortcut and just do the install as user root. > However, I then wind up cleaning out the build directory as

Re: installing numpy

2006-05-09 Thread Raymond L. Buvel
Robert Kern wrote: > Gary Wessle wrote: > >>"Raymond L. Buvel" <[EMAIL PROTECTED]> writes: > > >>>When installing from source on a Debian system, you want the installed >>>package to wind up in /usr/local/lib/python2.x/site-packages (where x >>>represents the version of Python you are running th

Re: installing numpy

2006-05-09 Thread Robert Kern
Gary Wessle wrote: > "Raymond L. Buvel" <[EMAIL PROTECTED]> writes: >>When installing from source on a Debian system, you want the installed >>package to wind up in /usr/local/lib/python2.x/site-packages (where x >>represents the version of Python you are running the installer from). >>This allows

Re: installing numpy

2006-05-09 Thread Gary Wessle
"Raymond L. Buvel" <[EMAIL PROTECTED]> writes: > Gary Wessle wrote: > > Hi > > > > I am trying to install NumPy in my debian/testing linux > > 2.6.15-1-686. > > > > > When installing from source on a Debian system, you want the installed > package to wind up in /usr/local/lib/python2.x/site-p

Re: installing numpy

2006-05-09 Thread Robert Kern
Christoph Haas wrote: > Yes, you are right. "python-numeric" refers to NumPy but contains the > "Numeric" version of it (24-2). It's pretty misleading. It's an unfortunate consequence of letting software packages acquire nicknames. C.f.: http://www.scipy.net/pipermail/scipy-user/2006-May/00784

Re: installing numpy

2006-05-09 Thread Robert Kern
Christoph Haas wrote: > P.S.: Your mail client seems break the references. Your reply doesn't show > up as a proper followup to my posting. This probably has nothing to do with his mail/news client but rather the mail-news gateway that links python-list and comp.lang.python . -- Robert Ke

Re: installing numpy

2006-05-09 Thread Raymond L. Buvel
Gary Wessle wrote: > Hi > > I am trying to install NumPy in my debian/testing linux > 2.6.15-1-686. > When installing from source on a Debian system, you want the installed package to wind up in /usr/local/lib/python2.x/site-packages (where x represents the version of Python you are running th

Re: installing numpy

2006-05-09 Thread Christoph Haas
(Replying to my own posting... how I hate that...) On Tue, May 09, 2006 at 02:07:15PM +0200, Christoph Haas wrote: > On Tue, May 09, 2006 at 09:43:50PM +1000, Gary Wessle wrote: > > Christoph Haas <[EMAIL PROTECTED]> writes: > > > > > On Tue, May 09, 2006 at 09:03:31PM +1000, Gary Wessle wrote: >

Re: installing numpy

2006-05-09 Thread Christoph Haas
On Tue, May 09, 2006 at 09:43:50PM +1000, Gary Wessle wrote: > Christoph Haas <[EMAIL PROTECTED]> writes: > > > On Tue, May 09, 2006 at 09:03:31PM +1000, Gary Wessle wrote: > > > I am trying to install NumPy in my debian/testing linux > > > 2.6.15-1-686. > > > > > > with no numpy for debian/test

Re: installing numpy

2006-05-09 Thread Gary Wessle
Christoph Haas <[EMAIL PROTECTED]> writes: > On Tue, May 09, 2006 at 09:03:31PM +1000, Gary Wessle wrote: > > I am trying to install NumPy in my debian/testing linux > > 2.6.15-1-686. > > > > with no numpy for debian/testing, I am left alone, since the > > experimental version available by debia

Re: installing numpy

2006-05-09 Thread Christoph Haas
On Tue, May 09, 2006 at 09:03:31PM +1000, Gary Wessle wrote: > I am trying to install NumPy in my debian/testing linux > 2.6.15-1-686. > > with no numpy for debian/testing, I am left alone, since the > experimental version available by debian will result in a dependency > nightmares, What about

Re: installing numpy

2006-03-15 Thread Travis E. Oliphant
cesco wrote: > Hi, > > I'm trying to install the numpy library (precisely > numpy-0.9.6-py2.4-linux-i686) on Linux but I encounter several This is a dumb pre-built binary package (useful perhaps because it links against ATLAS already) built using distutils. You don't build it and install it usi