-
Notifications
You must be signed in to change notification settings - Fork 845
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
fails - Building wheel for tokenizers (pyproject.toml) #1088
Comments
Hi @FurkanGozukara , What platform are you on ? Can you try at least to see if using a more recent version of |
@Narsil only version 2.11 tokenizer works I tested newer version and failed |
Only version |
@Narsil unfortunately yes :( Looks like authors have abandoned the project. I have mailed them several times no response. Also they have an older question which states only 2.11 works. And the 1 newer version of transformers is version 3 which breaks their project i tried that What is interesting that why I cant install transformers==v2.11.0 |
What platform are you on ? I think I'm guessing is that A workaround could be checking out |
@Narsil i am on Windows 10 I have tried many version of rust and all failed So best way is modifying 2.11 installation and removing tokenizers? |
I think so, |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
Hello. I am trying to make this project work
https://github.com/xashru/punctuation-restoration
it requires specific version of transfomers
i have tried so many different rust version but still cant fix this error
(punct) C:\punctuation-restoration>pip install -r requirements.txt
Collecting transformers==v2.11.0
Using cached transformers-2.11.0-py3-none-any.whl (674 kB)
Collecting pytorch-crf
Using cached pytorch_crf-0.7.2-py3-none-any.whl (9.5 kB)
Collecting packaging
Using cached packaging-21.3-py3-none-any.whl (40 kB)
Collecting sacremoses
Using cached sacremoses-0.0.53.tar.gz (880 kB)
Preparing metadata (setup.py) ... done
Collecting regex!=2019.12.17
Using cached regex-2022.9.13-cp310-cp310-win_amd64.whl (267 kB)
Collecting requests
Using cached requests-2.28.1-py3-none-any.whl (62 kB)
Collecting sentencepiece
Using cached sentencepiece-0.1.97-cp310-cp310-win_amd64.whl (1.1 MB)
Collecting tqdm>=4.27
Using cached tqdm-4.64.1-py2.py3-none-any.whl (78 kB)
Collecting tokenizers==0.7.0
Using cached tokenizers-0.7.0.tar.gz (81 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting filelock
Using cached filelock-3.8.0-py3-none-any.whl (10 kB)
Collecting numpy
Using cached numpy-1.23.4-cp310-cp310-win_amd64.whl (14.6 MB)
Collecting colorama
Using cached colorama-0.4.5-py2.py3-none-any.whl (16 kB)
Collecting pyparsing!=3.0.5,>=2.0.2
Using cached pyparsing-3.0.9-py3-none-any.whl (98 kB)
Collecting idna<4,>=2.5
Using cached idna-3.4-py3-none-any.whl (61 kB)
Collecting urllib3<1.27,>=1.21.1
Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB)
Collecting certifi>=2017.4.17
Using cached certifi-2022.9.24-py3-none-any.whl (161 kB)
Collecting charset-normalizer<3,>=2
Using cached charset_normalizer-2.1.1-py3-none-any.whl (39 kB)
Collecting six
Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting click
Using cached click-8.1.3-py3-none-any.whl (96 kB)
Collecting joblib
Using cached joblib-1.2.0-py3-none-any.whl (297 kB)
Building wheels for collected packages: tokenizers
*Building wheel for tokenizers (pyproject.toml) ... *
× Building wheel for tokenizers (pyproject.toml) did not run successfully.
The text was updated successfully, but these errors were encountered: