【发布时间】:2021-03-31 17:21:02
【问题描述】:
我有一个 EC2 Ubuntu 18.04.3 LTS 实例和 python 3.6.9
我尝试使用以下命令安装 pyarrow:
python3 -m pip install pyarrow
但我得到一个错误:
Command "/usr/bin/python3 -u -c "import setuptools, tokenize;
__file__='/tmp/pip-build-3q5nmx81/pyarrow/setup.py';
f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');
f.close();exec(compile(code, __file__, 'exec'))"
install --record /tmp/pip-fgafmfzg-record/install-record.txt
--single-version-externally-managed --compile --user --prefix="
failed with error code 1 in /tmp/pip-build-3q5nmx81/pyarrow/
在尝试安装 yarrow 后阅读第一条消息我看到了:
Building wheels for collected packages: pyarrow
Running setup.py bdist_wheel for pyarrow ... error
请问,您知道我该如何解决这个问题吗?提前谢谢你。
【问题讨论】:
-
请考虑提交 bugticket。或者,提取 minimal reproducible example 并在此处提供。