此问题在此处已有答案:
CMake command is not recognized(2个答案)
上个月关门了。
获取错误,而安装vaex在Pycharm与Python3.8我已经安装了下面在我的Win-10 64位运行此之前:
- cmake v3.15.3
- pep517 v0.8.1
- pip v19.3.1
错误日志:
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.
你知道我错过了什么吗
2条答案
按热度按时间r3i60tvu1#
你能在你的系统中安装CMake吗?我也遇到了同样的问题,我用的是
pip3 install cmake
。5t7ly7z52#
pip 3安装--升级pip
pip 3安装cmake