tree-sitter / py-tree-sitter

Python bindings to the Tree-sitter parsing library

Home Page:https://tree-sitter.github.io/py-tree-sitter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[tree-sitter-python] `No matching distribution found for tree-sitter-python`

shmuel44 opened this issue · comments

I am having trouble following the instructions in the Usage section of the README file.
The example in the README suggests that I can install the tree-sitter-python library from PyPi. However, when I try to do so by running pip install tree-sitter-python, I encounter an error.

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

Duplicate of #205