无法为Python Windows安装dlib

时间:2018-04-08 19:56:42

标签: python anaconda dlib

我尝试为Python安装class Divisors(object): def __init__(self, integer): self.integer = integer def __iter__(self): self.divisor = 1 return self def next(self): while self.integer % self.divisor != 0: self.divisor += 1 if self.divisor > self.integer: raise StopIteration self.divisor += 1 return self.divisor - 1 。 我早就安装了Anaconda,Cmake。 当我在cmd(管理员)中键入此命令时,

dlib

我收到以下错误 enter image description here

请帮帮我。感谢。

1 个答案:

答案 0 :(得分:0)

逐个卸载依赖库,然后尝试重新安装此库。

conda uninstall<依赖>