You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Managed to solve it and install Transformers 2.5.1 by manually install the last version of tokenizers (0.6.0) instead of 0.5.2 that is required in the transformer package.
Before running the installation edit transformers/setup.py and change requirement of tokenizers to 0.6.0
Line 93: install_requires=[
"numpy",
"tokenizers == 0.6.0",
Then run as usual:
cd transformers
pip install .
I assume that you could also skip the first step and just collect the package as you run the install.
I'm quite new to this, so just wanted to share my take.
error: Can not find Rust compiler
see huggingface/transformers#2980
The text was updated successfully, but these errors were encountered: