You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]`
I think the problem is that thetree-sitter syntax dependency fails to build with Python 3.13 before tree-sitter v0.23.1.
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:
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: