一、常见问题解决:
(1)build pymc模块过程出现fortran compiler找不到的问题
更新mingw32并添加fortran compiler,将{mingw32 install dir}/bin添加到环境变量PATH
(2)安装模块过程中出现如下错误:Unable to find vcvarsall.bat
安装mingw32并配置环境变量(PATH),修改安装命令为:python setup.py install build --compiler=mingw32
(3)安装pymc时出现如下错误:No module named msvccompiler in numpy.distutils; trying from distutils customize MSVCCompiler