在Windows7x64下使用pip安装包的时候提示报错:Microsoft Visual C++ 9.0 is required  (Unable to find vcvarsall.bat)

环境:windows7 x64 ,python2.7 ,VS2012

原因:windows下使用pip安装包的时候需要机器装有vs2008,VS2012还不行,如果不想装VS2008的话,可以安装一个Micorsoft Visual C++ Compiler for Python 2.7的包

 

在Windows7x64下使用pip安装包的时候提示报错:Microsoft Visual C++ 9.0 is required  (Unable to find vcvarsall.bat)

环境:windows7 x64 ,python2.7 ,VS2012

原因:windows下使用pip安装包的时候需要机器装有vs2008,VS2012还不行,如果不想装VS2008的话,可以安装一个Micorsoft Visual C++ Compiler for Python 2.7的包

相关文章:

  • 2021-06-16
  • 2022-12-23
  • 2021-07-06
  • 2022-02-08
  • 2021-04-13
  • 2022-02-13
  • 2021-11-10
  • 2021-09-22
猜你喜欢
  • 2021-11-09
  • 2021-11-20
  • 2021-09-28
  • 2022-12-23
  • 2022-12-23
  • 2021-07-07
相关资源
相似解决方案