我正在尝试使用以下方式安装dlib:
pip install dlib
但是,我收到1条警告和1条涉及找不到的文件的错误:
CMake Warning at /home/me/anaconda2/envs/deepnn/share/cmake-3.14/Modules/FindCUDA.cmake:893 (message):
Expecting to find librt for libcudart_static, but didn't find it.
和
/usr/include/limits.h:26:10: fatal error: bits/libc-header-start.h: No such file or directory
但是,两个文件都存在。...
librt.a
和librt.so
都在\usr\lib\x86_64-linux-gnu
中
\bits\libc-header-start.h
在\usr\include
有人知道发生了什么事或者我应该怎么做?我倾向于在x86_64-linux-gnu
目录的父目录中安装软链接。这合理吗,还是我应该做些其他事情?