【问题标题】:Having trouble while installing face_recognition using conda使用 conda 安装 face_recognition 时遇到问题
【发布时间】:2020-05-23 06:01:59
【问题描述】:

我尝试使用 “conda install face_recognition -c conda-forge face_recognition”安装 face_recognition 包

遇到以下错误:

PackageNotFoundError:当前频道中缺少包:

  • 人脸识别

我们已经在以下渠道搜索过包:

-https://conda.anaconda.org/conda-forge/win-64

-https://conda.anaconda.org/conda-forge/noah

-https://repo.continuum.io/pkgs/main/win-64

-https://repo.continuum.io/pkgs/free/win-64

-https://repo.continuum.io/pkgs/r/win-64

-https://repo.continuum.io/pkgs/pro/win-64

-https://repo.continuum.io/pkgs/pro/noarch

谁能帮我解决这个问题。

【问题讨论】:

    标签: python anaconda conda face-recognition


    【解决方案1】:

    您尝试安装的软件包is only able using pip,使用命令pip install face_recognition

    我知道使用 pip 安装某些包而使用 conda 安装其他包是个问题,但是您始终可以请求将包添加到 conda 索引...

    【讨论】:

      猜你喜欢
      • 2019-02-23
      • 1970-01-01
      • 1970-01-01
      • 2018-05-07
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-01-16
      • 2015-01-14
      相关资源
      最近更新 更多