【问题标题】:Installing imutils in windows 10 with python 3.6使用 python 3.6 在 Windows 10 中安装 imutils
【发布时间】:2017-12-28 02:11:26
【问题描述】:

我需要 imutils 包来运行https://github.com/datitran/face2face-demo

问题是将它安装到我的机器上。我尝试了conda install -c mlgill imutils,但遇到了 PackageNotFoundError

我也尝试了pip install imutils,但出现了另一个错误。

谁能分享你如何在 Windows 10 中使用 Python 3.6.3 :: Anaconda custom (64-bit) 安装 imutils

【问题讨论】:

    标签: python window anaconda


    【解决方案1】:

    你可以在anaconda平台上安装pip 使用

    1. conda 安装 pip 然后使用 pip 安装 imutils
    2. pip install imutils

    软件包将被安装。

    【讨论】:

      猜你喜欢
      • 2017-08-17
      • 1970-01-01
      • 1970-01-01
      • 2017-06-28
      • 2017-12-19
      • 2018-09-20
      • 2020-02-25
      相关资源
      最近更新 更多