【发布时间】:2018-03-29 17:47:27
【问题描述】:
我在安装 dlib 时遇到问题。我使用的是 debian 7 和 python 2.7。这就是完整的代码。
我按照这些指南中的步骤操作 - https://www.pyimagesearch.com/2017/03/27/how-to-install-dlib/
您可以在此处找到完整日志 - https://paste.ee/p/AbXxJ
【问题讨论】:
标签: python-2.7 debian dlib
我在安装 dlib 时遇到问题。我使用的是 debian 7 和 python 2.7。这就是完整的代码。
我按照这些指南中的步骤操作 - https://www.pyimagesearch.com/2017/03/27/how-to-install-dlib/
您可以在此处找到完整日志 - https://paste.ee/p/AbXxJ
【问题讨论】:
标签: python-2.7 debian dlib
GCC 4.7 太旧了。你需要一个 C++11 编译器。获取更新版本的 GCC。
【讨论】: