转载自: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
完成。
时间: 2024-10-27 04:54:19