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

时间:2023-03-08 17:20:57

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

原帖参考:http://*.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

完成。