easy_install和pip安装模块,提示error: Unable to find vcvarsall.bat的解决方法

1、下载安装MinGW,下载地址为:http://sourceforge.net/projects/mingw/files/latest/download?source=files
2、把MinGW的路径添加到环境变量path中,比如我把MinGW安装到C:\MinGW\中,就把c:\mingw\bin;c:\mingw\mingw32\bin;C:\MinGW\msys\1.0;c:\mingw\msys\1.0\bin;c:\mingw\msys\1.0\sbin添加到path中;
3、在<python安装目录>\distutils增加文件distutils.cfg,在文件里输入
[build]
compiler=mingw32
保存;

4、报错:

gcc: error: unrecognized command line option ‘-mno-cygwin‘

打开:distutils\cygwinccompiler.py文件

删掉所有的 -mno-cygwin

easy_install和pip安装模块,提示error: Unable to find vcvarsall.bat的解决方法

上一篇:NATS Streaming Golang客户端API文档


下一篇:【随记】Hello World小记