Kostas Papastamos
Kostas Papastamos

Reputation: 57

I can't install numpy and scipy with python

Can anyone tell me how can i setup a python working environment with numpy and scipy? I have succesfully downloaded python but i can't install numpy,it gives me an error "unable to find vcvarsall.bat"

Upvotes: 2

Views: 271

Answers (3)

user1220978
user1220978

Reputation:

Similar to jh314's answer, there is also Anaconda.

Upvotes: 1

jh314
jh314

Reputation: 27802

You can install Enthought Canopy, which is an easy way to get python with lots of useful packages (including numpy and scipy) built in.

Upvotes: 1

MattDMo
MattDMo

Reputation: 102842

Download the executable installers from Christoph Gohlke's Python Extension Packages for Windows repository. Numpy is here and Scipy is here.

Upvotes: 0

Related Questions