-
Notifications
You must be signed in to change notification settings - Fork 818
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
unable to install on python 3.12 via pip #1393
Comments
You need to have cargo installed because we did not push wheels for mac with py>3.10. @Narsil should we try go up to 3.11 / 3.12 or are we limited by the runners ? |
No, I using x86 windows os, not mac. Additionally, I still cannot install tokenizers after |
Sorry for the confusion. You have to install rust, and probably not through pip. We compiled the wheels for python up to 3.11 not above |
@ArthurZucker Would you be up to do a patch release with adding 3.12 support ? |
Sure, I'll work on this this week 😉 |
Hey @ArthurZucker would the lack of wheel compilation also be the reason for the following error?: I can't get chromadb to import tokenizers, it says it doesnt exist even though it does. I'm not sure if I should start a separate issue. |
This means corrupted file, probably unfinished download or something along those lines, delete the folder a install again I think. |
See #1406 that will try to release for windows x python 3.12 |
Christmas delays planning a release for tomorrow 🤗 |
Another option is to install tokenizers through conda: |
Reproducing:
The text was updated successfully, but these errors were encountered: