Skip to content Skip to sidebar Skip to footer

Numpy Package For "python 2.7.8 And Pyscripter 2.5.3" (64 Bit Windows 7)

I have python 2.7.8 and pyscripter 2.5.3 (64 bits)installed on windows 7....Can anyone tell me which is the numpy package to download for my OS..I went through many sites and insta

Solution 1:

I made it installing numpy..All i did was to switch to 32 bit python and pyscripter .I installed python 2.7.9 version as it offers pip command so that installations will be more easy..

In Command prompt I set my path to python 27 and run

 pip install numpy

I was shown with the error.."unable to find vcvarsall.bat"

and so I downloaded VCForPython27.msi from http://www.microsoft.com/en-in/download/details.aspx?id=44266

Again run the pip command and numpy will be successfully installed..!

Incase there comes an error "Could not delete multiarray.pyd :Access denied "Just close your pyscripter or probably restart and then run the pip command..Hope this helps someone..

Post a Comment for "Numpy Package For "python 2.7.8 And Pyscripter 2.5.3" (64 Bit Windows 7)"