grantjenks / py-tree-sitter-languages

Binary Python wheels for all tree sitter languages.
Other
116 stars 35 forks source link

tree_sitter.Library.build_library was removed #67

Open doronbehar opened 3 weeks ago

doronbehar commented 3 weeks ago

Current build.py isn't compatible with latest tree_sitter. See:

https://github.com/tree-sitter/py-tree-sitter/discussions/241

iadnanmalik commented 1 week ago

Facing the same issue

sansmoraxz commented 6 days ago

Looks like v0.22.0 is the culprit. Installing an earlier version of tree-sitter separately can be a workaround.