Reputation: 57
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
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
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