简体   繁体   English

djanjo dlib集成-pip install dlib在macOS 10.13.1上有错误

[英]Djanjo dlib integration - pip install dlib have errors on macos 10.13.1

I am trying to install dlib library for my django project on my mac (macos 10.13.1), however i have this failure. 我正在尝试在Mac(macos 10.13.1)上为django项目安装dlib库,但是我遇到了此故障。 I am using pip install dlib 我正在使用pip install dlib

below is the full execution with error 下面是有错误的完整执行

https://gist.github.com/axilaris/af361e54bd78a11fc35fc5029de69caa https://gist.github.com/axilaris/af361e54bd78a11fc35fc5029de69caa

Maybe you need to install Boost before trying to install the dlib library. 也许您需要在尝试安装dlib库之前先安装Boost。

The simplest way is to download MacPorts, and run the following command: 最简单的方法是下载MacPorts,然后运行以下命令:

sudo port install boost 

I edited my post because I think I provided the wrong link. 我编辑了帖子,因为我认为我提供了错误的链接。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM