错误:命令“cmake”失败:没有这样的文件或目录

use*_*006 5 python cmake pyarrow python-3.8 vaex

在使用 Python3.8 在 Pycharm 中安装 vaex 时出现错误 在我的 Win-10 64 位上运行此命令之前,我已经安装了以下命令:

- cmake v3.15.3
- pep517 v0.8.1
- pip v19.3.1
Run Code Online (Sandbox Code Playgroud)

错误日志:

running build_ext
creating build\temp.win-amd64-3.8
creating build\temp.win-amd64-3.8\Release
-- Running cmake for pyarrow
cmake -DPYTHON_EXECUTABLE=C:\Users\xxxxx\AppData\Local\Programs\Python\Python38\python.exe  -G "Visual Studio 14 2015 Win64" -DPYARROW_BOOST_USE_SHARED=on -DCMAKE_BUILD_TYPE=release C:\Users\xxxxx\AppData\Local\Temp\pip-install-g3tufyo5\pyarrow
error: command 'cmake' failed: No such file or directory
----------------------------------------
ERROR: Failed building wheel for pyarrow
ERROR: Could not build wheels for pyarrow which use PEP 517 and cannot be installed directly.
Run Code Online (Sandbox Code Playgroud)

知道吗,我缺少什么?

小智 3

您可以在系统中安装 CMake 吗?我有同样的问题并且我使用了pip3 install cmake.