[Numpy-discussion] numpy-1.6.1.win32-py3.2.exe (md5) won't install

Richard D. Moores rdmoores at gmail.com
Tue Aug 30 11:48:42 EDT 2011


On Tue, Aug 30, 2011 at 07:19, Bruce Southey <bsouthey at gmail.com> wrote:
> On Tue, Aug 30, 2011 at 8:56 AM, Richard D. Moores <rdmoores at gmail.com> wrote:
>> On Tue, Aug 30, 2011 at 06:53, Charles R Harris
>> <charlesr.harris at gmail.com> wrote:
>>>
>>>
>>> On Tue, Aug 30, 2011 at 7:47 AM, Richard D. Moores <rdmoores at gmail.com>
>>> wrote:
>>>>
>>>> Python 3.2, 64-bit Win 7
>>>>
>>>> When I try to install numpy-1.6.1.win32-py3.2.exe (md5) I get "Python
>>>> version 3.2 required, which was not found in the registry". What to
>>>> do?

>>
> Where did you get that file from?

from <http://pypi.python.org/pypi?:action=browse&c=533&show=all>, I
believe, but right now the numpy link on that page times out.

>
> The official file is called:
> numpy-1.6.1-win32-superpack-python3.2.exe
> p://sourceforge.ne(httt/projects/numpy/files/NumPy/1.6.1/)
> Nor does it seem to be one of Christoph's as those have names like
> 'numpy-unoptimized-1.6.1.win32-py3.2.‌exe'
> http://www.lfd.uci.edu/~gohlke/pythonlibs/
>
> As Olivier indicated, this is for a 32-bit install of Python 3.2 and
> you do not have a 32-bit version of Python installed. I just confirmed
> that under my 64-bit Windows 7 system:
> Python 3.2 (r32:88445, Feb 20 2011, 21:29:02) [MSC v.1500 32 bit
> (Intel)] on win32
> Type "copyright", "credits" or "license()" for more information.
>>>> import numpy
>>>> numpy.test()
> Running unit tests for numpy
> NumPy version 1.6.1
> NumPy is installed in C:\Python32\lib\site-packages\numpy
> Python version 3.2 (r32:88445, Feb 20 2011, 21:29:02) [MSC v.1500 32
> bit (Intel)]
> nose version 1.0.0

So there is no 64-bit 3.x numpy? Is it possible to install 32-bit
Python 3.2 on 64-bit Win 7 (you seem to have done so), so I could use
numpy?

Dick



More information about the NumPy-Discussion mailing list