在mac上的python3中安装dlib
Posted
技术标签:
【中文标题】在mac上的python3中安装dlib【英文标题】:Install dlib in python3 on mac 【发布时间】:2017-05-26 04:00:51 【问题描述】:得到以下错误:
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 也没有安装。 对此的任何解决方案。
【问题讨论】:
【参考方案1】:也许你应该使用没有 sudo 的 brew..
brew install cmake
【讨论】:
以上是关于在mac上的python3中安装dlib的主要内容,如果未能解决你的问题,请参考以下文章
mac上的xampp-vm在堆栈管理器中安装后找不到'/opt/lampp'目录
如何在 mac os x (10.9) 上的 python 中安装 libgpuarray 和 clBLAS?
尝试在 Mac OS X 10.7.5 上的 usr/local/bin 中安装 composer
在 Windows10 上的 Python 3.10 中安装 scipy 时出错