views:

786

answers:

3

NumPy installer can't find python path in the registry.


Cannot install

Python version 2.5 required, which was not found in the registry.

OK

I have to modify the registry? I already modified %PATH% to point to the Python25 installation directory.

A: 

try upgrading to Python 2.6.X

James Campbell
I don't think Google App Engine will support it
Jader Dias
+1  A: 

Hi Jader, can I check what installer you're using for this? I don't think there is an official 64bit Numpy binary, but there is an unofficial one you can try here. Of course, if you've already tried this installer then let me know.

thor
I haven't tried until your answer, but I can't make it work neither
Jader Dias
+1  A: 

Numpy is not supported on python 2.5 for Windows 64 bits, you need at least python 2.6, and even in that case, you need to build it by yourself, or use something like EPD or the installer given in link given by thor.

NumPy cannot be used in Google App Engine, so I am not sure to understand the argument there.

David Cournapeau
"NumPy cannot be used in Google App Engine" wow
Jader Dias
You are right: http://code.google.com/p/googleappengine/issues/detail?id=190
Jader Dias