tree-sitter / py-tree-sitter

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

FutureWarning: Language(path, name) is deprecated. #223

Closed SunBK201 closed 5 months ago

SunBK201 commented 5 months ago

When I use Language(path, name) in py-tree-sitter v0.21.3, I get: FutureWarning: Language(path, name) is deprecated. I know this method of loading languages is deprecated and will be removed in v0.22.0. But I need to use tree-sitter-cpp Parser, but at present there is only tree_sitter_python pre-compiled binary wheels.

ObserverOfTime commented 5 months ago

tree-sitter/tree-sitter-cpp#250