Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

incompatible with transformers 2.3.0 with tokenizers 0.0.11 #82

Closed
dsindex opened this issue Jan 17, 2020 · 1 comment
Closed

incompatible with transformers 2.3.0 with tokenizers 0.0.11 #82

dsindex opened this issue Jan 17, 2020 · 1 comment

Comments

@dsindex
Copy link

dsindex commented Jan 17, 2020

$ pip install tokenizers --upgrade
ERROR: transformers 2.3.0 has requirement tokenizers==0.0.11, but you'll have tokenizers 0.1.1 which is incompatible.
Installing collected packages: tokenizers
  Found existing installation: tokenizers 0.0.11
    Uninstalling tokenizers-0.0.11:
      Successfully uninstalled tokenizers-0.0.11
Successfully installed tokenizers-0.1.1

is it no problem?

@n1t0
Copy link
Member

n1t0 commented Jan 17, 2020

Hi @dsindex. We are currently in the process of updating transformers with the last version of tokenizers so this is totally normal. You will be able to upgrade soon!
Also please note that tokenizers being quite young, we sometimes introduce breaking changes, so having a specific version that can be used with transformers lets us make sure everything keeps working for you.

@dsindex dsindex closed this as completed Jan 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants