Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installing Numpy on 64bit Windows 7 with Python 2.7.3 [closed]

It looks like the only 64 bit windows installer for Numpy is for Numpy version 1.3.0 which only works with Python 2.6

http://sourceforge.net/projects/numpy/files/NumPy/

It strikes me as strange that I would have to roll back to Python 2.6 to use Numpy on Windows, which makes me think I'm missing something.

Am I?

like image 722
Chris Avatar asked Jun 26 '12 02:06

Chris


People also ask

Does Python 2.7 support NumPy?

NumPy 1.16. 0 Release Notes. This NumPy release is the last one to support Python 2.7 and will be maintained as a long term release with bug fixes until 2020. Support for Python 3.4 been dropped, the supported Python versions are 2.7 and 3.5-3.7.

Which version of Python is compatible with NumPy?

NumPy 1.19. The minimum supported Python version is now Python 3.6.


1 Answers

Try the (unofficial) binaries in this site:

http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy

You can get the newest numpy x64 with or without Intel MKL libs for Python 2.7 or Python 3.

like image 151
JBernardo Avatar answered Sep 28 '22 10:09

JBernardo