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

Post Source to pypi #245

Closed lboecken closed 3 months ago

lboecken commented 3 months ago

The pypi page has limited number of wheels, and I ended not having a match (Linux ARM via Docker on M1 Pro). The fallback source was not available so I had to install the package via the git url. Can the pypi package be updated to include the source URL?

ObserverOfTime commented 3 months ago

The source is available and so are Linux ARM wheels.

You may be trying to install an old version of tree-sitter or have an old version of Python. Or this has to do with some grammars missing those, which will be fixed in their next release.