刚在机器上windows环境下装上pip方便以后安装包的时候使用,谁知道第一次使用pip安装asyncio的时候就报错。

在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的包

 

转自:http://www.cnblogs.com/ldm1989/p/4210743.html

相关文章:

  • 2021-08-30
  • 2021-05-31
  • 2021-09-09
  • 2022-01-27
  • 2022-12-23
  • 2022-12-23
  • 2021-07-31
  • 2021-06-16
猜你喜欢
  • 2021-11-09
  • 2021-11-20
  • 2022-12-23
  • 2021-09-28
  • 2021-07-07
  • 2022-12-23
相关资源
相似解决方案