Find answers from the community

Updated last year

I believe Llama Index depends on `tree

At a glance
The community member believes that Llama Index depends on tree-sitter-languages and that Tree Sitter does not have a build for Mac. Another community member confirms that this is not an issue on Mac, but they were experiencing the issue with Docker. They ended up removing it from the requirements. Another community member suggests that they should make a pull request to address this issue. It is then discovered that tree-sitter is not actually in the requirements, and the latest version of Llama Index should have this issue resolved. The community members confirm that the latest version (v0.8.39.post2) fixes the issue.
Useful resources
I believe Llama Index depends on tree-sitter-languages and Tree Sitter doesnt have a build for Mac: https://github.com/grantjenks/py-tree-sitter-languages/issues/20
L
k
13 comments
Yea this isn't an issue with mac (it installs fine on my mac), but I was also hitting this issue with docker randomly.

I was too annoyed to track down the exact cause, I ended up just removing it from the reqs. I should make a PR for this
@Logan M that would be great, yeah I'm really annoyed by this too haha!
tree sitter isn't in our reqs
It's not in setup.py or requirements.txt
ah looks like it got moved 2 days ago, I thought that was done only in a private repo lol
the latest version should have this fixed
@Logan M v0.8.39.post2 ?
That should be the one yea
Ahhh thats great news. Trying it now.
Thanks a lot for your help @Logan M
@Logan M this resolved it. Thanks again!
Awesome! πŸ‘
Add a reply
Sign up and join the conversation on Discord