Closed taofuns closed 1 year ago
FileNotFoundError: [Errno 2] No such file or directory: 'cmake'
[...] RuntimeError: CMake must be installed to build qdldl
You will need to install CMake and then try again
FileNotFoundError: [Errno 2] No such file or directory: 'cmake'
[...]
RuntimeError: CMake must be installed to build qdldl
You will need to install CMake and then try again
Thanks, I had used pip3 install cmake
, it didn’t work. Then I tried “brew install cmake”, the problem was solved.
how to solve this? There seem to be some errors when installing packages. I use python3.11.5.