简体   繁体   中英

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. I am using pip install dlib

below is the full execution with error

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

Maybe you need to install Boost before trying to install the dlib library.

The simplest way is to download MacPorts, and run the following command:

sudo port install boost 

I edited my post because I think I provided the wrong link.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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