【问题标题】:Menpofit dlib: UnsatisfiableError during installation on Windows 10 using condaMenpofit dlib:使用 conda 在 Windows 10 上安装期间出现 UnsatisfiableError
【发布时间】:2018-05-04 04:05:39
【问题描述】:

一段时间以来,我一直在尝试在全新安装的 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。

任何建议将不胜感激!

【问题讨论】:

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


    【解决方案1】:

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

    【讨论】:

      猜你喜欢
      • 2023-02-24
      • 2017-05-21
      • 2017-06-14
      • 2018-02-18
      • 2018-11-30
      • 2020-04-07
      • 2018-09-18
      • 2021-12-18
      • 1970-01-01
      相关资源
      最近更新 更多