Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

error: command 'cmake' failed: No such file or directory [duplicate]

Getting error while installing vaex in Pycharm with Python3.8 I have installed below before running this on my Win-10 64-bit:

- cmake v3.15.3
- pep517 v0.8.1
- pip v19.3.1

Error logs:

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.

Any idea, what I am missing?

like image 538
user1222006 Avatar asked May 01 '26 11:05

user1222006


1 Answers

Are you able to install CMake in your system? I had the same issue and I used pip3 install cmake.

like image 90
SummerXia Avatar answered May 03 '26 00:05

SummerXia



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!