feel-it
feel-it copied to clipboard
Error for the sample Colab tutorial
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
Hello!
!pip install transformers==4.11.3
should solve the issue for now. we probably need to update the requirements
Thanks!
I was able to build it flawless on ubuntu, by using python3 venv Thanks!