How to install NumPy on Windows 64?

痞子三分冷 提交于 2020-01-03 18:34:15

问题


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.


回答1:


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.




回答2:


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.




回答3:


Something is strange with the official superpack...

http://scipy.org/Download

Windows 64 bit unofficial releases Christoph Gohlke has put together an impressive collection of Windows binary installers of recent versions of scientific packages for Python, including amd64 versions of Numpy and Scipy compiled against Intel's MKL, and SciKits: http://www.lfd.uci.edu/~gohlke/pythonlibs

The unofficial release solved this installation problem.



来源:https://stackoverflow.com/questions/2173985/how-to-install-numpy-on-windows-64

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!