grantjenks / py-tree-sitter-languages

Binary Python wheels for all tree sitter languages.
Other
169 stars 48 forks source link

tree_sitter.Library.build_library was removed #67

Open doronbehar opened 6 months ago

doronbehar commented 6 months ago

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

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

iadnanmalik commented 5 months ago

Facing the same issue

sansmoraxz commented 5 months ago

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