当前位置: 代码迷 >> 综合 >> distutils.errors.DistutilsError: Setup script exited with error: Unable to find vcvarsall.bat
  详细解决方案

distutils.errors.DistutilsError: Setup script exited with error: Unable to find vcvarsall.bat

热度:92   发布时间:2024-01-09 04:27:11.0

VC的问题,可以修改\Lib\distutils\msvc9compiler.py中的toolskey者一样解决。前提是你安装了vc。修改为toolskey = “VS100COMNTOOLS”即可。


  相关解决方案