Python 在jupyter笔记本中导入deepface时出现导入错误

Python 在jupyter笔记本中导入deepface时出现导入错误,python,deep-learning,Python,Deep Learning,你打错了。应根据从deepface导入deepface ImportError Traceback (most recent call last) <ipython-input-2-c84542f3b18d> in <module> ----> 1 from deepface import deepface ImportError: cannot import name 'deepface' from '

你打错了。应根据从deepface导入deepface

ImportError                               Traceback (most recent call last)
<ipython-input-2-c84542f3b18d> in <module>
----> 1 from deepface import deepface

ImportError: cannot import name 'deepface' from 'deepface' (C:\Anaconda\lib\site-packages\deepface\__init__.py)