Python Numpy library

1

How to install a library in python using Windows 7. I try to download Numpy and it appears at the prompt:

libraries f77blas,cblas,atlas not found in C:\Python33\lib
libraries lapack_atlas not found in C:\Python33\lib
.
.
.
Atlas libraries not found
Lapack libraries not found...

etc, I can not download at all ...

    
asked by anonymous 01.02.2014 / 03:57

2 answers

2

Another alternative is to use the conda:

link

They also provide binary packages for various platforms. I've never tried Windows, but it should work. On Mac it was the easiest way I found to install the entire science suite without headaches.

    
01.02.2014 / 15:02
1

Numpy needs some libs (dll) operating system with this LFD UCI, generated some executables for Windows where it simplifies the installation, below the mirror:

link

    
01.02.2014 / 06:20