
Windows下使用pip install 出现 error: Microsoft Visual C++ 10.0 is required (Unable to find vcvarsall.bat).
解决方法:
升级pip
1 |
python -m pip install -U pip |
更改C:Python34Libdistutils下的msvc9compiler.py文件
重写find_vcvarsall方法:
1 |
def (version): |

Windows下使用pip install 出现 error: Microsoft Visual C++ 10.0 is required (Unable to find vcvarsall.bat).
解决方法:
升级pip
1 |
python -m pip install -U pip |
更改C:Python34Libdistutils下的msvc9compiler.py文件
重写find_vcvarsall方法:
1 |
def (version): |
近期评论