Unable to find vcvarsall.bat using Python 3.3 in Windows 8

前端 未结 5 803
臣服心动
臣服心动 2020-12-07 21:17

I am having an issue when I try to run:

pip install numpy

I get:

unable to find vcvarsall.bat.

I followed

5条回答
  •  既然无缘
    2020-12-07 21:53

    I am using the same setup and installing visual studio 2010 express was the easiest solution for me. http://www.microsoft.com/visualstudio/eng/downloads#d-2010-express

    Python 3.3 was built using VS 2010. http://blog.python.org/2012/05/recent-windows-changes-in-python-33.html

提交回复
热议问题