ModuleNotFoundError:即使通过pip安装了所有软件包,IDLE中也没有名为“ face_recognition”的模块

时间:2020-04-03 06:15:25

标签: python-3.7 face-recognition

我可以看到在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'

0 个答案:

没有答案