pandas安装过程中提示unable to find vcvarsall.bat的解决方法

转载自:http://blog.csdn.net/qq_21144699/article/details/46849561 为这位老兄点赞

原帖参考:http://stackoverflow.com/questions/29580010/installing-numpy-on-windows-8-1-with-python-2-7-x
1. 找到pandas对应的二进制安装文件;
下载地址:http://www.lfd.uci.edu/~gohlke/pythonlibs/
2. 通过二进制文件安装,执行:
python -m pip install xxxxx.whl

完成。

原文地址:https://www.cnblogs.com/zl0372/p/pandas.html