我正在尝试dlib通过运行以下命令在Anaconda中安装软件包:
conda install -c menpo dlib
Run Code Online (Sandbox Code Playgroud)
我收到以下错误:
UnsatisfiableError: The following specifications were found to be in conflict:
- dlib
- zict
Use "conda info <package>" to see the dependencies for each package.
Run Code Online (Sandbox Code Playgroud)
我怎么解决这个问题?