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

fix bug when use pycharm remote #64

Open JinjieZhao opened 4 years ago

JinjieZhao commented 4 years ago

TkAgg cannot be imported when using pycharm remote.

If run in terminal, TkAgg is not necessary. snipaste20200322_205218

ImportError: Cannot load backend 'TkAgg' which requires the 'tk' interactive framework, as 'headless' is currently running