pyarrow 的构建轮失败

Failed building wheel for pyarrow

我正在尝试 pip 安装 Superset

pip install apache-superset

并低于错误

 Traceback (most recent call last):
    File "c:\users\saurav_nimesh\appdata\local\programs\python\python38\lib\runpy.py", line 193, in _run_module_as_main
      return _run_code(code, main_globals, None,
    File "c:\users\saurav_nimesh\appdata\local\programs\python\python38\lib\runpy.py", line 86, in _run_code
      exec(code, run_globals)
    File "C:\Users\saurav_nimesh\AppData\Local\Programs\Python\Python38\Scripts\cmake.exe\__main__.py", line 4, in <module>
  ModuleNotFoundError: No module named 'cmake'
  error: command 'C:\Users\saurav_nimesh\AppData\Local\Programs\Python\Python38\Scripts\cmake.exe' failed with exit status 1
  ----------------------------------------
  ERROR: Failed building wheel for pyarrow
Failed to build pyarrow
ERROR: Could not build wheels for pyarrow which use PEP 517 and cannot be installed directly

已尝试安装 Windows 10 sdk 并更新 Visual studio 工具

请帮助完成基本步骤,我是 python 的 0 级,这样做只是为了进入 Superset

Apache Superset 固定在 pyarrow==0.15.1 上,但在 Python 3.8 上不可用,我不建议尝试让源代码构建工作。

请要求 Superset 开发人员更新到 pyarrow==0.16.0 或更高版本。同时,您可以使用 Python 3.7 或更低版本。