ThilinaRajapakse/simpletransformers

VersionConflict Error

azizcu opened this issue · 5 comments

error
Please have a look i got this error for last couple of days .
I try to solve this error many time to reinstall and upgrade simpletransformer,transformer but i am not able to solve it .

@azizcu I am having the same issue.Were you able to resolve it?

IT WAS WORKING FINE TILL YESTERDAY

Workaround:
Install tokenizers==0.9.4 before install simpletransformers

In Colab for example;

!pip install tokenizers==0.9.4
!pip install simpletransformers

Yeah thanks it worked

Thank You it worked perfectly