PolyFuzz icon indicating copy to clipboard operation
PolyFuzz copied to clipboard

SBERT won't install with Python 3.12

Open raffaem opened this issue 7 months ago • 1 comments

Like the title, pip install polyfuzz[sbert] won't work with Python 3.12. I think it's because sentence-transformers require transformers<4, and transformers==3 is not compatible with 3.12? (only a conjecture)

It should be written in the documentation

raffaem avatar Dec 06 '23 12:12 raffaem