1

I am trying to install adapter-transformers=3.1.0, then it give following error. How could I find the compatible adapter-transformers version for tokenizers==0.9.2?

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. transformers 3.4.0 requires tokenizers==0.9.2, but you have tokenizers 0.13.2 which is incompatible.

cronoik
  • 15,434
  • 3
  • 40
  • 78
  • You already have tokenizers 0.13.2 installed. Try to install `tokenizers==0.9.2`. – cronoik Mar 12 '23 at 19:36
  • transformers 3.4.0 requires tokenizers==0.9.2, but you have tokenizers 0.13.2 which is incompatible. – D.L Mar 12 '23 at 23:21

0 Answers0