Skip to content
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

SBERT won't install with Python 3.12 #72

Open
raffaem opened this issue Dec 6, 2023 · 1 comment
Open

SBERT won't install with Python 3.12 #72

raffaem opened this issue Dec 6, 2023 · 1 comment

Comments

@raffaem
Copy link
Contributor

raffaem commented Dec 6, 2023

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

@MaartenGr
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants