使用python 3.6在windows 10中安装imutils

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用python 3.6在windows 10中安装imutils相关的知识,希望对你有一定的参考价值。

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

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

我也试过pip install imutils,但又出现了另一个错误.enter image description here

任何人都可以分享如何使用Python 3.6.3 :: Anaconda自定义(64位)在Windows 10中安装imutils

答案

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

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

该软件包将被安装。

以上是关于使用python 3.6在windows 10中安装imutils的主要内容,如果未能解决你的问题,请参考以下文章

如何在python=3.6中安装torch==0.3.1

在 Windows 7 上为 Python 3.6 安装 libtorrent

可以在python 3.6中安装python 3.5包吗?

详解如何在 Linux 中安装最新的 Python 3.6 版本

无法在 python 3.6 中安装 pickle

sh 在Amazon Linux中安装Python 3.6