7

尝试安装需要cmake这样的库时:

!pip install dlib

笔记本返回以下错误:

error: [Errno 2] No such file or directory: 'cmake': 'cmake'
4

1 回答 1

20

您可以在 google-colaboratory 上使用apt命令,因此您可以轻松安装 cmake:

!apt update
!apt install -y cmake
!pip install dlib
于 2018-01-30T10:55:32.937 回答