GumTreeDiff / tree-sitter-parser

A tree generated based upon the amazing tree-sitter library.
GNU Affero General Public License v3.0
5 stars 6 forks source link

Installation error #1

Closed SherloqueChang closed 2 years ago

SherloqueChang commented 2 years ago

Hi, I want to install tree-sitter-parser python binding. However, when I ran the command pip3 install tree_sitter in Windows cmd, an error occurred: Could not build wheels for tree_sitter, which is required to install pyproject.toml-based projects. Is there any way to resolve this issue? Thanks a lot.