Menpofit dlib:使用conda在Windows 10上安装期间出现不满意错误

时间:2017-11-20 20:26:25

标签: python python-3.x conda dlib menpo

我一直试图在干净的anaconda上安装menpofit一段时间了。我已关注instructions on the menpo project website for Windows,但在尝试使用conda install -c menpo menpofit安装menpofit时出现以下错误。

错误讯息:

UnsatisfiableError: The following specifications were found to be in conflict:
- menpofit -> dlib 18.16 -> boost 1.56.0 -> python 3.5*
- menpofit -> menpo 0.6.* -> matplotlib 1.4.* -> pyparsing 2.0.1
- python 3.6*
Use "conda info <package>" to see the dependencies for each package.

我尝试过:

运行conda install -c menpo menpo没有产生错误。我尝试使用conda-forge安装dlib和boost,但这并未更改错误消息。我尝试使用python 3.5创建conda环境。这似乎安装,但我很快遇到了一些新的问题,没有找到模块和许多其他错误值得他们自己的问题线程。重新启动计算机或重新安装anaconda似乎没有任何改变。

作为参考,我在32位Window 10计算机上运行python 3.6。

任何建议都将不胜感激!

1 个答案:

答案 0 :(得分:0)

我最终决定使用python 2.7(conda create -n envname python=2.7)。这似乎解决了我所有的依赖问题。