When trying to install a library that requires cmake
like this:
!pip install dlib
the notebook returns the following error:
error: [Errno 2] No such file or directory: 'cmake': 'cmake'
You can use apt
commands on google-colaboratory, so you can easily install cmake:
!apt update
!apt install -y cmake
!pip install dlib
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With