menpo / conda-dlib

Conda recipe for the dlib pacakge
BSD 3-Clause "New" or "Revised" License
9 stars 6 forks source link

PackageNotFoundError: Dlib #13

Closed Tejeshwarabm closed 7 years ago

Tejeshwarabm commented 7 years ago

I have followed all the steps mentioned below, $ conda install conda-build $ git clone https://github.com/menpo/conda-dlib $ cd conda-dlib $ conda config --add channels menpo $ conda build conda/ $ conda install /PATH/TO/DLIB/PACKAGE.tar.gz

########################################## But I have faced following error

PackageNotFoundError: Package missing in current linux-64 channels:

patricksnape commented 7 years ago

Please use the conda-forge build of dlib conda install dlib -c conda-forge