I'm trying to install Dlib in anaconda python with this line:
conda install -c menpo dlib
and I'm getting error like this:
UnsatisfiableError: The following specifications were found to be in conflict: - dlib - xlwtUse "conda info <package>" to see the dependencies for each package.
How can I solve this problem?