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
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
The text was updated successfully, but these errors were encountered:
Thanks for sharing this! I cannot say for certain whether this will end up in the documentation since support for sub-dependencies change often over time. Also, considering there is a new and very active maintainer for sentence-transformers, this might change quickly.
Either way, I'll leave this open for other users experiencing this issue.
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
The text was updated successfully, but these errors were encountered: