我可以看到在Python中安装了face_recognition软件包。
PS C:\Users\kmani\AppData\Local\Programs\Python\Python37-32\Lib\site-packages> pip list
click 7.1.1
cmake 3.16.3
cx-Oracle 7.3.0
dlib 19.19.0
et-xmlfile 1.0.1
face-recognition 1.3.0
face-recognition-models 0.3.0
jdcal 1.4.1
numpy 1.18.2
openpyxl 2.6.2
Pillow 7.1.1
pip 19.2.3
setuptools 41.2.0
xlwt 1.3.0
但是出现错误
'ModuleNotFoundError:没有名为'face_recognition'的模块
在IDLE中使用import face_recognition时。
导入face_recognition
Traceback (most recent call last):
File "<pyshell#3>", line 1, in <module>
import face_recognition
ModuleNotFoundError: No module named 'face_recognition'