簡體   English   中英

在mac上的python3中安裝dlib

[英]Install dlib in python3 on mac

得到以下錯誤:

Collecting dlib
  Using cached dlib-19.1.0.tar.gz
Installing collected packages: dlib
  Running setup.py install for dlib ... error
    Complete output from command /Library/Frameworks/Python.framework/Versions/3.5/bin/python3.5 -u -c "import setuptools, tokenize;__file__='/private/var/folders/x1/bsml9c1532x102zlxhqt_k380000gn/T/pip-build-_1n6svbf/dlib/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /var/folders/x1/bsml9c1532x102zlxhqt_k380000gn/T/pip-0m_zvdwp-record/install-record.txt --single-version-externally-managed --compile:
    running install
    running build
    error: Cannot find cmake, ensure it is installed and in the path.
    You can install cmake on OSX using `sudo brew install cmake`.
    You can also specify its path with --cmake parameter.

    ----------------------------------------

然后sudo brew install cmake也沒有安裝。 任何解決方案。

也許你應該使用沒有sudo的brew ..

brew install cmake

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM