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

前端 未结 5 802
臣服心动
臣服心动 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:45

    I had the same problem. I have VS2012 and python 2.7

    Ran the following in cmd tool

    SET VS90COMNTOOLS=%VS110COMNTOOLS%

    then used pip install

    It worked.

提交回复
热议问题