【发布时间】:2016-04-06 20:38:56
【问题描述】:
我想按如下方式安装表(我没有 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
我可以用这种方法安装其他包,但不能安装表...有什么想法吗?
谢谢
【问题讨论】:
标签: python pandas pip pytables