Unable to use python 3.5

Chris Angelico rosuav at gmail.com
Wed Dec 23 07:57:35 EST 2015


On Wed, Dec 23, 2015 at 5:38 PM, Ankit Deshmukh <ankit7anix at gmail.com> wrote:
> I am maters student in India, I have installed python 3.5 in my windows 10
> 64bit machine. Everything works fine except package installing. When in use
> “pip install numpy” is shows unable to find *‘vcvarsall.bat’* I don’t know
> how to fix it. I tried several things nothing works.

Try grabbing a binary from here:

http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy

Otherwise, pip tries to compile numpy from source, which you probably
aren't set up to do.

ChrisA



More information about the Python-list mailing list