Pyarrow 无法处理 Python 3.8 ModuleNotFoundError AttributeError

Pyarrow Not Working on Python 3.8 ModuleNotFoundError AttributeError

我使用 pip 在 Mac 和 Linux 上为 python 3.8 安装了 pyarrow,但出现如下错误:

ModuleNotFoundError: No module named 'pyarrow.gandiva'
ModuleNotFoundError: No module named 'pyarrow.csv'
AttributeError: module 'pyarrow.fs' has no attribute 'S3FileSystem'

我也试过 conda forge 安装解决了 AttributeError: module 'pyarrow.fs' has no attribute 'S3FileSystem' 问题,但会产生其他错误。我在这里做什么?

似乎 Python 3.8 的 pip 和 conda forge 安装都不完整。我已经在 Linux 上尝试了 3.7 的 pip 安装,这似乎工作正常。

请在此处查看https://github.com/apache/arrow/issues/5987。这提供了解决方案。