通过pip安装表时出错

时间:2016-04-06 20:38:57

标签: python pandas pip pytables

我想要按如下方式安装表格(我没有sudo权限):

pip install --user tables

我收到以下错误:

Command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip-build-pWg1M_/tables/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-mOibUT-record/install-record.txt --single-version-externally-managed --compile --user failed with error code 1 in /tmp/pip-build-pWg1M_/tables Storing debug log for failure in /home/hudson/pg/fkgm22/.pip/pip.log

我可以使用此方法安装其他软件包,但不能安装表格......任何想法?

由于

1 个答案:

答案 0 :(得分:0)

您可以查看/home/hudson/pg/fkgm22/.pip/pip.log中提到的日志点,看看出了什么问题。我想你会得到一个更详细的错误信息,你可以尝试分析。