简体   繁体   English

在 jupyter 上安装 dlib(Anaconda 3)

[英]dlib installation on jupyter(Anaconda 3)

Can anyone tell that how much time it will take to install the 'dlib' library in jupyter.谁能告诉我在 jupyter 中安装“dlib”库需要多长时间。 I am trying from 2 days but its not installing.我从 2 天开始尝试,但没有安装。 Thanks.谢谢。

I have used following command to install dlib in jupyter: pip install dlib我使用以下命令在 jupyter 中安装 dlib:pip install dlib

Open powershell in anaconda.在 anaconda 中打开 powershell。 Create an environment using使用创建环境

conda create -n envname

and activate the environment via并通过激活环境

conda activate envname

Then try this:然后试试这个:

conda install -c conda-forge dlib

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

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