简体   繁体   中英

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. 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

According to the description of the module " face_recognition ":

"Built using dlib's state-of-the-art face recognition"

please install the module " dlib ":

If you receive the following message when installing "dlib", please install the module "cmake": pip install cmake

在此处输入图像描述

check "dlib": pip show dlib

在此处输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

Related Question ERROR: Could not find a version that satisfies the requirement mathplotlib (from versions: none) ERROR: No matching distribution found for mathplotlib ERROR: Could not find a version that satisfies the requirement os (from versions: none) ERROR: No matching distribution found for os 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 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 ERROR: Could not find a version that satisfies the requirement chatbot_demo_rest (from versions: none) ERROR: No matching distribution found for ERROR: Could not find a version that satisfies the requirement cv2 (from versions: none) ERROR: No matching distribution found for cv2 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