Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
361 views
in Technique[技术] by (71.8m points)

python - installation of package dlib in conda

I need your help really.

I'm trying to include the dlib package in my conda application (python 3.8) but I do not know what else to do because I can't install it.

I have tried with:

  1. https://anaconda.org/conda-forge/dlib --> conda install -c conda-forge dlib ImportError: DLL load failed while importing dlib...

enter image description here

  1. pip install dlib -- Error with cmake, but I have installed cmake in conda... enter image description here

  2. Create a clone with Git.. Nothing...

I don't know what i can do, because in http://dlib.net/release_notes.html

enter image description here

question from:https://stackoverflow.com/questions/65862317/installation-of-package-dlib-in-conda

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...