On Wed, Dec 23, 2015 at 5:38 PM, Ankit Deshmukh <ankit7a...@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 -- https://mail.python.org/mailman/listinfo/python-list