gpt4 book ai didi

python - 无法在 Ubuntu 上安装 PyArrow

转载 作者:行者123 更新时间:2023-12-04 18:54:53 26 4
gpt4 key购买 nike

我有一个带有 python 3.6.9 的 EC2 Ubuntu 18.04.3 LTS 实例
我尝试使用以下命令安装 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
请问,你知道我该如何解决这个问题吗?先感谢您。

最佳答案

如果您在虚拟环境中工作,您的 pip 版本很可能是默认版本 (9.0.1)。尝试使用 pip install --upgrade pip 升级它并运行命令 python3 -m pip install pyarrow再次。
在 Ubuntu 18.04 下测试,使用 Python 3.6.9 和 pyarrow==4.0.0

关于python - 无法在 Ubuntu 上安装 PyArrow,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66892409/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com