Mayank Singh

Results 4 comments of Mayank Singh

This happens because the `cmake` package is not installed by default for Windows. To install it download the exe file for windows from this link - https://cmake.org/download/ According to your...

are you checking this in VS code integrated terminal or separate power shell window? have you restarted your system after install?

does `gcc --version` work? If yes, then download from - https://visualstudio.microsoft.com/visual-cpp-build-tools/ and install c++ build tools from it and retry

This is most probably a memory overflow issue. Since you said your input is streamed, meaning your memory and compute usage will be quite high, try with higher capacity CPU...