library · inferred from evidence
sentencepiece
A library for tokenization, referenced as a dependency in the ai21 SDK.
- `pip install chromadb` fails with python 3.11.0
[HammadB (maintainer)]: chromadb pulls in PyTorch through sentence-transformers, and at the time PyTorch had no Python 3.11 wheels, so pip install chromadb failed on 3.11 with conflicting dependencies. Fix: use Python 3.10 or earlier for ch
- ai21 SDK installation fails on Python 3.13 (sentencepiece==0.2.0 has no 3.13 support)
This was fixed upstream. The blocker was the sentencepiece==0.2.0 pin, which had no Python 3.13 support.