简体   繁体   English

Menpofit dlib:使用conda在Windows 10上安装期间出现UnsatisfiableError

[英]Menpofit dlib: UnsatisfiableError during installation on Windows 10 using conda

I have been trying to install menpofit on a clean installation of anaconda for a while now. 我一直在尝试将menpofit安装在全新安装的anaconda上。 I have followed the instructions on the menpo project website for Windows , but I get the following error when I try to install menpofit using conda install -c menpo menpofit . 我已经按照Windows的menpo项目网站上说明进行操作 ,但是当我尝试使用conda install -c menpo menpofit来安装menpofit时,出现以下错误。

Error Message: 错误信息:

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.

What I have tried: 我尝试过的

Running conda install -c menpo menpo did not produce an error. 运行conda install -c menpo menpo不会产生错误。 I attempted to install dlib and boost using conda-forge , but this did not change the error message. 我尝试使用conda conda-forge forge安装dlib和boost,但这并未更改错误消息。 I tried creating the conda environment using python 3.5. 我尝试使用python 3.5创建conda环境。 This seemed to install, but I quickly ran into a host of new problems with modules not being found and plenty of other errors that deserve their own question threads. 这似乎已安装,但我很快遇到了许多新问题,未找到模块,还有许多其他错误,应有自己的问题线程。 Rebooting the computer or reinstalling anaconda did not seem to change anything. 重新启动计算机或重新安装anaconda似乎没有任何改变。

For reference, I am running python 3.6 on a 32bit Window 10 computer. 作为参考,我在32位Window 10计算机上运行python 3.6。

Any suggestions would be greatly appreciated! 任何建议将不胜感激!

I eventually settled on using python 2.7 ( conda create -n envname python=2.7 ). 我最终决定使用python 2.7( conda create -n envname python=2.7 )。 This seems to have solved all of my dependency issues. 这似乎已经解决了我所有的依赖问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM