Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
尝试安装需要cmake这样的库时:
cmake
!pip install dlib
笔记本返回以下错误:
error: [Errno 2] No such file or directory: 'cmake': 'cmake'
您可以在 google-colaboratory 上使用apt命令,因此您可以轻松安装 cmake:
apt
!apt update !apt install -y cmake !pip install dlib