question about requirements
Closed this issue · 2 comments
lifeiove commented
Hi@aorriaga
Thanks for your sharing!
I used this code but I have a question.What is the statistics in your requirements?Is it statsmodel in python or others?When I used it ,it will raise:
File "video_emotion_color_demo.py", line 1, in
from statistics import mode
ImportError: No module named statistics ###
I found some way,but it didn't work.
Thanks
Lifei
mirceaciu commented
pip install statistics
worked for me
lifeiove commented
@mirceaciu Thank you! I used this method before,but it didn't work.Probably a version question.I will try again.Thank you!