problem in installing dlib module for anaconda on mac os

女生的网名这么多〃 提交于 2020-01-25 09:18:06

问题


Im trying to install dlib on my mac os, I used anaconda and the picture below is an error occurred when i attempted to install the module.

I did install cmake, but it still failed.

Thank you in advance for helpiing me to figuring this out, cheers.


回答1:


Dlib is support with python 3.6 to 3.7.0 version s.Try to install the dlib in anaconda prompt by following command.,

step 1: conda create -n env_name python=3.7.0

step 2: conda activate env_name

step 3: conda install -c conda-forge dlib=19.17

-c is stands for channel, conda-forge is one of channels.

you can find all supported packages for conda's in this link https://repo.anaconda.com/pkgs/main/win-64/



来源:https://stackoverflow.com/questions/58570219/problem-in-installing-dlib-module-for-anaconda-on-mac-os

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!