Re: Need help in installing numpy

2020-11-11 Thread MRAB
On 2020-11-10 23:32, adelamsaleh--- via Python-list wrote: Dear Python Community, I am new to python.  I sucessfully installed python 3.9 from python.org on my windows 10 pc. I checked it by typing 'py' in the windows cmd prompt and the system indeed responds with the version number, then the

Need help in installing numpy

2020-11-11 Thread adelamsaleh--- via Python-list
Dear Python Community, I am new to python.  I sucessfully installed python 3.9 from python.org on my windows 10 pc. I checked it by typing 'py' in the windows cmd prompt and the system indeed responds with the version number, then the >>> prompt, and I can run simple programs without any

Installing numpy over an older numpy

2012-06-15 Thread Tom Kacvinsky
I am having problems installing a newer version of numpy over an older installation. The general problem is that the older version's distutils code is being used instead of the distutils code in the newer version, no matter how much I play around with sys.path in setup.py and the like. Any

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

Installing numpy on 2.7 (OS X 10.7)

2011-08-21 Thread jefflovejapan
I'm following the instructions given href=http://www.scipy.org/ Installing_SciPy/Mac_OS_Xhere/href, but it isn't working. Specifically, I'm getting: Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/ Contents/MacOS/Python: can't open file 'setup.py': [Errno 2] No such file or

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 jeffloveja...@gmail.com wrote: I'm following the instructions given href=http://www.scipy.org/ Installing_SciPy/Mac_OS_Xhere/href, but it isn't working. Specifically, I'm getting:

Re: Installing numpy on 2.7 (OS X 10.7)

2011-08-21 Thread jefflovejapan
On Aug 21, 10:39 pm, Benjamin Kaplan benjamin.kap...@case.edu wrote: On Sun, Aug 21, 2011 at 6:03 AM, jefflovejapan jeffloveja...@gmail.com wrote: I'm following the instructions given href=http://www.scipy.org/ Installing_SciPy/Mac_OS_Xhere/href, but it isn't working. Specifically, I'm

Trouble installing numpy on QNX

2011-02-23 Thread Nelson Powell
I'm currently using QNX 6.4.1 with Python 2.5. I went to install numpy 1.4.1, but the install kicks bakc an error saying that it cannot find Python.h and that I should install python-dev|python-devel. I look online and I can only find those two packages in relation to Ubuntu, which obviously

Re: Trouble installing numpy on QNX

2011-02-23 Thread Robert Kern
On 2/23/11 10:16 AM, Nelson Powell wrote: I'm currently using QNX 6.4.1 with Python 2.5. I went to install numpy 1.4.1, but the install kicks bakc an error saying that it cannot find Python.h and that I should install python-dev|python-devel. I look online and I can only find those two

Installing NumPy and SciPy in Python 2.6

2008-11-28 Thread Vicent Giner
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 SciPy. Are those packages compatible with version 2.6 of Python? Are they

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 and

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 SciPy.

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

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 version 2.6 of

trouble installing numpy 1.0.2 and scipy.0.5.2

2007-06-23 Thread 1960_j
I have tried to install numpy and scipy on python 5.2. Using gcc 2.95.3, lapack 3.1.1 and ATLAS 3.6.0. When installin numpy it seems to work but when I try to run test get error no test for numpy. When I try to Install scipy only get error. Any ideas on how to install would be appreciated.

Re: trouble installing numpy 1.0.2 and scipy.0.5.2

2007-06-23 Thread Robert Kern
[EMAIL PROTECTED] wrote: I have tried to install numpy and scipy on python 5.2. Using gcc 2.95.3, lapack 3.1.1 and ATLAS 3.6.0. When installin numpy it seems to work but when I try to run test get error no test for numpy. When I try to Install scipy only get error. Any ideas on how to

installing numpy: problems with lapack, blas etc

2006-07-24 Thread Ken Dere
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 I am able to get numpy installed to the point when I import it I can do the following: numpy.show_config() atlas_threads_info: NOT AVAILABLE blas_opt_info: libraries =

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

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. However, I then

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 install as user root.

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 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 Could not

installing numpy

2006-05-09 Thread Gary Wessle
Hi 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, so after unpacking the downloaded file numpy-0.9.6.tar.gz which crated a

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-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 debian will

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/testing, I am left

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: I am

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. snip 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

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

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.:

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. snip 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

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 you to keep

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 the installer from).

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

installing numpy

2006-03-15 Thread cesco
Hi, I'm trying to install the numpy library (precisely numpy-0.9.6-py2.4-linux-i686) on Linux but I encounter several problems. After unpacking the file it creates the following folders: usr/lib/python2.4/site-packages/numpy/ The file setup.py and the whole library is located under the folder

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 using