尝试安装需要cmake的库时,如下所示:
!pip install dlibnotebook返回以下错误:
error: [Errno 2] No such file or directory: 'cmake': 'cmake'发布于 2018-01-30 18:55:33
你可以在google-colaboratory上使用apt命令,这样你就可以很容易地安装cmake:
!apt update
!apt install -y cmake
!pip install dlibhttps://stackoverflow.com/questions/48519700
复制相似问题