简体   繁体   English

使用 conda 安装 face_recognition 时遇到问题

[英]Having trouble while installing face_recognition using conda

I tried to install face_recognition package using "conda install face_recognition -c conda-forge face_recognition"我尝试使用“conda install face_recognition -c conda-forge face_recognition”安装face_recognition包

and bumped into the following error:并遇到以下错误:

PackageNotFoundError: Packages missing in current channels: PackageNotFoundError:当前频道中缺少软件包:

  • face_recognition人脸识别

We have searched for the packages in the following channels:我们在以下渠道搜索到了包裹:

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

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

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

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

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

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

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

can someone please help me resolve this issue.有人可以帮我解决这个问题。

The package that you are trying to install is only able using pip , using the command pip install face_recognition .您尝试安装的软件包只能使用 pip ,使用命令pip install face_recognition

I know it's a problem to install some packages using pip and others using conda, but you can always request the addition of the package to conda index...我知道使用 pip 安装某些软件包和使用 conda 安装其他软件包是一个问题,但是您始终可以请求将软件包添加到 conda 索引...

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

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