0

I'm trying to install dlib on windows 10 , but with no success , and i'm wondering if there is someone who could give me a hand . I first tried to install cmake :

  pip install cmake

that went great , then this is all the commands that i tried without success :

  pip install dlib


  python -m pip install https://files.pythonhosted.org/packages/0e/ce/f8a3cff33ac03a8219768f0694c5d703c8e037e6aba2e865f9bae22ed63c/dlib-19.8.1-cp36-cp36m-win_amd64.whl#sha256=794994fa2c54e7776659fddb148363a5556468a6d5d46be8dad311722d54bfcf.

  conda install -c menpo dlib

all , witthout success , does anybody have a solution ? , thank you

DouL
  • 142
  • 1
  • 3
  • 12
  • 1
    Can you add the complete error log to the question? – hoefling Aug 30 '19 at 15:56
  • 1
    Why the `menpo` channel? That channel isn't maintained at all. Conda Forge has the latest (v19.17) `dlib` including Windows. `conda install -c conda-forge dlib` If it has problems, then create a new env (`conda create`). – merv Aug 30 '19 at 18:28
  • Thank you , that's actually what i've done , and it worked. – DouL Sep 10 '19 at 14:26

0 Answers0