-
Notifications
You must be signed in to change notification settings - Fork 758
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
Add Python 3.13 support #4636
Comments
It's already supported: https://pyo3.rs/v0.22.5/changelog#packaging-1 |
Yes, it looks like downstream just needs to bump their PyO3 version. |
How may I install the latest PyO3 with pip? |
You don't install pyo3 with pip. pyo3 is a dependency of the Rust portion
of a Python package.
…On Mon, Oct 21, 2024 at 12:26 PM Koala Yeung ***@***.***> wrote:
How may I install the latest PyO3 with pip?
—
Reply to this email directly, view it on GitHub
<#4636 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAAGBAH4X3DRRKQF7UYANLZ4UTNDAVCNFSM6AAAAABQKPZYN2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMRXGE2TGNZXGE>
.
You are receiving this because you commented.Message ID:
***@***.***>
--
All that is necessary for evil to succeed is for good people to do nothing.
|
I believe the project in question is tokenizers: https://github.com/huggingface/tokenizers It is depending on pyo3 version 0.21. Which version should it depend on instead so it supports Python 3.13? |
It looks like you are waiting on huggingface/tokenizers#1639 |
Seems to be waiting for huggingface/tokenizers#1646 for that. |
Python 3.13 has been released in 7th Oct 2024. It is already scheduled to be shipped by some upcoming distro (e.g. Fedora 41). And since #3821, it is unable to be installed in Python 3.13. Please help to test and implement Python 3.13 support.
Related issue: ModelTC/lightllm#575
The text was updated successfully, but these errors were encountered: