如何在Windows上安装Pandas(32位)

时间:2016-06-01 00:48:23

标签: python pandas install pip

我试图安装pandas就像procudure ...

Python 3.5.1 (v3.5.1:37a07cee5969, Dec  6 2015, 01:38:48) [MSC v.1900 32 bit (Intel)] on win32

>pip freeze
numpy==1.11.1rc1
pytz==2016.4

>pip install "pandas-0.18.1-cp35-cp35m-win32.whl"
pandas-0.18.1-cp35-cp35m-win32.whl is not a supported wheel on this platform.

为什么我不能安装pandas?

2 个答案:

答案 0 :(得分:0)

强烈建议在Windows上使用anaconda分发。有关此事,另请参阅pandas docs

如果您通过pip安装,则需要编译器部分代码(docs),这些代码可能很难在Windows上安装。蟒蛇避免这样做。

答案 1 :(得分:0)

你使用的pip版本很可能已经过时了。使用python -m pip install --upgrade pip升级点,您应该可以安装pandas