-
Notifications
You must be signed in to change notification settings - Fork 808
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
Python 3.13 support #1639
Comments
Hey! we'll ship support as soon as maturin has it! |
Maturin has support but you need to bump the PyO3 version to 0.22. |
Happy to help with this :). |
Ah good catch I forgot about this. Bumping is gonna be bit annoying, I think pyo3 <-> numpy has an issue |
Ah, we're just about to release |
|
Cool! I'll work on that in the week! |
+1 |
@ArthurZucker I am wondering if you could release the new version that includes this fix. |
Release is out, sorry could not do it this weekend had to rest a bit! 🤗 |
Thank you @ArthurZucker 🙏🏻 |
specifically avoiding issue with 'py03' that seemed to be coming from tokenizers dependency. see also: huggingface/tokenizers#1639
The library cannot be built/installed with Python 3.13 RC.
Dockerfile:
Output:
The text was updated successfully, but these errors were encountered: