Unable to install PyNvVideoCodec on Google Colab

Hello, I’m unable to install PyNvVideoCodec on Google Colab. I get an error " ModuleNotFoundError: No module named ‘cmake’". I get the same error trying to install to a fresh venv on windows. In both environments I am able to ‘import cmake’.

Any ideas? I am just getting started with this library so I may be doing something silly. I was able to build NVENC samples on windows using the VS2022 solutions, so the nvenc environment seems to be present.

Hi @mauricef
Error " ModuleNotFoundError: No module named ‘cmake’" is due to system cmake not being installed through repository like APT. Could you please try installing cmake?
Latest version of PyNvVideoCodec v2.0.2 is now available for installation on PyNvVideoCodec · PyPI