-
Notifications
You must be signed in to change notification settings - Fork 837
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
pip install textual[syntax] does not work for python3.13 for latest version of textual #5208
Comments
We found the following entries in the FAQ which you may find helpful:
Feel free to close this issue if you found an answer in the FAQ. Otherwise, please give us a little time to review. This is an automated reply, generated by FAQtory |
I think the problem is that the Textual is using an older version of tree-sitter, as there were significant API changes and also doesn't support Python 3.8. There's a good summary of the difficulties of upgrading here: |
Thanks! |
tree-sitter was upgraded in Textual v0.89.0, so this should probably be closed. |
Tested and it works! Thanks. |
Don't forget to star the repository! Follow @textualizeio for Textual updates. |
Have you checked closed issues? https://github.com/Textualize/textual/issues?q=is%3Aissue+is%3Aclosed
Please give a brief but clear explanation of the issue. If you can, include a complete working example that demonstrates the bug. Check it can run without modifications.
When trying to install
textual[syntax]
using python3.13, pip fails to find a version after textual==0.37.1 to install. Follow these commands using python3.12 we are able to successfully download the latest textual using 'pip install textual[syntax]`The output is
But running the same commands using python3.13...
And then running
pip list | grep textual
we gettextual 0.37.1
The text was updated successfully, but these errors were encountered: