pip安装pandas错误

时间:2014-11-15 15:42:42

标签: python pandas pip

大家好我输入了pip install pandas,但我一直收到这个错误。

Cleaning up...
Command C:\Python27\python.exe -c "import setuptools, tokenize;__file__='c:\\use
rs\\huihui\\appdata\\local\\temp\\pip_build_HuiHui\\pandas\\setup.py';exec(compi
le(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __fil
e__, 'exec'))" install --record c:\users\huihui\appdata\local\temp\pip-ecokb6-re
cord\install-record.txt --single-version-externally-managed --compile failed wit
h error code 1 in c:\users\huihui\appdata\local\temp\pip_build_HuiHui\pandas
Storing debug log for failure in C:\Users\HuiHui\pip\pip.log

任何人都可以对此有所了解吗?

1 个答案:

答案 0 :(得分:2)

pip将尝试从源代码安装,并且我从您在Windows上的C:推断 - 因此您可能没有构建pandas所需的编译器。您应该从https://pypi.python.org/pypi/pandas下载安装相应的Windows安装程序。