Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Numpy and Scipy installation on windows

I have installed Numpy successfully. But on the site , there is lot of things that I have to do such as building Numpy, Scipy, downloading ATLAS, LAPACK etc. I am really confused and even I have checked some of the other queries also. Still not able to understand.

Can anyone please explain me what exactly should I do? I have cygwin installed on my pc.

  1. How to buid Numpy? whats the use of building numpy?
  2. How to install Scipy?
  3. Whats ATLAS, LAPACK etc etc ?

Thank you so much(in advance).

like image 632
Hemant Avatar asked Jan 11 '13 07:01

Hemant


People also ask

How we install NumPy in the Windows system?

NumPy Installation On Windows Operating System You can download the required version of python from python.org. Once python is installed successfully, open command prompt and use pip to install numpy.

Is SciPy compatible with NumPy?

SciPy takes a somewhat conservative approach, maintaining compatibility with several major releases of Python and NumPy on the major platforms.

Can I install SciPy with pip?

Method 1: Using pip to install Scipy Package Follow the below steps to install the Scipy package on macOS using pip: Step 1: Install the latest Python3 in MacOS. Step 2: Check if pip3 and python3 are correctly installed. Step 3: Upgrade your pip to avoid errors during installation.


2 Answers

I struggled with the same problem for a long time, and I eventually found an easy solution here`

like image 79
Ferdinando Randisi Avatar answered Oct 29 '22 16:10

Ferdinando Randisi


You really should try Enthought Python Distribution. Just a single msi installation file, click a few Next and then you are done. They include lots of scientific packages in it, including numpy, scipy, matplotlib, etc., and also ipython environment.

like image 26
Chunliang Lyu Avatar answered Oct 29 '22 15:10

Chunliang Lyu