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

can not install tree-sitter-python on mac m1 #259

Closed SpeedTest-AI closed 2 months ago

SpeedTest-AI commented 2 months ago

Hi, my computer is mac m1, I can install tree-sitter successfully, but can not install tree-sitter-python. below is details

pip3 install tree-sitter-python ERROR: Could not find a version that satisfies the requirement tree-sitter-python (from versions: none) ERROR: No matching distribution found for tree-sitter-python

merriam commented 2 months ago

This come up. The repository is a fake, just an abandoned side project. They have not released to PyPi. You will find a few closed issues where they never intend to do so.

ObserverOfTime commented 2 months ago

Wrong.