我正在尝试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级,这样做只是为了获得超集
发布于 2020-02-28 02:34:20
Apache Superset被固定在pyarrow==0.15.1上,这在Python3.8上不可用,我不建议尝试从源代码构建。
请要求超集开发人员更新到pyarrow==0.16.0或更高版本。同时,您可以使用Python 3.7或更低版本。
https://stackoverflow.com/questions/60437942
复制相似问题