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
I tried to install by pip install calamanCy but following error occured.
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for tokenizers
Successfully built spacy-transformers
Failed to build tokenizers
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (tokenizers)
And, the solution is "Downgrading to python 3.10". For calamanCy, too, I succeeded installing and running on Python 3.10.
This doesn't work on Python 3.12?
Thanks,
The text was updated successfully, but these errors were encountered:
Hi @lamrongol , yes right now this library is only tested from 3.10 below. I am supposed to make a large early next year with new models and datasets and we'll start testing on higher Python versions.
I tried to install by
pip install calamanCy
but following error occured.I searched and similar error occurs for other tokenizer: ERROR: Failed building wheel for tokenizers · Issue #1050 · huggingface/tokenizers
And, the solution is "Downgrading to python 3.10". For calamanCy, too, I succeeded installing and running on Python
3.10
.This doesn't work on Python
3.12
?Thanks,
The text was updated successfully, but these errors were encountered: