簡體   English   中英

通過pip安裝表時出錯

[英]Error installing tables via pip

我想按如下方式安裝表(我沒有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

我可以用這種方法安裝其他軟件包,但不能安裝表...有什么想法嗎?

謝謝

您可以在/home/hudson/pg/fkgm22/.pip/pip.log中查看所提到的日志點,以了解發生了什么問題。 我想您會得到更詳細的錯誤消息,可以嘗試進行分析。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM