简体   繁体   English

找不到满足 dblib 要求的版本(来自版本:无)并且没有找到 dblib 的匹配分布

[英]could not find a version that satisfies the requirement dblib (from versions: none) and No matching distribution found for dblib

I want to use the face_recognition library on microsoft visual studio code using python 3.9.2, but it's requires dblib to install.我想在使用 python 3.9.2 的 Microsoft Visual Studio 代码上使用 face_recognition 库,但它需要安装 dblib。 but it always end up with ERROR: Command errored out with exit status 1. Right now i'm trying it with anaconda, but now the problem is always end up like this ERROR: Could not find a version that satisfies the requirement dblib (from versions: none) and ERROR: No matching distribution found for dblib但它总是以 ERROR: Command errored out with exit status 1 结束。现在我正在用 anaconda 尝试它,但现在问题总是像这样ERROR: 找不到满足 dblib 要求的版本(来自版本:无)和错误:找不到 dblib 的匹配分布

According to the description of the module " face_recognition ":根据模块“ face_recognition ”的描述:

"Built using dlib's state-of-the-art face recognition" “使用 dlib 最先进的人脸识别技术构建”

please install the module " dlib ":请安装模块“ dlib ”:

If you receive the following message when installing "dlib", please install the module "cmake": pip install cmake如果安装“dlib”时收到以下消息,请安装模块“cmake”: pip install cmake

在此处输入图像描述

check "dlib": pip show dlib检查“dlib”: pip show dlib

在此处输入图像描述

暂无
暂无

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

相关问题 错误:找不到满足 mathplotlib 要求的版本(来自版本:无)错误:找不到 mathplotlib 的匹配分布 - ERROR: Could not find a version that satisfies the requirement mathplotlib (from versions: none) ERROR: No matching distribution found for mathplotlib 错误:找不到满足要求的版本 os(来自版本:无) 错误:找不到匹配的发行版 os - ERROR: Could not find a version that satisfies the requirement os (from versions: none) ERROR: No matching distribution found for os 错误:找不到满足 tensorflow 要求的版本(来自版本:无)错误:没有找到 tensorflow 的匹配分布) - ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none) ERROR: No matching distribution found for tensorflow) 错误:找不到满足火炬要求的版本(来自版本:无)错误:找不到火炬的匹配分布 - ERROR: Could not find a version that satisfies the requirement torch (from versions: none) ERROR: No matching distribution found for torch 错误:无法从版本中找到满足 Django==1.10.5 要求的版本:无错误:未找到匹配的发行版 Django==1.10.5 - ERROR: Could not find a version that satisfies the requirement Django==1.10.5 from versions: none ERROR: No matching distribution found Django==1.10.5 错误:找不到满足 chatbot_demo_rest 要求的版本(来自版本:无)错误:找不到匹配的分发版 - ERROR: Could not find a version that satisfies the requirement chatbot_demo_rest (from versions: none) ERROR: No matching distribution found for 错误:找不到满足要求 cv2 的版本(来自版本:无)错误:找不到 cv2 的匹配分发 - ERROR: Could not find a version that satisfies the requirement cv2 (from versions: none) ERROR: No matching distribution found for cv2 找不到满足 java 要求的版本(来自版本:)没有找到与 java 匹配的发行版 - Could not find a version that satisfies the requirement java (from versions: ) No matching distribution found for java 错误:找不到满足熊猫要求的版本(来自版本:)找不到与熊猫匹配的发行版 - ERROR : Could not find a version that satisfies the requirement pandas (from versions: ) No matching distribution found for pandas 找不到满足张量流要求的版本(来自版本:)没有找到张量流的匹配分布 - Could not find a version that satisfies the requirement tensorflow (from versions:) No matching distribution found for tensorflow
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM