tree-sitter / py-tree-sitter

Python bindings to the Tree-sitter parsing library
https://tree-sitter.github.io/py-tree-sitter/
MIT License
820 stars 98 forks source link

[tree-sitter-python] No matching distribution found for tree-sitter-python #218

Closed kbmlcoding closed 5 months ago

kbmlcoding commented 5 months ago

For below issue https://github.com/tree-sitter/py-tree-sitter/issues/206

Exciting project and i am wondering if there is any planned date of release for tree-sitter-python (so that i could build tree-sitter for one or more supported languages and use/develop AST for give code in python only)

ObserverOfTime commented 5 months ago

https://pypi.org/project/tree-sitter-python/

kbmlcoding commented 5 months ago

Thank you ..looks like i was getting that error because of absence of wheel for macos-arm..@ObserverOfTime Any plans for macos arm support for wheel file installation?

ObserverOfTime commented 5 months ago

That was a mistake in the workflow. You can either wait for the next version or install it from git for now.