Getting “error: Unable to find vcvarsall.bat” when running “pip install numpy” on windows7 64bit

前端 未结 6 1157
不思量自难忘°
不思量自难忘° 2020-12-11 03:27

I\'m running pip install numpy on windows7 64bit and i\'m getting error: Unable to find vcvarsall.bat

6条回答
  •  孤城傲影
    2020-12-11 04:13

    You need to download and install vcsetup.exe(Visual C++ 2008 express edition) file

    And then add newly created vcvarsall.bat file path to "PATH" environment variable.

    Make sure there are no special symbols in your PATH environment variable after adding

提交回复
热议问题