Here I installed the library as follows dlib(Jupyter Anaconda 3):
conda create -n envname
conda activate envname
conda install -c conda-forge dlib
But there is an error in the ..ipynb file when importing the library.
Here I installed the library as follows dlib(Jupyter Anaconda 3):
conda create -n envname
conda activate envname
conda install -c conda-forge dlib
But there is an error in the ..ipynb file when importing the library.