thoughtworksarts / EmoPy

A deep neural net toolkit for emotion analysis via Facial Expression Recognition (FER)
https://thoughtworksarts.io/blog/emopy-emotional-expression-toolkit/
GNU Affero General Public License v3.0
919 stars 264 forks source link

requirements.txt 是空的 #46

Closed rovesoul closed 4 years ago

rovesoul commented 4 years ago

通过pip install -r requirements.txt 这个安装失败,因为requirements这个文件里啥也没有.

stayrascal commented 4 years ago

The dependencies of this project are defined in setup.py, which is another way to defined dependencies, which will install dependencies when running pip install -r requirements.txt, Could you please double check it, please provide more information if you still meet this problem.

satishdash commented 4 years ago

@rovesoul I believe there's no issue in here after @anjutiwari s change. Please do have a run again.

microcosm commented 4 years ago

Thanks all

@rovesoul please open a new issue if you encounter another problem.