feel-it icon indicating copy to clipboard operation
feel-it copied to clipboard

Error for the sample Colab tutorial

Open FereshtehFeiz opened this issue 2 years ago • 3 comments

Hello, Thanks for the work, I am trying to run the colab tutorial, I got this below error, while running these lines: from feel_it import EmotionClassifier emotion_classifier = EmotionClassifier() Error: Invalid version: '0.10.1,<0.11'

Could you help me?

Thanks

FereshtehFeiz avatar Feb 10 '23 12:02 FereshtehFeiz

Hello!

!pip install transformers==4.11.3

should solve the issue for now. we probably need to update the requirements

vinid avatar Feb 10 '23 19:02 vinid

Thanks!

FereshtehFeiz avatar Feb 13 '23 08:02 FereshtehFeiz

I was able to build it flawless on ubuntu, by using python3 venv Thanks!

tassoman avatar Jun 22 '23 15:06 tassoman