Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #38859

Re: Statistics...help with numpy/scipy install

References <3a451dc0-7f20-4116-92a6-fdaadc4d49fa@googlegroups.com> <5b8abdc5-bff7-4d9f-8762-323e30c575a5@googlegroups.com> <kfhsnc$113$1@ger.gmane.org>
From Oscar Benjamin <oscar.j.benjamin@gmail.com>
Date 2013-02-14 11:09 +0000
Subject Re: Statistics...help with numpy/scipy install
Newsgroups comp.lang.python
Message-ID <mailman.1762.1360840173.2939.python-list@python.org> (permalink)

Show all headers | View raw


On 14 February 2013 05:29, Terry Reedy <tjreedy@udel.edu> wrote:
> On 2/13/2013 9:38 PM, Rex Macey wrote:
>>
>> I am sure I have python installed. I have been running it. in command
>> line the window title is c:\python33\python.exe.  The first line
>> begins Python 3.3.0. Later in the line is the string "64 bit <AMD64>]
>> on Win32".

I don't know why you feel the need to paraphrase this information
rather than simply paste the interpreter message into the email. The
latter would be more useful for others trying to help understand your
problem.

>> Thus it appears I am trying to run a 32bit numpy with a 64bit python.
>> (Seems like a big ole 64 bit python should be able to swallow a
>> little 32 bitty numpy). Is there a 64bit numpy? If not why not?

Because numpy/scipy make extensive use of Python's underlying binary
interfaces. These are incompatible between 32 and 64 bit Python.

> Ask the numpy people. I am surprised since a reason to be using 64 rather
> than 32 bit python is to have objects larger than 2 gigabytes and memory
> larger than 4 gigabytes. Numerical/scientific programming is relatively
> likely to need such.

Yes but most people who are doing that sort of thing would just
compile their own numpy/scipy and probably wouldn't be using Windows
for the their main computations anyway. Numpy does work on 64 bit
Python but official binaries are not distributed via the sourceforge
page. Unofficial binaries are available here:
http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy

>> someone get on this? Seriously, I'm under the impression that I need
>> the 64 bit python because I have a 64 bit OS.

I don't know about Windows 8 but I've used 32 bit Python on 64 bit XP
no problem. My impression was that 64 bit Windows (unlike OSX and most
Linux distros) ships with 32 bit duplicates of all its libraries so
that it can run 32 bit applications without modification. My Windows
usage significantly predates Windows 8, though so this may have
changed some time ago.


Oscar

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Statistics...help with numpy/scipy install Rex Macey <xer0925@gmail.com> - 2013-02-10 09:35 -0800
  Re: Statistics...help with numpy/scipy install Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-02-10 18:10 +0000
    Re: Statistics...help with numpy/scipy install Rex Macey <xer0925@hotmail.com> - 2013-02-10 14:11 -0800
      Re: Statistics...help with numpy/scipy install Rex Macey <xer0925@hotmail.com> - 2013-02-10 14:14 -0800
        Re: Statistics...help with numpy/scipy install Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2013-02-11 01:26 +0000
        Re: Statistics...help with numpy/scipy install David Robinow <drobinow@gmail.com> - 2013-02-10 21:22 -0500
        Re: Statistics...help with numpy/scipy install Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-02-10 22:53 -0500
      Re: Statistics...help with numpy/scipy install Rex Macey <xer0925@hotmail.com> - 2013-02-10 14:14 -0800
    Re: Statistics...help with numpy/scipy install Rex Macey <xer0925@hotmail.com> - 2013-02-10 14:11 -0800
  Re: Statistics...help with numpy/scipy install Michael Torrie <torriem@gmail.com> - 2013-02-10 11:14 -0700
  Re: Statistics...help with numpy/scipy install "Colin J. Williams" <cjw@ncf.ca> - 2013-02-10 13:23 -0500
  Re: Statistics...help with numpy/scipy install David Robinow <drobinow@gmail.com> - 2013-02-10 14:29 -0500
  Re: Statistics...help with numpy/scipy install Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2013-02-10 19:34 +0000
  Re: Statistics...help with numpy/scipy install Rex Macey <xer0925@gmail.com> - 2013-02-13 18:38 -0800
    Re: Statistics...help with numpy/scipy install Terry Reedy <tjreedy@udel.edu> - 2013-02-14 00:29 -0500
    Re: Statistics...help with numpy/scipy install Dave Angel <davea@davea.name> - 2013-02-14 05:53 -0500
    Re: Statistics...help with numpy/scipy install Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2013-02-14 11:09 +0000

csiph-web