I'm trying to install the dlib
package in Anaconda by running the following:
conda install -c menpo dlib
I'm getting the following error:
UnsatisfiableError: The following specifications were found to be in conflict:
- dlib
- zict
Use "conda info <package>" to see the dependencies for each package.
How can I solve this problem?